#
luxiaotao1123
2024-06-08 23336250ab602a8931bd80a3c67941e2357b6ff0
src/store/index.js
@@ -4,7 +4,7 @@
const store = proxy(
    {
        text: 'Hello World',
        shelf: {},
        shelfList: {},
    }
);