提交公微

This commit is contained in:
2025-05-22 13:06:07 +08:00
parent b9ddba2488
commit 845785686d
17 changed files with 721 additions and 269 deletions

View File

@@ -451,9 +451,18 @@ const en = {
"icon_placeholder": "Please enter the author's avatar URL",
"remove_author": "Remove Author",
"add_author": "Add Author"
}
},
AIArticleStatusEn: {
1: 'WeChat AI content generated',
2: 'WeChat AI content not generated',
3: 'Draft not created',
4: 'Draft created but not published',
10: 'WeChat article published successfully',
11: 'WeChat article publishing in progress',
fail: 'WeChat article publishing failed',
unknown: 'Unknown status'
}
}

View File

@@ -444,6 +444,16 @@ const zh = {
"icon_placeholder": "请输入作者头像地址",
"remove_author": "删除作者",
"add_author": "添加作者"
},
AIArticleStatus: {
1: '公微 AI 内容已生成',
2: '公微 AI 内容未生成',
3: '尚未生成草稿',
4: '草稿已生成,尚未发布',
10: '公微文章已成功发布',
11: '公微文章正在发布中',
fail: '公微文章发布失败',
unknown: '状态未知'
}
}