This commit is contained in:
钟孟捷
2023-02-12 22:59:53 +08:00
parent 14c5e2d6b7
commit 9f1d216507
3 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
;自带旗帜 emoji 添加逻辑,原名不包含旗帜 emoji 才添加,原名已包含旗帜 emoji 则不添加
;需去除订阅转换链接中的参数 emoji=true/false 才能生效,参考例子:
;https://api.dler.io/sub?target=clash&udp=true&scv=true&config=https://goo.gs/config&url={原订阅链接}
;短链https://goo.gs/dler&url={原订阅链接}
;短链https://goo.gs/dler?url={原订阅链接}
;---

View File

@@ -16,7 +16,7 @@
`https://api.dler.io/sub?target=clash&udp=true&scv=true&config=https://goo.gs/config&url={原订阅链接}`
短链:`https://goo.gs/dler&url={原订阅链接}`
短链:`https://goo.gs/dler?url={原订阅链接}`
---

View File

@@ -3,6 +3,8 @@ import os
import requests
API_KEY = os.getenv('API_KEY')
print(API_KEY)
exit()
GITHUB_REPOSITORY = os.getenv('GITHUB_REPOSITORY')
if GITHUB_REPOSITORY == 'zsokami/ACL4SSR':