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