mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-28 18:18:31 +08:00
revert: remove debiancn repo, restore wps-office
This commit is contained in:
parent
dd20b9d61b
commit
244baa9b43
@ -31,6 +31,7 @@
|
||||
| [QQ音乐](https://y.qq.com/download/download.html) | qqmusic | ✅ | |
|
||||
| [腾讯会议](https://meeting.tencent.com/download/) | wemeet | ✅ | ✅ |
|
||||
| [腾讯文档](https://docs.qq.com/home/download) | tdappdesktop | ✅ | ✅ |
|
||||
| [WPS Office](https://linux.wps.cn/) | wps-office | ✅ | |
|
||||
| [百度网盘](https://pan.baidu.com/download) | baidunetdisk | ✅ | |
|
||||
| [钉钉](https://www.dingtalk.com/download/) | com.alibabainc.dingtalk | ✅ | ✅ |
|
||||
| [飞书](https://www.feishu.cn/download) | bytedance-feishu-stable | ✅ | ✅ |
|
||||
@ -109,7 +110,6 @@
|
||||
| [lazydocker: wcbing 打包](https://github.com/wcbing-build/lazydocker-debs) | lazydocker | ✅ | ✅ |
|
||||
| [lazygit: wcbing 打包](https://github.com/wcbing-build/lazygit-debs) | lazygit | ✅ | ✅ |
|
||||
| [NextTrace](https://github.com/nxtrace/nexttrace-debs) | nexttrace | ✅ | ✅ |
|
||||
| [Debian 中文社区软件源](https://github.com/debiancn/repo)([镜像](https://help.mirrors.cernet.edu.cn/debiancn/)) | anydesk<br />marktext<br />wps-office<br />[更多](https://github.com/debiancn/repo) | ✅ | |
|
||||
| [Gitea](https://gitlab.com/packaging/gitea)([镜像](https://mirrors.ustc.edu.cn/help/packaging-gitea.html)) | gitea | ✅ | ✅ |
|
||||
| [AnyDesk](https://deb.anydesk.com/howto.html) | anydesk | ✅ | ✅ |
|
||||
| [Spotify](https://www.spotify.com/sg-zh/download/linux/) | spotify-client | ✅ | |
|
||||
|
||||
@ -117,12 +117,6 @@
|
||||
"mix": "Packages"
|
||||
}
|
||||
},
|
||||
"debiancn": {
|
||||
"repo": "https://mirrors.cernet.edu.cn/debiancn/",
|
||||
"path": {
|
||||
"amd64": "dists/bookworm/main/binary-amd64/Packages.gz"
|
||||
}
|
||||
},
|
||||
"gitea": {
|
||||
"repo": "https://mirrors.ustc.edu.cn/packaging-gitea/",
|
||||
"path": {
|
||||
|
||||
@ -21,7 +21,9 @@ decrypt() {
|
||||
|
||||
WEB_CONTENT=$(curl -fs https://linux.wps.cn/)
|
||||
VERSION=$(echo $WEB_CONTENT | grep -o "<p class=\"banner_txt\">[0-9.]*</p>" | sed 's/<p class=\"banner_txt\">\(.*\)<\/p>/\1/')
|
||||
X64_ORI_URL=$(echo $WEB_CONTENT | grep -o "https://[0-9a-zA-Z_\/\.\-]*amd64\.deb" | head -n 1)
|
||||
X64_URL=$(decrypt $X64_ORI_URL)
|
||||
AMD64_ORI_URL=$(echo $WEB_CONTENT | grep -o "https://[0-9a-zA-Z_\/\.\-]*amd64\.deb" | head -n 1)
|
||||
|
||||
./check_downloader.py wps-office $VERSION $X64_URL
|
||||
# AMD64_URL=$(decrypt $AMD64_ORI_URL)
|
||||
AMD64_URL="https://wps302.wcbing.workers.dev/$AMD64_ORI_URL"
|
||||
|
||||
./check_downloader.py wps-office $VERSION $AMD64_URL amd64
|
||||
Loading…
x
Reference in New Issue
Block a user