From 3b63fe3045afec7b7d45f9e9d6cb7cb2fe639979 Mon Sep 17 00:00:00 2001 From: Fin Date: Sun, 28 Sep 2025 08:57:54 +0800 Subject: [PATCH] update doc --- Controller/HomeViewController.swift | 4 ++-- docs/faq.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Controller/HomeViewController.swift b/Controller/HomeViewController.swift index e949d4c..01f26c8 100644 --- a/Controller/HomeViewController.swift +++ b/Controller/HomeViewController.swift @@ -18,7 +18,7 @@ class HomeViewController: BaseViewController { let btn = BKButton() btn.setImage(Icon.add, for: .normal) btn.imageView?.tintColor = BKColor.grey.darken4 - btn.frame = CGRect(x: 0, y: 0, width: 40, height: 40) +// btn.frame = CGRect(x: 0, y: 0, width: 40, height: 40) btn.accessibilityIdentifier = "AddServer".localized return btn }() @@ -27,7 +27,7 @@ class HomeViewController: BaseViewController { let btn = BKButton() btn.setImage(UIImage(named: "baseline_filter_drama_black_24pt"), for: .normal) btn.imageView?.tintColor = BKColor.grey.darken4 - btn.frame = CGRect(x: 0, y: 0, width: 40, height: 40) +// btn.frame = CGRect(x: 0, y: 0, width: 40, height: 40) btn.accessibilityIdentifier = "serverList".localized return btn }() diff --git a/docs/faq.md b/docs/faq.md index 7128fef..4baa941 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -1,6 +1,7 @@ #### 江苏部分地区无法访问 https://api.day.app 江苏部分地区存在DNS污染和网络阻断,预计会持续一到两周。
-可以尝试更换DNS或者翻墙,如果无法解决,可暂时使用 https://api.bbark.top 。只需在发送端将 api.day.app 改为 api.bbark.top。
api.bbark.top是临时域名,随时可能终止解析,请勿长期使用 +可以尝试更换DNS、翻墙或修改 hosts 添加一条记录 43.155.109.24 api.day.app。
+如果无法解决,可暂时使用 https://api.bbark.top ,只需在发送端将 api.day.app 改为 api.bbark.top。
api.bbark.top是临时域名,随时可能终止解析,请勿长期使用 #### 无法收到推送 在 App 设置中检查 Device Token 是否正常。如果不正常,参考 [这里](#DeviceToken显示未知)