mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-28 04:12:49 +00:00
Add default switch for enabling insert_url
This commit is contained in:
@@ -2,6 +2,7 @@ common:
|
||||
api_mode: false
|
||||
api_access_token: password
|
||||
default_url: []
|
||||
enable_insert: true
|
||||
insert_url: []
|
||||
prepend_insert_url: true
|
||||
exclude_remarks: ["(到期|剩余流量|时间|官网|产品)"]
|
||||
|
||||
@@ -8,9 +8,11 @@ api_access_token=password
|
||||
;Default URLs, used when no URL is provided in request, use "|" to separate multiple subscription links, supports local files/URL
|
||||
default_url=
|
||||
|
||||
;URLs to insert before subscription links, can be used to add node(s) to all exported subscriptions, use "|" to separate multiple subscription links, supports local files/URL
|
||||
;Insert subscription links to requests. Can be used to add node(s) to all exported subscriptions.
|
||||
enable_insert=true
|
||||
;URLs to insert to subscription links, use "|" to separate multiple subscription links, supports local files/URL
|
||||
insert_url=
|
||||
;Prepend inserted URLs to the node list. Nodes in insert_url will be added to groups first with non-group-specific match pattern.
|
||||
;Prepend inserted URLs to subscription links. Nodes in insert_url will be added to groups first with non-group-specific match pattern.
|
||||
prepend_insert_url=true
|
||||
|
||||
;Exclude nodes which remarks match the following patterns. Supports regular expression.
|
||||
|
||||
Reference in New Issue
Block a user