Skip to content

Commit 3b63fe3

Browse files
committed
update doc
1 parent f611682 commit 3b63fe3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Controller/HomeViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class HomeViewController: BaseViewController<HomeViewModel> {
1818
let btn = BKButton()
1919
btn.setImage(Icon.add, for: .normal)
2020
btn.imageView?.tintColor = BKColor.grey.darken4
21-
btn.frame = CGRect(x: 0, y: 0, width: 40, height: 40)
21+
// btn.frame = CGRect(x: 0, y: 0, width: 40, height: 40)
2222
btn.accessibilityIdentifier = "AddServer".localized
2323
return btn
2424
}()
@@ -27,7 +27,7 @@ class HomeViewController: BaseViewController<HomeViewModel> {
2727
let btn = BKButton()
2828
btn.setImage(UIImage(named: "baseline_filter_drama_black_24pt"), for: .normal)
2929
btn.imageView?.tintColor = BKColor.grey.darken4
30-
btn.frame = CGRect(x: 0, y: 0, width: 40, height: 40)
30+
// btn.frame = CGRect(x: 0, y: 0, width: 40, height: 40)
3131
btn.accessibilityIdentifier = "serverList".localized
3232
return btn
3333
}()

docs/faq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#### 江苏部分地区无法访问 https://api.day.app
22
江苏部分地区存在DNS污染和网络阻断,预计会持续一到两周。<br/>
3-
可以尝试更换DNS或者翻墙,如果无法解决,可暂时使用 https://api.bbark.top 。只需在发送端将 api.day.app 改为 api.bbark.top。<br/>api.bbark.top是临时域名,随时可能终止解析,请勿长期使用
3+
可以尝试更换DNS、翻墙或修改 hosts 添加一条记录 43.155.109.24 api.day.app。<br/>
4+
如果无法解决,可暂时使用 https://api.bbark.top ,只需在发送端将 api.day.app 改为 api.bbark.top。<br/>api.bbark.top是临时域名,随时可能终止解析,请勿长期使用
45

56
#### 无法收到推送
67
在 App 设置中检查 Device Token 是否正常。如果不正常,参考 [这里](#DeviceToken显示未知)<br/>

0 commit comments

Comments
 (0)