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