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