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