同步记录中打开视频播放

This commit is contained in:
jianzhichu
2025-11-26 23:52:49 +08:00
parent 22a65b9833
commit 6bedb30602
9 changed files with 742 additions and 90 deletions
+8
View File
@@ -162,8 +162,16 @@ export const useApiStore = defineStore('coreapi', () => {
});
}
// async function playViedo(id: string) {
// return http.request<any, Response<any>>('/api/video/play/' + id, 'get').then(r => {
// return r.data;
// }).finally(() => {
// });
// }
return {
// playViedo,
deleteCookie,
UpdateConfig,
apiCheckInitStatus,