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

保存项目构建完成
This commit is contained in:
笔记本里的永平
2025-07-24 21:37:22 +08:00
parent 3830c272bf
commit f5b80f616e
4 changed files with 624 additions and 569 deletions

View File

@@ -357,7 +357,9 @@ export default function NewMomentsSyncTask() {
>
<ChevronLeft className="h-6 w-6" />
</Button>
<h1 className="ml-2 text-lg font-medium"></h1>
<h1 className="ml-2 text-lg font-medium">
{isEditMode ? "编辑朋友圈同步" : "新建朋友圈同步"}
</h1>
</div>
</header>
@@ -436,7 +438,7 @@ export default function NewMomentsSyncTask() {
loading={loading}
className="flex-1 h-12 bg-blue-500 hover:bg-blue-600 rounded-lg text-white"
>
{loading ? "创建中..." : "完成"}
{loading ? (isEditMode ? "保存中..." : "创建中...") : "完成"}
</Button>
</div>