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