<% local file_type = self.file_type or "config" local file_path = "" local file_title = "" if file_type == "config" then file_path = "/etc/insomclash/config/" file_title = "Add New Config File" elseif file_type == "proxy" then file_path = "/etc/insomclash/proxy_providers/" file_title = "Add New Proxy Provider File" elseif file_type == "rule" then file_path = "/etc/insomclash/rule_providers/" file_title = "Add New Rule Provider File" end -%>
">
<%:File will be created as .yaml%>