Surge iOS已修复,感谢@pysta大佬协助

This commit is contained in:
Peng-YM 2020-08-31 13:44:00 +08:00
parent 49349365fa
commit a4f096b471
2 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,6 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="8b97a098-48b2-4e64-a9ef-522fe2d30b52" name="Default Changelist" comment=""> <list default="true" id="8b97a098-48b2-4e64-a9ef-522fe2d30b52" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/sub-store.js" beforeDir="false" afterPath="$PROJECT_DIR$/sub-store.js" afterDir="false" /> <change beforePath="$PROJECT_DIR$/sub-store.js" beforeDir="false" afterPath="$PROJECT_DIR$/sub-store.js" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
@ -81,7 +80,7 @@
<workItem from="1598778633049" duration="8638000" /> <workItem from="1598778633049" duration="8638000" />
<workItem from="1598795202964" duration="3825000" /> <workItem from="1598795202964" duration="3825000" />
<workItem from="1598806004385" duration="1065000" /> <workItem from="1598806004385" duration="1065000" />
<workItem from="1598846615232" duration="4741000" /> <workItem from="1598846615232" duration="4861000" />
</task> </task>
<servers /> <servers />
</component> </component>

View File

@ -2246,7 +2246,7 @@ function express(port = 3000) {
} }
function Response() { function Response() {
let statusCode = "200"; let statusCode = 200;
const {isQX, isLoon, isSurge} = ENV(); const {isQX, isLoon, isSurge} = ENV();
const headers = DEFAULT_HEADERS; const headers = DEFAULT_HEADERS;
const STATUS_CODE_MAP = { const STATUS_CODE_MAP = {