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