From 2d3f8d17dec1d8dc8fc3f38512a7095e303c7c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=87=E7=A8=8B?= <1498425439@qq.com> Date: Fri, 21 Feb 2025 07:38:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=202.22=20ollama=20models=20blobs=20commen?= =?UTF-8?q?t=20from=20manifests=20|=20ollama=20models=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=E4=BB=8E=20manifests=20=E8=8E=B7=E5=8F=96=20blobs=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 + build.gradle | 4 +- .../linwancen/plugin/show/ext/TreeExt.java | 14 ++- .../plugin/show/ext/listener/FileLoader.java | 48 +++++++- .../show/ext/ollama/OllamaModelsCache.java | 103 ++++++++++++++++++ .../plugin/show/lang/HtmlLangDoc.java | 18 +-- .../linwancen/plugin/show/lang/JsLangDoc.java | 6 +- .../plugin/show/lang/vue/VueRouterCache.java | 56 +--------- src/main/resources/META-INF/plugin.xml | 1 + 9 files changed, 176 insertions(+), 76 deletions(-) create mode 100644 src/main/java/io/github/linwancen/plugin/show/ext/ollama/OllamaModelsCache.java diff --git a/README.md b/README.md index b75d923..ce9b0cc 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Show doc comment in the Project view Tree, line End, json, other

English Change Notes: