From 0cab12629729f8243cb80777fe677ba49440e822 Mon Sep 17 00:00:00 2001 From: gt Date: Sun, 5 Jul 2026 07:24:17 +0800 Subject: [PATCH] commit --- setup-menu.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup-menu.ps1 b/setup-menu.ps1 index 1834a52..788d055 100644 --- a/setup-menu.ps1 +++ b/setup-menu.ps1 @@ -18,7 +18,8 @@ $SoftwareGroups = [ordered]@{ "Apps" = @( @{ Type = "Winget"; Name = "Google Chrome"; Id = "Google.Chrome" } - @{ Type = "Winget"; Name = "WeChat"; Id = "Tencent.WeChat" } + @{ Type = "Winget"; Name = "WeChat"; Id = "Tencent.WeChat.Universal" } + @{ Type = "Winget"; Name = "DingTalk"; Id = "Alibaba.DingTalk.Mainland" } @{ Type = "Winget"; Name = "QQ"; Id = "Tencent.QQ" } @{ Type = "Winget"; Name = "Telegram"; Id = "Telegram.TelegramDesktop" } @{ Type = "Winget"; Name = "VLC"; Id = "VideoLAN.VLC" } @@ -27,6 +28,7 @@ $SoftwareGroups = [ordered]@{ @{ Type = "Winget"; Name = "Neovide"; Id = "Neovide.Neovide" } @{ Type = "Winget"; Name = "Syncthing"; Id = "Syncthing.Syncthing"; ProcessName = "syncthing"; AutostartName = "Syncthing" } @{ Type = "Winget"; Name = "Steam"; Id = "Valve.Steam" } + @{ Type = "Winget"; Name = "LocalSend"; Id = "LocalSend.LocalSend" } @{ Type = "Winget"; Name = "v2rayN"; Id = "2dust.v2rayN" } )