Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions internal/workers/public/index.html

This file was deleted.

2 changes: 1 addition & 1 deletion internal/workers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default {
{
name: "Bangumi API Proxy",
usage:
"/{target_url} - 例如 /https://api.bgm.tv/v0/subjects/1",
"/{target_url} - 例如 /https://bgm.tv/user/sai",
allowed_hosts: Array.from(getAllowedHosts(env)),
methods: ["GET", "POST", "PUT", "PATCH", "DELETE", "HEAD"],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@
<string name="settings_domain_bgm">Bangumi 域</string>
<string name="settings_proxy_bgm">Bangumi 代理</string>
<string name="settings_proxy_none">无代理</string>
<string name="settings_proxy_cloudflare">Cloudflare Workers 中转</string>
<string name="settings_domain_pixiv">图片域</string>
<string name="settings_update_channel">更新检测通道</string>
<string name="settings_reboot_active">网络配置变更需要冷重启 App 才能生效</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ data class ComposeSetting(
@Immutable
data class NetworkConfig(
@SerialName("bgmHost") val bgmHost: String = "https://bgm.tv/",
@SerialName("bgmProxy") val bgmProxy: String = "https://bgm-proxy.melonhu.cn/",
@SerialName("bgmProxy") val bgmProxy: String = "",
@SerialName("updateChannel") @field:SettingUpdateChannel val updateChannel: Int = SettingUpdateChannel.RELEASE,
@SerialName("connectTimeoutMillis") val connectTimeoutMillis: Long = 15_000,
@SerialName("socketTimeoutMillis") val socketTimeoutMillis: Long = 15_000,
Expand Down
Loading