From 958c34bcdea1f8111097f86c91ddfce3477a1777 Mon Sep 17 00:00:00 2001 From: terwer Date: Sat, 2 Sep 2023 22:55:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#130=20=E6=94=AF=E6=8C=81=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=88=B0CSDN-=E6=94=AF=E6=8C=81CSDN=E5=9B=BE=E5=BA=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ README_zh_CN.md | 3 +++ src/adaptors/web/csdn/csdnWebAdaptor.ts | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 769b2c20..a25c2c6e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Publish articles from siyuan-note to platforms such as Yuque, Notion, Cnblogs, W Support features such as fast publishing, image bed management, platform expansion, smart labels, etc. +🎉 Version `1.12.0` of Publish Tool with the first CSDN support is now available! + **Facing issues or have suggestions? Please join QQ group `895063267` for discussion. Alternatively, refer to the online documentation below:** > [Click here](https://blog.terwer.space/s/20230810132040-nn4q7vs) to view the latest help documentation. @@ -31,6 +33,7 @@ Names not listed in order - [X] Typecho - [X] WordPress - [X] Zhihu +- [X] CSDN ## Core Features diff --git a/README_zh_CN.md b/README_zh_CN.md index a250e97a..b300aa50 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -6,6 +6,8 @@ 将思源笔记的文章发布到语雀、Notion、Cnblogs、WordPress、Typecho、Hexo、知乎 等平台,支持极速发布、图床管理、平台扩展、智能标签等特色功能。 +> 🎉 发布工具首个支持CSDN的版本 `1.12.0` 发布! + **遇到问题或者需求建议?请加QQ群 `895063267` 讨论。或者查看下面的在线文档:** > [猛击这里](https://blog.terwer.space/s/20230810132040-nn4q7vs),查看最新帮助文档。 @@ -29,6 +31,7 @@ - [X] Typecho - [X] WordPress - [X] 知乎 +- [X] CSDN ## 核心特色 diff --git a/src/adaptors/web/csdn/csdnWebAdaptor.ts b/src/adaptors/web/csdn/csdnWebAdaptor.ts index 5da39363..ed8e68ea 100644 --- a/src/adaptors/web/csdn/csdnWebAdaptor.ts +++ b/src/adaptors/web/csdn/csdnWebAdaptor.ts @@ -314,7 +314,7 @@ class CsdnWebAdaptor extends BaseWebApi { return {} } - + // ================ // private methods // ================