chore: prepare 0.1.127 release
This commit is contained in:
@@ -401,6 +401,10 @@ OPS_ENABLED=true
|
||||
# -----------------------------------------------------------------------------
|
||||
# Update Configuration (在线更新配置)
|
||||
# -----------------------------------------------------------------------------
|
||||
# GitHub repository used for online update checks and binary downloads
|
||||
# 在线更新检查和二进制下载使用的 GitHub 仓库
|
||||
UPDATE_GITHUB_REPO=man209111-cpu/sub2api
|
||||
|
||||
# Proxy URL for accessing GitHub (used for online updates and pricing data)
|
||||
# 用于访问 GitHub 的代理地址(用于在线更新和定价数据获取)
|
||||
# Supports: http, https, socks5, socks5h
|
||||
|
||||
@@ -1081,6 +1081,9 @@ gemini:
|
||||
# Update Configuration (在线更新配置)
|
||||
# =============================================================================
|
||||
update:
|
||||
# GitHub repository used for online update checks and binary downloads.
|
||||
# 在线更新检查和二进制下载使用的 GitHub 仓库。
|
||||
github_repo: "man209111-cpu/sub2api"
|
||||
# Proxy URL for accessing GitHub (used for online updates and pricing data)
|
||||
# 用于访问 GitHub 的代理地址(用于在线更新和定价数据获取)
|
||||
# Supports: http, https, socks5, socks5h
|
||||
|
||||
@@ -144,6 +144,8 @@ services:
|
||||
# =======================================================================
|
||||
# Update Configuration (在线更新配置)
|
||||
# =======================================================================
|
||||
# GitHub repo for online update checks and binary downloads
|
||||
- UPDATE_GITHUB_REPO=${UPDATE_GITHUB_REPO:-man209111-cpu/sub2api}
|
||||
# Proxy for accessing GitHub (online updates + pricing data)
|
||||
# Examples: http://host:port, socks5://host:port
|
||||
- UPDATE_PROXY_URL=${UPDATE_PROXY_URL:-}
|
||||
|
||||
@@ -140,6 +140,8 @@ services:
|
||||
# =======================================================================
|
||||
# Update Configuration (在线更新配置)
|
||||
# =======================================================================
|
||||
# GitHub repo for online update checks and binary downloads
|
||||
- UPDATE_GITHUB_REPO=${UPDATE_GITHUB_REPO:-man209111-cpu/sub2api}
|
||||
# Proxy for accessing GitHub (online updates + pricing data)
|
||||
# Examples: http://host:port, socks5://host:port
|
||||
- UPDATE_PROXY_URL=${UPDATE_PROXY_URL:-}
|
||||
|
||||
Reference in New Issue
Block a user