feat: 本次提交更新内容如下

样式修改完成
This commit is contained in:
笔记本里的永平
2025-07-08 14:16:35 +08:00
parent f0d10e12ab
commit d5387398e5
3 changed files with 64 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
// 自动点赞任务状态
export type LikeTaskStatus = 'running' | 'paused' | 'completed';
export type LikeTaskStatus = 1 | 2; // 1: 开启, 2: 关闭
// 内容类型
export type ContentType = 'text' | 'image' | 'video' | 'link';
@@ -65,6 +65,7 @@ export interface LikeTask {
enableFriendTags: boolean;
todayLikeCount: number;
totalLikeCount: number;
updateTime: string;
}
// 创建任务数据