10.10综合交易所原始源码_移动端
1
2026-05-26 0dbc7465447164fef24327b5d494870832d798dd
src/store/theme.js
@@ -5,7 +5,7 @@
    // state 持久化
    persist: true,
    state: () => ('theme', {
        theme: getStorage('theme') || 'dark' // 默认使用黑夜模式
        theme: getStorage('theme') || 'white' // 默认使用白天模式
    }),
    getters: {
    },