启用默认的远程图片URL选项,允许用户在发布时使用远程图片链接。

This commit is contained in:
wood chen 2025-07-12 02:06:01 +08:00
parent c7dcbe779b
commit 87a903b4b5

View File

@ -15,7 +15,7 @@ export const DEFAULT_SETTINGS: DiscourseSyncSettings = {
baseUrl: "https://yourforum.example.com", baseUrl: "https://yourforum.example.com",
category: 1, category: 1,
skipH1: false, skipH1: false,
useRemoteImageUrl: false, useRemoteImageUrl: true, //默认启用
userApiKey: "" userApiKey: ""
}; };