From 1ad64feab9541c9294a8ed5e3ca41a2b236606f1 Mon Sep 17 00:00:00 2001 From: zsyg <3872006562@qq.com> Date: Sat, 5 Jul 2025 10:19:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ollama?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainForm.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MainForm.cs b/MainForm.cs index 31c5500..d53da95 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -1164,11 +1164,21 @@ namespace AppStore "https://ghproxy.net/https://github.com/cloudreve/cloudreve/releases/download/3.8.3/cloudreve_3.8.3_windows_amd64.zip", "img/png/cloudreve.png")); + flowPanel.Controls.Add(CreateAppCard( + "ollama", + "https://www.ghproxy.cn/https://github.com/ollama/ollama/releases/download/v0.9.5/OllamaSetup.exe", + "img/png/ollama.png")); + flowPanel.Controls.Add(CreateAppCard( "SeelenUI", "https://ghproxy.net/https://github.com/eythaann/Seelen-UI/releases/download/v2.3.8/Seelen.UI_2.3.8_x64-setup.exe", "img/png/SeelenUI.png")); + flowPanel.Controls.Add(CreateAppCard( + "ollama", + "https://www.ghproxy.cn/https://github.com/ollama/ollama/releases/download/v0.9.5/OllamaSetup.exe", + "img/png/ollama.png")); + flowPanel.Controls.Add(CreateAppCard( "git汉化包", "https://ghproxy.net/https://github.com/zs-yg/package/releases/download/v0.6/zh_cn.msg",