test
This commit is contained in:
@@ -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={原订阅链接}
|
||||
|
||||
;---
|
||||
|
||||
|
||||
@@ -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={原订阅链接}`
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user