mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-19 14:20:51 +08:00
feat: add warning card for db key
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user