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