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