feat: support seq editor
This commit is contained in:
@@ -33,3 +33,33 @@ function main(config) {
|
||||
return config;
|
||||
}
|
||||
";
|
||||
|
||||
/// enhanced profile
|
||||
pub const ITEM_RULES: &str = "# Profile Enhancement Rules Template for Clash Verge
|
||||
|
||||
prepend: []
|
||||
|
||||
append: []
|
||||
|
||||
delete: []
|
||||
";
|
||||
|
||||
/// enhanced profile
|
||||
pub const ITEM_PROXIES: &str = "# Profile Enhancement Proxies Template for Clash Verge
|
||||
|
||||
prepend: []
|
||||
|
||||
append: []
|
||||
|
||||
delete: []
|
||||
";
|
||||
|
||||
/// enhanced profile
|
||||
pub const ITEM_GROUPS: &str = "# Profile Enhancement Groups Template for Clash Verge
|
||||
|
||||
prepend: []
|
||||
|
||||
append: []
|
||||
|
||||
delete: []
|
||||
";
|
||||
|
||||
Reference in New Issue
Block a user