This commit is contained in:
jianzhichu
2025-11-30 00:55:29 +08:00
parent e456982334
commit 3de4b60005
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -129,7 +129,9 @@
<!-- 操作按钮 -->
<a-form-item :wrapper-col="{ span: 12, offset: 5 }" class="form-actions">
<a-space size="middle">
<a-button type="primary" @click="onUpdate" v-if="componentDisabled">修改配置</a-button>
<a-button type="primary" @click="onUpdate" v-if="componentDisabled">
<SaveOutlined />修改配置
</a-button>
<a-button type="primary" danger @click="onSubmit" v-if="!componentDisabled">确认保存</a-button>
<a-button type="default" @click="onCancel" v-if="!componentDisabled">取消</a-button>
</a-space>
+2
View File
@@ -42,6 +42,8 @@ namespace dy.net.service
// 按顺序启动任务,避免并发
var jobTasks = new List<Task<bool>>
{
//关注列表
StartJobAsync("follow_user", expression),
//我收藏的作品
StartJobAsync("collect", expression),
//我喜欢的作品