新增关注博主-支持删除

This commit is contained in:
jianzhichu
2025-12-02 13:00:05 +08:00
parent de5813a874
commit 4b2f9aaa7c
12 changed files with 318 additions and 96 deletions
+9
View File
@@ -229,8 +229,17 @@ export const useApiStore = defineStore('coreapi', () => {
});
}
//删除非关注的博主
async function DelFollow(param: object) {
return http.request<any, Response<any>>('/api/follow/delete', 'post_json', param).then(r => {
return r.data;
}).finally(() => {
});
}
return {
DelFollow,
AddFollow,
CheckTag,
deleteCookie,