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