mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-11 00:39:01 +08:00
Surge iOS已修复,感谢@pysta大佬协助
This commit is contained in:
parent
49349365fa
commit
a4f096b471
3
backend/.idea/workspace.xml
generated
3
backend/.idea/workspace.xml
generated
@ -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>
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user