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