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