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