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