From 62d7874d7931b08fe03cadb34f0c0fa441bc0e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=8C=AF=E4=BC=9F?= Date: Fri, 2 Aug 2024 19:09:30 +0800 Subject: [PATCH] =?UTF-8?q?[Deprecate=20apps]=20=E5=BA=9F=E5=BC=83?= =?UTF-8?q?=E4=BA=86=E8=8B=A5=E5=B9=B2=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. clash for windows 已经不再更新 2. 阿里云盘、百度网盘、网易云音乐:使用 winget 来管理更加方便 --- README.md | 21 +++++++++++++++++-- .../Clash-for-Windows_Chinese.json | 0 {bucket => deprecated}/adrive.json | 0 {bucket => deprecated}/baidunetdisk.json | 0 {bucket => deprecated}/clash-for-windows.json | 0 {bucket => deprecated}/neteasemusic.json | 0 6 files changed, 19 insertions(+), 2 deletions(-) rename {bucket => deprecated}/Clash-for-Windows_Chinese.json (100%) rename {bucket => deprecated}/adrive.json (100%) rename {bucket => deprecated}/baidunetdisk.json (100%) rename {bucket => deprecated}/clash-for-windows.json (100%) rename {bucket => deprecated}/neteasemusic.json (100%) diff --git a/README.md b/README.md index e4568ab..3935dc9 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,29 @@ To install apps from this bucket, run `scoop install Jenway_scoop/` | App Name | Description | Install Command | | -------- | ----------- | --------------- | -|Clash For Windows |You Know What It Is.| `scoop install jenway_scoop/clash-for-windows` | -|Clash for Windows_Chinese |You Know What It Is.| `scoop install jenway_scoop/clash-for-windows-chinese` | |enigma-virtual-box|Application virtualization system for Windows.| `scoop install jenway_scoop/enigma-virtual-box` | |openjdk|from ScoopInstaller/Java |`scoop install jenway_scoop/openjdk` | + ### Daily Use +| App Name | Description | Install Command | +| -------- | ----------- | --------------- | +|KikoPlay | NOT ONLY A Full-Featured Danmu Player 不仅仅是全功能弹幕播放器 | `scoop install jenway_scoop/kikoplay` | +|mikan_flutter| Flutter 驱动的三方 蜜柑计划(https://mikanani.me) APP | `scoop install jenway_scoop/mikan_flutter` | + +### Deprecated + +These apps are deprecated because they are no longer maintained or have been replaced by other apps. + +| App Name | Description | Install Command | +| -------- | ----------- | --------------- | +|Clash For Windows |You Know What It Is.| `scoop install jenway_scoop/clash-for-windows` | +|Clash for Windows_Chinese |You Know What It Is.| `scoop install jenway_scoop/clash-for-windows-chinese` | + +These apps are deprecated because scoop seems not really suitable for handling them. + +> Now I recommend using [winget](https://github.com/microsoft/winget-cli) to install these GUI apps. + | App Name | Description | Install Command | | -------- | ----------- | --------------- | |阿里云盘 |See its [homepage](https://www.aliyundrive.com/).| `scoop install jenway_scoop/aDrive` | diff --git a/bucket/Clash-for-Windows_Chinese.json b/deprecated/Clash-for-Windows_Chinese.json similarity index 100% rename from bucket/Clash-for-Windows_Chinese.json rename to deprecated/Clash-for-Windows_Chinese.json diff --git a/bucket/adrive.json b/deprecated/adrive.json similarity index 100% rename from bucket/adrive.json rename to deprecated/adrive.json diff --git a/bucket/baidunetdisk.json b/deprecated/baidunetdisk.json similarity index 100% rename from bucket/baidunetdisk.json rename to deprecated/baidunetdisk.json diff --git a/bucket/clash-for-windows.json b/deprecated/clash-for-windows.json similarity index 100% rename from bucket/clash-for-windows.json rename to deprecated/clash-for-windows.json diff --git a/bucket/neteasemusic.json b/deprecated/neteasemusic.json similarity index 100% rename from bucket/neteasemusic.json rename to deprecated/neteasemusic.json