From eed780ceaa648a69f357654c8bfe1dc6feb9e9ca Mon Sep 17 00:00:00 2001 From: lhxcccccccccc <3302269842@qq.com> Date: Thu, 6 Jun 2024 18:31:43 +0800 Subject: [PATCH 1/4] =?UTF-8?q?[servers=E5=AE=98=E7=BD=91]:=20search?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=A2=9E=E5=8A=A0=E5=8F=82=E6=95=B0&platform?= =?UTF-8?q?=3D3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- details.html | 1 + search.html | 7 ++----- services/getPackagesSearchForV3.js | 9 +++++++++ utils/_Get.js | 18 ++++++++++++++++++ 4 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 services/getPackagesSearchForV3.js diff --git a/details.html b/details.html index 1a9b782..1b0c9be 100644 --- a/details.html +++ b/details.html @@ -781,6 +781,7 @@

// mddata内容 var converter = new showdown.Converter(); + // @TODO: 更新下makeHtml 解析插件 var html = converter.makeHtml(tempData.readme); document.getElementById("mddata").innerHTML = html; diff --git a/search.html b/search.html index 05df322..5023124 100644 --- a/search.html +++ b/search.html @@ -344,6 +344,7 @@

微信公众号

+ + + + + + + + + + + + + + + + + + + + + + + + @@ -392,11 +393,6 @@
length ? dataStr.slice(0, length) + "...": dataStr; +} \ No newline at end of file From d16f9c5ef45ab1ec0a53c5779762b1b54b663285 Mon Sep 17 00:00:00 2001 From: lhxcccccccccc <3302269842@qq.com> Date: Fri, 7 Jun 2024 22:27:02 +0800 Subject: [PATCH 4/4] =?UTF-8?q?[Serverless=E5=AE=98=E7=BD=91]:=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E9=A1=B5=E9=9D=A2=E6=94=AF=E6=8C=81v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component.html | 407 ++++++++++++++++++----------- details.html | 11 +- search.html | 8 +- services/downloadV3Plugin.js | 4 + services/getPackagesSearchForV3.js | 7 +- static/js/main.js | 16 +- utils/_Get.js | 11 +- utils/splitMaxLenth.js | 4 + 8 files changed, 307 insertions(+), 161 deletions(-) create mode 100644 utils/splitMaxLenth.js diff --git a/component.html b/component.html index 814217c..c35db0a 100644 --- a/component.html +++ b/component.html @@ -363,6 +363,7 @@

微信公众号

+ @@ -385,8 +386,68 @@

微信公众号

+ + + + + + + + + + + + + + + + + @@ -392,11 +393,6 @@
length ? dataStr.slice(0, length) + "...": dataStr; +} \ No newline at end of file