feat: Add platform adapters for various content publishing platforms
- Implemented Dongchedi adapter for user detection and publishing. - Implemented Jianshu adapter for user detection and publishing. - Implemented Juejin adapter for user detection and publishing. - Implemented Qiehao adapter for user detection and publishing. - Implemented Smzdm adapter for user detection and publishing. - Implemented Sohuhao adapter for user detection and publishing. - Implemented Toutiaohao adapter for user detection and publishing. - Implemented Wangyihao adapter for user detection and publishing. - Implemented Weixin Gzh adapter for user detection and publishing. - Implemented Zol adapter for user detection and publishing. - Added documentation for manual testing of media publishing.
This commit is contained in:
@@ -476,8 +476,14 @@ const enUS = {
|
||||
},
|
||||
messages: {
|
||||
bindSuccess: "{platform} bound successfully.",
|
||||
bindSuccessTitle: "Binding successful",
|
||||
bindSuccessDetail: "Bound account [{account}] on [{platform}]",
|
||||
bindPending: "The extension did not detect a local session for this platform yet. Sign in via the extension and retry.",
|
||||
bindPendingTitle: "Binding incomplete",
|
||||
bindFailureTitle: "Binding failed",
|
||||
unbindSuccess: "Account unbound.",
|
||||
unbindSuccessTitle: "Unbind successful",
|
||||
unbindFailureTitle: "Unbind failed",
|
||||
unbindConfirm: "Unbind this platform account? Publishing will no longer be available until it is bound again.",
|
||||
},
|
||||
publish: {
|
||||
@@ -491,8 +497,13 @@ const enUS = {
|
||||
coverPlaceholder: "Enter an optional cover asset URL",
|
||||
messages: {
|
||||
success: "{count} publish tasks submitted.",
|
||||
successTitle: "Publish successful",
|
||||
partial: "Publish finished with {success} succeeded and {failed} failed.",
|
||||
partialTitle: "Partial publish failure",
|
||||
selectPlatform: "Choose at least one available platform first.",
|
||||
failureTitle: "Publish failed",
|
||||
failureItem: "Publishing to [{platform}] failed: [{reason}]",
|
||||
unknownFailure: "Unknown error",
|
||||
},
|
||||
},
|
||||
records: {
|
||||
|
||||
@@ -483,8 +483,14 @@ const zhCN = {
|
||||
},
|
||||
messages: {
|
||||
bindSuccess: "{platform} 绑定成功",
|
||||
bindSuccessTitle: "绑定成功",
|
||||
bindSuccessDetail: "已绑定【{platform}】的账号【{account}】",
|
||||
bindPending: "插件尚未检测到该平台登录态,请先在插件中登录后重试。",
|
||||
bindPendingTitle: "绑定未完成",
|
||||
bindFailureTitle: "绑定失败",
|
||||
unbindSuccess: "账号解绑成功",
|
||||
unbindSuccessTitle: "解绑成功",
|
||||
unbindFailureTitle: "解绑失败",
|
||||
unbindConfirm: "确认解绑这个平台账号吗?解绑后将无法直接发布。",
|
||||
},
|
||||
publish: {
|
||||
@@ -498,8 +504,13 @@ const zhCN = {
|
||||
coverPlaceholder: "请输入封面素材 URL(可选)",
|
||||
messages: {
|
||||
success: "已提交 {count} 个平台发布任务",
|
||||
successTitle: "发布成功",
|
||||
partial: "发布执行完成,成功 {success} 个,失败 {failed} 个",
|
||||
partialTitle: "部分发布失败",
|
||||
selectPlatform: "请先选择至少一个可发布的平台",
|
||||
failureTitle: "发布失败",
|
||||
failureItem: "文章发布到平台【{platform}】失败【{reason}】",
|
||||
unknownFailure: "未知错误",
|
||||
},
|
||||
},
|
||||
records: {
|
||||
|
||||
Reference in New Issue
Block a user