#
luxiaotao1123
2024-05-22 69ca50a0a2a930e510c91baa56c319602f175786
src/store/index.js
@@ -4,7 +4,7 @@
const store = proxy(
    {
        text: 'Hello World',
        shelf: {},
        shelfList: {},
    }
);