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