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