feat: 本次提交更新内容如下
保存项目构建完成
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user