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