We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d055389 commit 37294fbCopy full SHA for 37294fb
1 file changed
webui/types/config.ts
@@ -1,14 +1,14 @@
1
import type { TupleToUnion } from './utils';
2
3
-/** 涓嬭浇鏂瑰紡 */
+/** 下载方式 */
4
export type DownloaderType = ['qbittorrent'];
5
-/** rss parser 璇█ */
+/** rss parser 语言 */
6
export type RssParserLang = ['zh', 'en', 'jp'];
7
-/** 閲嶅懡鍚嶆柟寮?*/
+/** 重命名方式 */
8
export type RenameMethod = ['normal', 'pn', 'advance', 'none'];
9
-/** 浠g悊绫诲瀷 */
+/** 代理类型 */
10
export type ProxyType = ['http', 'https', 'socks5'];
11
-/** 閫氱煡绫诲瀷 */
+/** 通知类型 */
12
export type NotificationType = [
13
'telegram',
14
'discord',
@@ -180,4 +180,3 @@ export const initConfig: Config = {
180
mcp_tokens: [],
181
},
182
};
183
-
0 commit comments