将 license 存储到数据库

This commit is contained in:
RockYang
2025-03-02 21:49:34 +08:00
parent f98dcee7d4
commit 6b0d4e81bf
6 changed files with 35 additions and 8 deletions

View File

@@ -151,7 +151,7 @@ const store = useSharedStore();
onMounted(() => {
checkSession().then(() => {
fetchData(1);
});
}).catch(() => {});
store.addMessageHandler("luma", (data) => {
// 丢弃无关消息