@skrillex1224/chrome-article-publish-extension 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -619,7 +619,6 @@ declare class DouyinAdapter extends CodeAdapter {
619
619
  private buildTextPayload;
620
620
  private extractBodyText;
621
621
  private normalizeText;
622
- private limitText;
623
622
  private buildPublishItem;
624
623
  private uploadDouyinVideo;
625
624
  private waitForVideoTransend;
@@ -15,7 +15,7 @@ import {
15
15
  createLogger,
16
16
  htmlToMarkdown,
17
17
  parseMarkdownImages
18
- } from "../chunk-6KMYIRZU.js";
18
+ } from "../chunk-HHDGQYVN.js";
19
19
 
20
20
  // src/adapters/types.ts
21
21
  var DEFAULT_PREPROCESS_CONFIG = {
@@ -1705,7 +1705,7 @@ ${markdown}`;
1705
1705
  * 清理文件名,移除非法字符
1706
1706
  */
1707
1707
  sanitizeFilename(name) {
1708
- return name.replace(/[<>:"/\\|?*]/g, "_").replace(/[\x00-\x1f]/g, "").replace(/\.+$/, "").trim().slice(0, 200) || "article";
1708
+ return name.replace(/[<>:"/\\|?*]/g, "_").replace(/[\x00-\x1f]/g, "").replace(/\.+$/, "").trim() || "article";
1709
1709
  }
1710
1710
  };
1711
1711