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