#
luxiaotao1123
2024-04-29 55b992cbe07921af90416d9c9f04589d89b22408
src/store/index.js
@@ -4,7 +4,7 @@
const store = proxy(
    {
        text: 'Hello World',
        shelf: {},
        shelfList: {},
    }
);