#
luxiaotao1123
2024-04-29 354ed76a40a54cf8d83b8bbd06ce642b3934905c
src/store/index.js
@@ -4,7 +4,7 @@
const store = proxy(
    {
        text: 'Hello World',
        shelf: {},
        shelfList: {},
    }
);