#
luxiaotao1123
2024-05-08 c36876cfdac9a8edaa503f7ff60a66adb4a5e3fb
src/store/index.js
@@ -3,7 +3,8 @@
const store = proxy(
    {
        text: 'Hello World'
        text: 'Hello World',
        shelfList: {},
    }
);