Skip to content

Commit 37294fb

Browse files
committed
fix: 修复 webui/types/config.ts 中文注释乱码问题
1 parent d055389 commit 37294fb

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

webui/types/config.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import type { TupleToUnion } from './utils';
22

3-
/** 涓嬭浇鏂瑰紡 */
3+
/** 下载方式 */
44
export type DownloaderType = ['qbittorrent'];
5-
/** rss parser 璇█ */
5+
/** rss parser 语言 */
66
export type RssParserLang = ['zh', 'en', 'jp'];
7-
/** 閲嶅懡鍚嶆柟寮?*/
7+
/** 重命名方式 */
88
export type RenameMethod = ['normal', 'pn', 'advance', 'none'];
9-
/** 浠g悊绫诲瀷 */
9+
/** 代理类型 */
1010
export type ProxyType = ['http', 'https', 'socks5'];
11-
/** 閫氱煡绫诲瀷 */
11+
/** 通知类型 */
1212
export type NotificationType = [
1313
'telegram',
1414
'discord',
@@ -180,4 +180,3 @@ export const initConfig: Config = {
180180
mcp_tokens: [],
181181
},
182182
};
183-

0 commit comments

Comments
 (0)