feat: add warning card for db key

This commit is contained in:
H3CoF6
2026-02-09 00:59:13 +08:00
parent d13e1dcfc6
commit b766e051ed
6 changed files with 103 additions and 7 deletions

View File

@@ -358,7 +358,13 @@ export const useApi = () => {
method: 'GET',
})
}
const getWxStatus = () => {
return useFetch('/api/wechat/status', {
method: 'GET',
})
}
return {
detectWechat,
detectCurrentAccount,
@@ -392,5 +398,6 @@ export const useApi = () => {
getWrappedAnnualCard,
getDbKey,
getImageKey,
getWxStatus,
}
}