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