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:
2026-04-03 17:48:30 +08:00
parent 32d6a462cd
commit 134dd063c3
33 changed files with 2722 additions and 457 deletions
+2
View File
@@ -39,6 +39,7 @@ import {
Tag,
TimePicker,
Tooltip,
Upload,
} from "ant-design-vue";
import App from "./App.vue";
@@ -100,6 +101,7 @@ app.component("ATextarea", Input.TextArea);
Tag,
TimePicker,
Tooltip,
Upload,
].forEach((component) => {
app.use(component);
});