样式优化

This commit is contained in:
jianzhichu
2026-01-16 21:04:29 +08:00
parent 41a21e33fd
commit dc38a25239
9 changed files with 177 additions and 53 deletions
+8
View File
@@ -241,7 +241,14 @@ export const useApiStore = defineStore('coreapi', () => {
});
}
//检查版本
async function getVer() {
return http.request<any, Response<any>>('/api/config/mytag', 'get').then(r => {
return r;
}).finally(() => {
});
}
//检查版本
async function CheckTag() {
return http.request<any, Response<any>>('/api/config/checktag', 'get').then(r => {
@@ -364,6 +371,7 @@ export const useApiStore = defineStore('coreapi', () => {
}
return {
getVer,
mp3List,
BathRealDelete,
DeleteByAuthor,