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