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