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