修改域名为sub.com

This commit is contained in:
Peng-YM 2020-08-31 01:08:49 +08:00
parent ae7953a0eb
commit c75d318961
4 changed files with 7 additions and 8 deletions

View File

@ -20,8 +20,7 @@
</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$/../config/Loon.plugin" beforeDir="false" afterPath="$PROJECT_DIR$/../config/Loon.plugin" 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" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -80,7 +79,7 @@
<workItem from="1598442849645" duration="8914000" /> <workItem from="1598442849645" duration="8914000" />
<workItem from="1598778633049" duration="8638000" /> <workItem from="1598778633049" duration="8638000" />
<workItem from="1598795202964" duration="3825000" /> <workItem from="1598795202964" duration="3825000" />
<workItem from="1598806004385" duration="565000" /> <workItem from="1598806004385" duration="785000" />
</task> </task>
<servers /> <servers />
</component> </component>

BIN
config/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
[MITM] [MITM]
hostname=sub.store hostname=sub.com
[Script] [Script]
http-request https?:\/\/sub\.store script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.js, requires-body=true, timeout=120, tag=Sub-Store http-request https?:\/\/sub\.com script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.js, requires-body=true, timeout=120, tag=Sub-Store

View File

@ -1,7 +1,7 @@
#!name=Sub-Store #!name=Sub-Store
#!desc=http://sub.store #!desc=高级订阅管理工具 @Peng-YM
[MITM] [MITM]
hostname=sub.store hostname=sub.com
[Script] [Script]
Sub-Store = type=http-request,pattern=^https?:\/\/sub\.store,script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.js,requires-body=true,timeout=120,debug=true Sub-Store = type=http-request,pattern=^https?:\/\/sub\.com,script-path=sub-store.js,requires-body=true,timeout=120,debug=true