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