mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
update doc
This commit is contained in:
parent
f611682227
commit
3b63fe3045
@ -18,7 +18,7 @@ class HomeViewController: BaseViewController<HomeViewModel> {
|
|||||||
let btn = BKButton()
|
let btn = BKButton()
|
||||||
btn.setImage(Icon.add, for: .normal)
|
btn.setImage(Icon.add, for: .normal)
|
||||||
btn.imageView?.tintColor = BKColor.grey.darken4
|
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
|
btn.accessibilityIdentifier = "AddServer".localized
|
||||||
return btn
|
return btn
|
||||||
}()
|
}()
|
||||||
@ -27,7 +27,7 @@ class HomeViewController: BaseViewController<HomeViewModel> {
|
|||||||
let btn = BKButton()
|
let btn = BKButton()
|
||||||
btn.setImage(UIImage(named: "baseline_filter_drama_black_24pt"), for: .normal)
|
btn.setImage(UIImage(named: "baseline_filter_drama_black_24pt"), for: .normal)
|
||||||
btn.imageView?.tintColor = BKColor.grey.darken4
|
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
|
btn.accessibilityIdentifier = "serverList".localized
|
||||||
return btn
|
return btn
|
||||||
}()
|
}()
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
#### 江苏部分地区无法访问 https://api.day.app
|
#### 江苏部分地区无法访问 https://api.day.app
|
||||||
江苏部分地区存在DNS污染和网络阻断,预计会持续一到两周。<br/>
|
江苏部分地区存在DNS污染和网络阻断,预计会持续一到两周。<br/>
|
||||||
可以尝试更换DNS或者翻墙,如果无法解决,可暂时使用 https://api.bbark.top 。只需在发送端将 api.day.app 改为 api.bbark.top。<br/>api.bbark.top是临时域名,随时可能终止解析,请勿长期使用
|
可以尝试更换DNS、翻墙或修改 hosts 添加一条记录 43.155.109.24 api.day.app。<br/>
|
||||||
|
如果无法解决,可暂时使用 https://api.bbark.top ,只需在发送端将 api.day.app 改为 api.bbark.top。<br/>api.bbark.top是临时域名,随时可能终止解析,请勿长期使用
|
||||||
|
|
||||||
#### 无法收到推送
|
#### 无法收到推送
|
||||||
在 App 设置中检查 Device Token 是否正常。如果不正常,参考 [这里](#DeviceToken显示未知)<br/>
|
在 App 设置中检查 Device Token 是否正常。如果不正常,参考 [这里](#DeviceToken显示未知)<br/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user