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