Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
增加蓝奏云下载
Browse files Browse the repository at this point in the history
  • Loading branch information
vicedev committed Sep 17, 2020
1 parent f39cd06 commit 4a8e684
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class MineFragment : BaseFragment() {
//历史版本下载
setHistoryDownload.setOnClickListener {
XPopup.Builder(requireActivity())
.asCenterList("历史版本下载", arrayOf("github", "百度网盘,提取码: py2s"),
.asCenterList("历史版本下载", arrayOf("github", "百度网盘,提取码: py2s", "蓝奏云,提取码:1wyh"),
OnSelectListener { position, text ->
when (position) {
0 -> Utils.openBrowser(
Expand All @@ -48,6 +48,10 @@ class MineFragment : BaseFragment() {
requireActivity(),
"https://pan.baidu.com/s/1fV1rO-WAcqbf0NBIgm1NsA"
)
2 -> Utils.openBrowser(
requireActivity(),
"https://wws.lanzous.com/b01nmvjvi"
)
}
})
.show()
Expand Down

0 comments on commit 4a8e684

Please sign in to comment.