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