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