From 6d6c448e0d45b87ed0eaf315fbddaf7df2e2dcc1 Mon Sep 17 00:00:00 2001 From: qianmoQ Date: Thu, 6 Feb 2025 06:33:46 +0000 Subject: [PATCH] deploy: e684ac7669951315ef5a5528105bb9285593045a --- 404.html | 282 ++--- assets/pageforge.min.css | 2 +- assets/pageforge.min.js | 40 +- getting-started/error.html | 440 ++++--- getting-started/get-started.html | 460 ++++--- getting-started/interceptor.html | 442 ++++--- getting-started/processor.html | 456 ++++--- index.html | 196 +-- release/{latest.html => 2025.1.0.html} | 468 +++++-- release/2025.1.1.html | 1378 +++++++++++++++++++++ sitemap.xml | 93 ++ usage/delete.html | 760 ++++++++---- usage/error.html | 748 +++++++---- usage/get.html | 774 ++++++++---- usage/head.html | 760 ++++++++---- usage/header.html | 760 ++++++++---- usage/interceptor.html | 748 +++++++---- usage/options.html | 760 ++++++++---- usage/part-map.html | 1581 ++++++++++++++++++++++++ usage/part.html | 768 ++++++++---- usage/patch.html | 760 ++++++++---- usage/post.html | 760 ++++++++---- usage/put.html | 760 ++++++++---- 23 files changed, 10381 insertions(+), 3815 deletions(-) rename release/{latest.html => 2025.1.0.html} (77%) create mode 100644 release/2025.1.1.html create mode 100644 sitemap.xml create mode 100644 usage/part-map.html diff --git a/404.html b/404.html index 0710a7e..344a72a 100644 --- a/404.html +++ b/404.html @@ -2,7 +2,13 @@ - + + 页面未找到 - LightCall + + + + + 页面未找到 - LightCall @@ -50,10 +56,17 @@ - + + + + + + @@ -65,83 +78,76 @@
-
- - @@ -382,8 +376,7 @@
-
+
@@ -431,7 +422,7 @@

+
@@ -442,6 +433,9 @@

- LightCall + LightCall LightCall @@ -487,26 +479,20 @@

  • - - 开源数据中台 + + 开源数据中台 DataCap
  • - - 开源 UI 框架 + + 前端框架 View Shadcn UI
  • - - 开源网站构建工具 + + 网站构建 PageForge
  • @@ -517,12 +503,16 @@

    -
    +
    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + @@ -534,13 +524,9 @@

    - + GitHub diff --git a/assets/pageforge.min.css b/assets/pageforge.min.css index bf740a3..dc09ffa 100644 --- a/assets/pageforge.min.css +++ b/assets/pageforge.min.css @@ -1 +1 @@ -.pageforge-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.3) transparent}.pageforge-scrollbar::-webkit-scrollbar{width:6px}.pageforge-scrollbar::-webkit-scrollbar-track{background:transparent}.pageforge-scrollbar::-webkit-scrollbar-thumb{background-color:#9ca3af4d;border-radius:3px;transition:background-color .2s}.pageforge-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#9ca3af80}.dark .pageforge-scrollbar{scrollbar-color:rgba(156,163,175,.2) transparent}.dark .pageforge-scrollbar::-webkit-scrollbar-thumb{background-color:#9ca3af33}.dark .pageforge-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#9ca3af66}code[class*=language-],pre[class*=language-]{background:transparent!important;text-shadow:none!important} +.pageforge-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.3) transparent}.pageforge-scrollbar::-webkit-scrollbar{width:6px}.pageforge-scrollbar::-webkit-scrollbar-track{background:transparent}.pageforge-scrollbar::-webkit-scrollbar-thumb{background-color:#9ca3af4d;border-radius:3px;transition:background-color .2s}.pageforge-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#9ca3af80}.dark .pageforge-scrollbar{scrollbar-color:rgba(156,163,175,.2) transparent}.dark .pageforge-scrollbar::-webkit-scrollbar-thumb{background-color:#9ca3af33}.dark .pageforge-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#9ca3af66}code[class*=language-],pre[class*=language-]{background:transparent!important;text-shadow:none!important}[data-theme=dark]{color-scheme:dark}[data-theme=dark] body{background-color:#111827;color:#e5e7eb}[data-theme=dark] .dark\:bg-gray-800{background-color:#1f2937!important}[data-theme=dark] .dark\:text-white{color:#fff!important}[data-theme=dark] .dark\:text-gray-200{color:#e5e7eb!important}[data-theme=dark] .dark\:border-gray-700{border-color:#374151!important} diff --git a/assets/pageforge.min.js b/assets/pageforge.min.js index 100a8d9..9c42e53 100644 --- a/assets/pageforge.min.js +++ b/assets/pageforge.min.js @@ -1,26 +1,14 @@ -(()=>{var g={formatNumber(t){return t>=1e6?(t/1e6).toFixed(1)+"m":t>=1e3?(t/1e3).toFixed(1)+"k":t.toString()},showLoading(){if(!this.styleAdded){let e=document.createElement("style");e.textContent=` - .skeleton-loader { - width: 60px; - height: 16px; - background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); - background-size: 200% 100%; - animation: loading 1.5s infinite; - border-radius: 4px; - } - @keyframes loading { - 0% { background-position: 200% 0; } - 100% { background-position: -200% 0; } - } - `,document.head.appendChild(e),this.styleAdded=!0}let t={tag:'
    ',stars:'
    ',forks:'
    '};this.updateUI(t)},async fetchStats(t,e){var l;let o=`github-stats-${t}-${e}`,s=localStorage.getItem(o),a=localStorage.getItem(`${o}-time`);if(this.showLoading(),s&&a&&Date.now()-parseInt(a)<36e5){let r=JSON.parse(s);return this.updateUI(r),r}let c={Accept:"application/vnd.github.v3+json","User-Agent":"PageForge-Docs"};try{let[r,i]=await Promise.all([fetch(`https://api.github.com/repos/${t}/${e}`,{headers:c}),fetch(`https://api.github.com/repos/${t}/${e}/tags`,{headers:c})]);if(!r.ok||!i.ok)throw new Error("GitHub API request failed");let d=await r.json(),h=await i.json(),n={stars:this.formatNumber(d.stargazers_count||0),forks:this.formatNumber(d.forks_count||0),tag:((l=h[0])==null?void 0:l.name)||"-"};return localStorage.setItem(o,JSON.stringify(n)),localStorage.setItem(`${o}-time`,Date.now().toString()),this.updateUI(n),n}catch(r){console.error("\u{1F92F} \u83B7\u53D6 GitHub Stats \u5931\u8D25",r);let i={stars:"-",forks:"-",tag:"-"};return this.updateUI(i),i}},updateUI(t){if(!t)return;let e=document.querySelectorAll(".tag-container"),o=document.querySelectorAll(".stars-container"),s=document.querySelectorAll(".forks-container");e.forEach(a=>{a.innerHTML=` - - - - ${t.tag}`}),o.forEach(a=>{a.innerHTML=` - - - - ${t.stars}`}),s.forEach(a=>{a.innerHTML=` - - - - ${t.forks}`})},init(t,e){if(!t||!e)return;this.showLoading();let o=async()=>{await this.fetchStats(t,e)};o(),setInterval(o,36e5)}},u={copy(t){let o=t.closest("div").querySelector("code").textContent;navigator.clipboard.writeText(o).then(()=>{let s=t.querySelector(".copy-icon"),a=t.querySelector(".check-icon");s.classList.add("!hidden"),a.classList.remove("!hidden"),setTimeout(()=>{s.classList.remove("!hidden"),a.classList.add("!hidden")},800)}).catch(s=>{console.error("Failed to copy text:",s)})}};window.PageForge=window.PageForge||{};window.PageForge.GitHubStats=g;window.PageForge.CodeCopy=u;})(); +(()=>{var m={find:(t,e=document)=>e.querySelector(t),findAll:(t,e=document)=>e.querySelectorAll(t),toggleClass:(t,e)=>t==null?void 0:t.classList.toggle(e)},f={formatNumber(t){return t>=1e6?(t/1e6).toFixed(1)+"m":t>=1e3?(t/1e3).toFixed(1)+"k":t.toString()},showLoading(){if(!this.styleAdded){let t=document.createElement("style");t.textContent=` + .skeleton-loader { + width: 60px; + height: 16px; + background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); + background-size: 200% 100%; + animation: loading 1.5s infinite; + border-radius: 4px; + } + @keyframes loading { + 0% { background-position: 200% 0; } + 100% { background-position: -200% 0; } + } + `,document.head.appendChild(t),this.styleAdded=!0}this.updateUI({tag:'
    ',stars:'
    ',forks:'
    '})},async fetchStats(t,e){var r;let o=`github-stats-${t}-${e}`,s=localStorage.getItem(o),a=localStorage.getItem(`${o}-time`);if(this.showLoading(),s&&a&&Date.now()-parseInt(a)<36e5){let i=JSON.parse(s);return this.updateUI(i),i}try{let i={Accept:"application/vnd.github.v3+json","User-Agent":"PageForge-Docs"},[c,l]=await Promise.all([fetch(`https://api.github.com/repos/${t}/${e}`,{headers:i}),fetch(`https://api.github.com/repos/${t}/${e}/tags`,{headers:i})]);if(!c.ok||!l.ok)throw new Error("GitHub API request failed");let[n,d]=await Promise.all([c.json(),l.json()]),h={stars:this.formatNumber(n.stargazers_count||0),forks:this.formatNumber(n.forks_count||0),tag:((r=d[0])==null?void 0:r.name)||"-"};return localStorage.setItem(o,JSON.stringify(h)),localStorage.setItem(`${o}-time`,Date.now().toString()),this.updateUI(h),h}catch(i){console.error("\u{1F92F} \u83B7\u53D6 GitHub Stats \u5931\u8D25",i);let c={stars:"-",forks:"-",tag:"-"};return this.updateUI(c),c}},updateUI(t){if(!t)return;let{findAll:e}=m,o={tag:e(".tag-container"),stars:e(".stars-container"),forks:e(".forks-container")},s={tag:'',stars:'',forks:''};Object.entries(o).forEach(([a,r])=>{r.forEach(i=>{i.innerHTML=`${s[a]} ${t[a]}`})})},init(t,e){if(!t||!e)return;this.showLoading();let o=async()=>await this.fetchStats(t,e);o(),setInterval(o,36e5)}},v={copy(t){let{find:e,toggleClass:o}=m,s=e("code",t.closest("div"));s&&navigator.clipboard.writeText(s.textContent).then(()=>{let a=e(".copy-icon",t),r=e(".check-icon",t);o(a,"!hidden"),o(r,"!hidden"),setTimeout(()=>{o(a,"!hidden"),o(r,"!hidden")},800)}).catch(a=>console.error("Failed to copy text:",a))}},g={DarkMode:{observer:null,initObserver(){this.observer||(this.observer=new MutationObserver(t=>{t.forEach(e=>{if(e.attributeName==="class"){let o=document.documentElement.classList.contains("dark");document.documentElement.setAttribute("data-theme",o?"dark":"light"),localStorage.setItem("theme",o?"dark":"light")}})}),this.observer.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}))},init(){let t=localStorage.theme==="dark"||!("theme"in localStorage)&&window.matchMedia("(prefers-color-scheme: dark)").matches,e=document.documentElement;t?(e.classList.add("dark"),e.setAttribute("data-theme","dark")):(e.classList.remove("dark"),e.setAttribute("data-theme","light")),window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",o=>{localStorage.theme||(o.matches?(e.classList.add("dark"),e.setAttribute("data-theme","dark")):(e.classList.remove("dark"),e.setAttribute("data-theme","light")),this.updateIcons(o.matches))}),this.initObserver(),this.updateIcons(t)},updateIcons(t){let e=document.querySelectorAll("[data-theme-toggle] .sun-icon"),o=document.querySelectorAll("[data-theme-toggle] .moon-icon");e.forEach(s=>{s.classList.toggle("hidden",!t)}),o.forEach(s=>{s.classList.toggle("hidden",t)})},toggle(){let t=document.documentElement,e=t.classList.contains("dark");t.classList.toggle("dark"),t.setAttribute("data-theme",e?"light":"dark"),this.updateIcons(!e)}},MobileMenu:{toggle(){let t=document.getElementById("mobile-menu"),e=document.querySelector("[data-menu-toggle]");if(t&&e){t.classList.toggle("hidden");let o=e.querySelector(".menu-icon"),s=e.querySelector(".close-icon");o&&s&&(o.classList.toggle("hidden"),s.classList.toggle("hidden"))}}},initEventListeners(){document.querySelectorAll("[data-theme-toggle]").forEach(o=>{o.onclick=()=>this.DarkMode.toggle()});let e=document.querySelector("[data-menu-toggle]");e&&(e.onclick=()=>this.MobileMenu.toggle())},init(){this.DarkMode.init(),this.initEventListeners(),new MutationObserver(()=>{this.initEventListeners()}).observe(document.body,{childList:!0,subtree:!0})}},u={init(){var i,c,l;let t=document.querySelectorAll(".prose *:not(h1):not(.text-3xl)"),e=Array.from(t).filter(n=>!n.closest(".not-prose"));if(!e.length)return;let o=["text-sm","text-base","text-lg","text-xl"],s=1,a=localStorage.getItem("content-font-size");a&&(e.forEach(n=>{n.classList.remove(...o),n.classList.add(a)}),s=o.indexOf(a));let r=n=>{n>=0&&n{d.classList.remove(...o),d.classList.add(o[n])}),localStorage.setItem("content-font-size",o[n]),s=n)};(i=document.getElementById("increase-font"))==null||i.addEventListener("click",()=>r(s+1)),(c=document.getElementById("decrease-font"))==null||c.addEventListener("click",()=>r(s-1)),(l=document.getElementById("reset-font"))==null||l.addEventListener("click",()=>r(1))}};window.PageForge={GitHubStats:f,CodeCopy:v,Header:g,FontSizeControl:u};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",()=>{g.init(),u.init()}):(g.init(),u.init());})(); diff --git a/getting-started/error.html b/getting-started/error.html index 0e16dc4..4ba1e50 100644 --- a/getting-started/error.html +++ b/getting-started/error.html @@ -3,6 +3,12 @@ + 自定义错误处理器 - LightCall + + + + + 自定义错误处理器 - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
    -
    - - @@ -409,87 +442,139 @@ + +

+ + + + @@ -512,33 +597,39 @@

- + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -546,7 +637,7 @@

+
@@ -581,12 +672,10 @@

提示

- -
java
-
@@ -702,7 +791,7 @@

提示

-
+
提示

target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
+ +
+ + + qianmoQ + + + +
qianmoQ @@ -737,6 +841,9 @@

提示

+ + +
@@ -802,7 +909,8 @@

目录

alt="LightCall" class="h-12"> - + LightCall @@ -828,7 +936,7 @@

- 开源数据中台 + 开源数据中台 DataCap @@ -836,7 +944,7 @@

- 开源 UI 框架 + 前端框架 View Shadcn UI @@ -844,7 +952,7 @@

- 开源网站构建工具 + 网站构建 PageForge @@ -861,6 +969,10 @@

© 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/getting-started/get-started.html b/getting-started/get-started.html index f1a2710..ea20336 100644 --- a/getting-started/get-started.html +++ b/getting-started/get-started.html @@ -3,6 +3,12 @@ + 开始使用 - LightCall + + + + + 开始使用 - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
-
- - @@ -409,87 +442,139 @@ + +
+ + @@ -512,33 +597,39 @@

- + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -546,7 +637,7 @@

+
@@ -558,13 +649,13 @@

-
+
添加依赖
-
+
@@ -583,12 +674,10 @@

提示

- -
xml
-
-
+
定义接口
-
- -
+
java
-
-
+
初始化并使用
-
- -
+
java
-
@@ -748,7 +833,7 @@

提示

-
+
提示

target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
+ +
+ + + qianmoQ + + + +
qianmoQ @@ -783,6 +883,9 @@

提示

+ + +
@@ -935,7 +1038,8 @@

目录

alt="LightCall" class="h-12"> - + LightCall @@ -961,7 +1065,7 @@

- 开源数据中台 + 开源数据中台 DataCap @@ -969,7 +1073,7 @@

- 开源 UI 框架 + 前端框架 View Shadcn UI @@ -977,7 +1081,7 @@

- 开源网站构建工具 + 网站构建 PageForge @@ -994,6 +1098,10 @@

© 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/getting-started/interceptor.html b/getting-started/interceptor.html index 9cad13b..8500fa5 100644 --- a/getting-started/interceptor.html +++ b/getting-started/interceptor.html @@ -3,6 +3,12 @@ + 自定义拦截器 - LightCall + + + + + 自定义拦截器 - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
-
- - @@ -409,87 +442,139 @@ + +
+ + @@ -512,33 +597,39 @@

- + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -546,7 +637,7 @@

+
@@ -554,7 +645,7 @@

-
+
@@ -585,12 +676,10 @@

提示

- -
java
-
@@ -701,7 +790,7 @@

提示

-
+
提示 target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
+ +
+ + + qianmoQ + + + +
qianmoQ @@ -736,6 +840,9 @@

提示

+ + +
@@ -801,7 +908,8 @@

目录

alt="LightCall" class="h-12"> - + LightCall
@@ -827,7 +935,7 @@

- 开源数据中台 + 开源数据中台 DataCap @@ -835,7 +943,7 @@

- 开源 UI 框架 + 前端框架 View Shadcn UI @@ -843,7 +951,7 @@

- 开源网站构建工具 + 网站构建 PageForge @@ -860,6 +968,10 @@

© 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/getting-started/processor.html b/getting-started/processor.html index faa6d37..4c2c99f 100644 --- a/getting-started/processor.html +++ b/getting-started/processor.html @@ -3,6 +3,12 @@ + 自定义请求处理器 - LightCall + + + + + 自定义请求处理器 - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
-
- - @@ -409,87 +442,139 @@ + +
+ + @@ -512,33 +597,39 @@

- + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -546,7 +637,7 @@

+
@@ -584,19 +675,17 @@

提示

-
+
添加注解
-
- -
+
java
-
-
+
实现处理器
-
- -
+
java
-
-
+
注册处理器
@@ -718,7 +805,7 @@

提示

java
-
@@ -808,7 +895,7 @@

提示

-
+
提示

target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
+ +
+ + + qianmoQ + + + +
qianmoQ @@ -843,6 +945,9 @@

提示

+ + + @@ -995,7 +1100,8 @@

目录

alt="LightCall" class="h-12"> - + LightCall @@ -1021,7 +1127,7 @@

- 开源数据中台 + 开源数据中台 DataCap @@ -1029,7 +1135,7 @@

- 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1037,7 +1143,7 @@

- 开源网站构建工具 + 网站构建 PageForge @@ -1054,6 +1160,10 @@

© 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/index.html b/index.html index c14df17..936392e 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,12 @@ + 欢迎使用 LightCall - LightCall + + + + + 欢迎使用 LightCall - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
-
- - @@ -574,7 +607,8 @@

- + LightCall

@@ -600,7 +634,7 @@

- 开源数据中台 + 开源数据中台 DataCap @@ -608,7 +642,7 @@

- 开源 UI 框架 + 前端框架 View Shadcn UI @@ -616,7 +650,7 @@

- 开源网站构建工具 + 网站构建 PageForge @@ -633,6 +667,10 @@

© 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/release/latest.html b/release/2025.1.0.html similarity index 77% rename from release/latest.html rename to release/2025.1.0.html index 8f7da35..4bd4a2c 100644 --- a/release/latest.html +++ b/release/2025.1.0.html @@ -3,7 +3,13 @@ - 2025.1.0 (最新) - LightCall + 2025.1.0 - LightCall + + + + + + 2025.1.0 - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
-
- - @@ -409,33 +442,167 @@ + +
-
- + + + + +
+ + @@ -454,37 +621,43 @@

- 2025.1.0 (最新) + 2025.1.0

@@ -492,7 +665,7 @@

+
@@ -500,7 +673,7 @@

-
+
@@ -512,7 +685,7 @@

-
+
核心特性
@@ -636,7 +809,7 @@

-
+
文档与支持
@@ -682,7 +855,7 @@

-
+
部署信息
@@ -692,7 +865,7 @@

-
+
后续规划
@@ -724,7 +897,7 @@

-
+
鸣谢
@@ -734,7 +907,7 @@

-
+
@@ -750,7 +923,7 @@

+
@@ -762,7 +935,7 @@

- 提交于 2025年2月4日 01:57 + 提交于 2025年2月6日 06:33

@@ -774,7 +947,7 @@

- 修改于 2025年2月4日 01:57 + 修改于 2025年2月6日 06:33

@@ -787,11 +960,11 @@

- - 首次提交 (2fb9480d) + 首次提交 (e684ac76)

@@ -803,11 +976,11 @@

- - 末次提交 (2fb9480d) + 末次提交 (e684ac76)

@@ -817,7 +990,7 @@

+
- qianmoQ +
+ +
+ + + qianmoQ + + + +
qianmoQ @@ -852,6 +1040,9 @@

目录

alt="LightCall" class="h-12"> - + LightCall
@@ -1088,7 +1280,7 @@

- 开源数据中台 + 开源数据中台 DataCap @@ -1096,7 +1288,7 @@

- 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1104,7 +1296,7 @@

- 开源网站构建工具 + 网站构建 PageForge @@ -1121,6 +1313,10 @@

© 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/release/2025.1.1.html b/release/2025.1.1.html new file mode 100644 index 0000000..e57aefa --- /dev/null +++ b/release/2025.1.1.html @@ -0,0 +1,1378 @@ + + + + + + 2025.1.1 - LightCall + + + + + + 2025.1.1 - LightCall + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + +
+ + + + + + +
+
+ +
+ +
+ +
+ +
+

+ 2025.1.1 +

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + +
+ +
+ + LightCall 2025.1.1 发布:新增文件处理能力,全面提升开发体验 + +
+ +
+ +
+ + 亲爱的开发者们: + +
+ + 我们很高兴地宣布 LightCall(版本 2025.1.1)正式发布。这是我们在 2025.1.0 版本基础上的重要更新,进一步增强了框架的功能性和易用性。LightCall 始终致力于通过简洁的注解方式,让服务调用变得像编写接口一样简单直观。 + +
+ +
+
+ 更新内容 +
+
+ +
    + +
  1. + + + 文件处理能力增强 + +
      + +
    • + + + 新增 Part Map 类型支持,提供更灵活的数据传输方式 + +
    • +
    • + + + 实现 Part MIME 类型支持,优化多媒体内容处理 + +
    • +
    • + + + 添加 Part 文件上传功能,支持完整的文件传输场景 + +
    • +
    +
    +
  2. +
  3. + + + 环境适配优化 + +
      + +
    • + + + 降级 logback 版本以兼容 JDK 8,扩大框架适用范围 + +
    • +
    • + + + 优化多模块测试架构,提升测试效率和可靠性 + +
    • +
    • + + + 完善 CI/CD 流程,保障代码质量 + +
    • +
    • + + + 重构文档发布机制,采用 npm 方案 + +
    • +
    +
    +
  4. +
  5. + + + 开发体验提升 + +
      + +
    • + + + 优化模拟数据端点,提供更好的测试体验 + +
    • +
    • + + + 改进构建流程,提高开发效率 + +
    • +
    • + + + 优化项目结构,提升代码可维护性 + +
    • +
    +
    +
  6. +
+ +
+ +
+
+ 文档与支持 +
+
+ + + +
+ +
+
+ 部署信息 +
+
+ + 该版本已发布至 Maven 中央仓库,开发者可以直接在项目中使用。 + +
+ +
+
+ 后续规划 +
+
+ + 我们将持续改进和优化框架功能,重点关注: + +
    + +
  • + + + 性能优化和功能扩展 + +
  • +
  • + + + 更多场景的支持 + +
  • +
  • + + + 开发体验的提升 + +
  • +
+ +
+ +
+
+ 鸣谢 +
+
+ + 感谢所有关注和支持 LightCall 项目的开发者,您的反馈和建议是我们持续改进的动力。我们期待: + +
    + +
  • + + + 您的宝贵建议和反馈 + +
  • +
  • + + + 参与项目贡献 + +
  • +
  • + + + 报告使用中遇到的问题 + +
  • +
+ +
+ +
+ +
+ + 如需了解更多信息,请访问我们的官方网站或 GitHub 仓库。 + +
+ + 2025年2月6日 + +
+ +
+ + + +
+ +
+ +
+ + + + + + 提交于 2025年2月6日 06:33 +
+ + +
+ + + + + + 修改于 2025年2月6日 06:33 +
+ + + + + + + + + +
+
+ + + + + + + + + +
+
+
+
+ + + + + + + + + +
+
+

目录

+ +
+ +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..de7f18c --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,93 @@ + + + + https://lightcall.devlive.org/getting-started/get-started.html + weekly + 0.5 + + + https://lightcall.devlive.org/getting-started/interceptor.html + weekly + 0.5 + + + https://lightcall.devlive.org/getting-started/error.html + weekly + 0.5 + + + https://lightcall.devlive.org/getting-started/processor.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/interceptor.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/error.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/header.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/get.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/post.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/put.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/delete.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/patch.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/options.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/head.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/part.html + weekly + 0.5 + + + https://lightcall.devlive.org/usage/part-map.html + weekly + 0.5 + + + https://lightcall.devlive.org/release/2025.1.1.html + weekly + 0.5 + + + https://lightcall.devlive.org/release/2025.1.0.html + weekly + 0.5 + + \ No newline at end of file diff --git a/usage/delete.html b/usage/delete.html index 8910fd6..ccbd522 100644 --- a/usage/delete.html +++ b/usage/delete.html @@ -3,6 +3,12 @@ + Delete - LightCall + + + + + Delete - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
-
- - @@ -409,213 +442,417 @@ + + - + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - -
  • + +
  • + + + +
    + + + + + PartMap -
    -
    + +
    +
    + + + + + +
    +
    + + + + + + +
  • - + - + + + + +

    + +

    @@ -638,33 +875,39 @@

    - + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + +

    @@ -672,7 +915,7 @@

    +
    @@ -712,12 +955,10 @@

    注意

    title="DeleteService"> 这里 - 查看。 -
    -
    + 查看。
    java
    -
    -
    +
    用法
    @@ -747,12 +988,10 @@

    注意

    @Delete 注解,就可以实现 HTTP DELETE 请求了。 - -
    java
    -
    @@ -933,7 +1170,7 @@

    提示

    -
    +
    提示

    target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
    + +
    + + + qianmoQ + + + +
    qianmoQ @@ -968,6 +1220,9 @@

    提示

    + + + @@ -1091,7 +1346,8 @@

    目录

    alt="LightCall" class="h-12"> - + LightCall @@ -1117,7 +1373,7 @@

    - 开源数据中台 + 开源数据中台 DataCap @@ -1125,7 +1381,7 @@

    - 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1133,7 +1389,7 @@

    - 开源网站构建工具 + 网站构建 PageForge @@ -1150,6 +1406,10 @@

    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/usage/error.html b/usage/error.html index 661abbe..eb01c2b 100644 --- a/usage/error.html +++ b/usage/error.html @@ -3,6 +3,12 @@ + Error - LightCall + + + + + Error - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
    -
    - - @@ -409,213 +442,417 @@ + + - + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - -
  • + +
  • + + + +
    + + + + + PartMap -
    -
    + +
    +
    + + + + + +
    +
    + + + + + + +
  • - + - + + + + + + + @@ -638,33 +875,39 @@

    - + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -672,7 +915,7 @@

    +
    @@ -702,13 +945,13 @@

    提示

    -
    +
    用法
    -
    +
    @@ -731,12 +974,10 @@

    提示

    - -
    java
    -
    @@ -842,7 +1083,7 @@

    提示

    -
    +
    提示 target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
    + +
    + + + qianmoQ + + + +
    qianmoQ @@ -877,6 +1133,9 @@

    提示

    + + +
    @@ -971,7 +1230,8 @@

    目录

    alt="LightCall" class="h-12"> - + LightCall
    @@ -997,7 +1257,7 @@

    - 开源数据中台 + 开源数据中台 DataCap @@ -1005,7 +1265,7 @@

    - 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1013,7 +1273,7 @@

    - 开源网站构建工具 + 网站构建 PageForge @@ -1030,6 +1290,10 @@

    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/usage/get.html b/usage/get.html index b3d83c4..a0e82b9 100644 --- a/usage/get.html +++ b/usage/get.html @@ -3,6 +3,12 @@ + Get - LightCall + + + + + Get - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
    -
    - - @@ -409,213 +442,417 @@ + + - + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - - -
  • + -
  • - -
    +
  • + +
  • + + + +
    + + + + Options - Options - -
    -
    + + +
  • - + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - -
  • + +
  • + + + +
    + + + + + PartMap -
    -
    + +
    +
    + + + + + +
    +
    + + + + + + + -
  • + - + + + + + + + @@ -638,33 +875,39 @@

    - + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -672,7 +915,7 @@

    +
    @@ -712,12 +955,10 @@

    注意

    title="PostService"> 这里 - 查看。 -
    -
    + 查看。
    java
    -
    -
    +
    用法
    @@ -744,7 +985,7 @@

    注意

    java
    -
    - -
    java
    -
    -
    +
    @PathVariable
    -
    +
    @@ -893,12 +1130,10 @@

    提示

    - -
    java
    -
    @@ -1047,7 +1280,7 @@

    注意

    -
    +
    注意

    target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
    + +
    + + + qianmoQ + + + +
    qianmoQ @@ -1082,6 +1330,9 @@

    注意

    + + + @@ -1234,7 +1485,8 @@

    目录

    alt="LightCall" class="h-12"> - + LightCall @@ -1260,7 +1512,7 @@

    - 开源数据中台 + 开源数据中台 DataCap @@ -1268,7 +1520,7 @@

    - 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1276,7 +1528,7 @@

    - 开源网站构建工具 + 网站构建 PageForge @@ -1293,6 +1545,10 @@

    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/usage/head.html b/usage/head.html index 5ea0e53..de71095 100644 --- a/usage/head.html +++ b/usage/head.html @@ -3,6 +3,12 @@ + Head - LightCall + + + + + Head - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
    -
    - - @@ -409,213 +442,417 @@ + + - + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - -
  • + +
  • + + + +
    + + + + + PartMap -
    -
    + +
    +
    + + + + + +
    +
    + + + + + + +
  • - + - + + + + + + + @@ -638,33 +875,39 @@

    - + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -672,7 +915,7 @@

    +
    @@ -712,12 +955,10 @@

    注意

    title="HeadService"> 这里 - 查看。 -
    -
    + 查看。
    java
    -
    -
    +
    用法
    @@ -747,12 +988,10 @@

    注意

    @Head 注解,就可以实现 HTTP Head 请求了。 - -
    java
    -
    @@ -933,7 +1170,7 @@

    提示

    -
    +
    提示

    target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
    + +
    + + + qianmoQ + + + +
    qianmoQ @@ -968,6 +1220,9 @@

    提示

    + + + @@ -1091,7 +1346,8 @@

    目录

    alt="LightCall" class="h-12"> - + LightCall @@ -1117,7 +1373,7 @@

    - 开源数据中台 + 开源数据中台 DataCap @@ -1125,7 +1381,7 @@

    - 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1133,7 +1389,7 @@

    - 开源网站构建工具 + 网站构建 PageForge @@ -1150,6 +1406,10 @@

    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/usage/header.html b/usage/header.html index dc1d16b..f590d83 100644 --- a/usage/header.html +++ b/usage/header.html @@ -3,6 +3,12 @@ + Header - LightCall + + + + + Header - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
    -
    - - @@ -409,213 +442,417 @@ + + - + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - -
  • + +
  • + + + +
    + + + + + PartMap -
    -
    + +
    +
    + + + + + +
    +
    + + + + + + +
  • - + - + + + + + + + @@ -638,33 +875,39 @@

    - + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -672,7 +915,7 @@

    +
    @@ -706,7 +949,7 @@

    注意

    -
    +
    用法
    @@ -714,7 +957,7 @@

    注意

    java
    -
    - -
    java
    -
    - -
    java
    -
    @@ -990,7 +1229,7 @@

    注意

    -
    +
    注意

    target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
    + +
    + + + qianmoQ + + + +
    qianmoQ @@ -1025,6 +1279,9 @@

    注意

    + + + @@ -1177,7 +1434,8 @@

    目录

    alt="LightCall" class="h-12"> - + LightCall @@ -1203,7 +1461,7 @@

    - 开源数据中台 + 开源数据中台 DataCap @@ -1211,7 +1469,7 @@

    - 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1219,7 +1477,7 @@

    - 开源网站构建工具 + 网站构建 PageForge @@ -1236,6 +1494,10 @@

    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/usage/interceptor.html b/usage/interceptor.html index 31d7ded..1aad4df 100644 --- a/usage/interceptor.html +++ b/usage/interceptor.html @@ -3,6 +3,12 @@ + Interceptor - LightCall + + + + + Interceptor - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
    -
    - - @@ -409,213 +442,417 @@ + + - + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - -
  • + +
  • + + + +
    + + + + + PartMap -
    -
    + +
    +
    + + + + + +
    +
    + + + + + + +
  • - + - + + + + + + + @@ -638,33 +875,39 @@

    - + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -672,7 +915,7 @@

    +
    @@ -698,13 +941,13 @@

    提示

    -
    +
    用法
    -
    +
    @@ -727,12 +970,10 @@

    提示

    - -
    java
    -
    @@ -838,7 +1079,7 @@

    提示

    -
    +
    提示 target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
    + +
    + + + qianmoQ + + + +
    qianmoQ @@ -873,6 +1129,9 @@

    提示

    + + +
    @@ -967,7 +1226,8 @@

    目录

    alt="LightCall" class="h-12"> - + LightCall
    @@ -993,7 +1253,7 @@

    - 开源数据中台 + 开源数据中台 DataCap @@ -1001,7 +1261,7 @@

    - 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1009,7 +1269,7 @@

    - 开源网站构建工具 + 网站构建 PageForge @@ -1026,6 +1286,10 @@

    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/usage/options.html b/usage/options.html index df8e649..b685709 100644 --- a/usage/options.html +++ b/usage/options.html @@ -3,6 +3,12 @@ + Options - LightCall + + + + + Options - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
    -
    - - @@ -409,213 +442,417 @@ + + - + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - -
  • + +
  • + + + +
    + + + + + PartMap -
    -
    + +
    +
    + + + + + +
    +
    + + + + + + +
  • - + - + + + + + + + @@ -638,33 +875,39 @@

    - + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -672,7 +915,7 @@

    +
    @@ -712,12 +955,10 @@

    注意

    title="OptionsService"> 这里 - 查看。 -
    -
    + 查看。
    java
    -
    -
    +
    用法
    @@ -747,12 +988,10 @@

    注意

    @Options 注解,就可以实现 HTTP Options 请求了。 - -
    java
    -
    @@ -933,7 +1170,7 @@

    提示

    -
    +
    提示

    target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
    + +
    + + + qianmoQ + + + +
    qianmoQ @@ -968,6 +1220,9 @@

    提示

    + + + @@ -1091,7 +1346,8 @@

    目录

    alt="LightCall" class="h-12"> - + LightCall @@ -1117,7 +1373,7 @@

    - 开源数据中台 + 开源数据中台 DataCap @@ -1125,7 +1381,7 @@

    - 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1133,7 +1389,7 @@

    - 开源网站构建工具 + 网站构建 PageForge @@ -1150,6 +1406,10 @@

    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/usage/part-map.html b/usage/part-map.html new file mode 100644 index 0000000..23fbad9 --- /dev/null +++ b/usage/part-map.html @@ -0,0 +1,1581 @@ + + + + + + PartMap - LightCall + + + + + + PartMap - LightCall + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    + + + + + + + +
    + + + + + + +
    +
    + +
    + +
    + +
    + +
    +

    + PartMap +

    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + + +
    + +
    + + LightCall 提供了文件上传的支持。 + +
    + +
    + +
    +
    +

    注意

    +
    + +
    +
    + + LightCall 需要在参数上添加 + + @PartMap + + 注解来标识该参数是一个文件上传请求。并且添加 + + @PartMap + + 的类必须是一个接口。 + +
    +
    +
    + +
    + 我们使用的模拟数据是,他的代码可以在 + + 这里 + + 查看。
    +
    java
    + + + +
    + +
    +
    public interface PartMapService
    +{}
    +
    +
    +
    +
    + +
    +
    + 用法 +
    +
    + + 在参数上添加 + + @PartMap + + 注解,就可以实现文件上传请求了。 +
    +
    java
    + + + +
    + +
    +
    @Post("/upload/multiple")
    +Object apply(@PartMap(value = "files") Map<String, File> files);
    +
    +
    +
    +
    + + 该示例中的 + + apply + + 是一个文件上传请求,参数 + + files + + 表示要上传的文件, + + "files" + + 是文件参数的名称。请求路径是 + + /upload/multiple + + + +
    + +
    +
    + 文件类型 +
    +
    + +
    + +
    + + @PartMap + + 注解支持 + + java.io.File + + 类型的参数,用于上传本地文件。 +
    +
    java
    + + + +
    + +
    +
    @Post("/upload/multiple")
    +Object apply(@PartMap(value = "files") Map<String, File> files);
    +
    +
    +
    +
    + + 该示例中的 + + apply + + 方法用于上传图片文件,参数 + + image + + 表示要上传的图片文件,请求路径是 + + /upload/multiple + + + +
    + +
    + +
    +
    +

    提示

    +
    + +
    +
    + + 文件上传请求会自动设置 + + Content-Type + + + + multipart/form-data + + ,并将文件作为表单的一部分上传。 + +
    +
    +
    + +
    + +
    +
    + mime + + 类型 +
    +
    + +
    + +
    + + @Part + + 注解支持 + + mime + + 参数,用于指定上传文件的 MIME 类型,默认值为 + + application/octet-stream + + +
    +
    java
    + + + +
    + +
    +
    @Post("/upload/multiple")
    +Object apply(@PartMap(value = "files") Map<String, File> files);
    +
    +
    +
    +
    + + 该示例中的 + + apply + + 方法用于上传图片文件,参数 + + image + + 表示要上传的图片文件,请求路径是 + + /upload + + ,文件的 MIME 类型是 + + image/jpeg + + + +
    + +
    + + + +
    + +
    + +
    + + + + + + 提交于 2025年2月6日 06:33 +
    + + +
    + + + + + + 修改于 2025年2月6日 06:33 +
    + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    +
    +
    + + + + + + + + + +
    +
    +

    目录

    + +
    + +
    + +
    + + + + +
    + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/usage/part.html b/usage/part.html index 486d91a..43949bf 100644 --- a/usage/part.html +++ b/usage/part.html @@ -3,6 +3,12 @@ + Part - LightCall + + + + + Part - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
    -
    - - @@ -409,213 +442,417 @@ + + - + -
  • - -
    +
  • + +
  • + + + +
    + + + + Patch - Patch - -
    -
    + + +
  • - + + + + +
  • -
  • - - -
  • + -
  • - -
    +
  • + +
  • + + + +
    + + + + Head - Head - -
    -
    + + + -
  • + -
  • - -
    +
  • + +
  • + + + +
    + + + + Part - Part + + + +
    + +
    + +
  • + +
  • + + + +
    + + + + + PartMap -
    -
    + +
    +
    + + + + + +
    +
    + + + + + + + -
  • + - + + + + + + + @@ -638,33 +875,39 @@

    - + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -672,7 +915,7 @@

    +
    @@ -712,12 +955,10 @@

    注意

    title="PartService"> 这里 - 查看。 -
    -
    + 查看。
    java
    -
    -
    +
    用法
    @@ -747,12 +988,10 @@

    注意

    @Part 注解,就可以实现文件上传请求了。 - -
    java
    -
    @@ -1012,7 +1247,7 @@

    提示

    -
    +
    提示

    target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
    + +
    + + + qianmoQ + + + +
    qianmoQ @@ -1047,6 +1297,9 @@

    提示

    + + + @@ -1203,7 +1456,8 @@

    目录

    alt="LightCall" class="h-12"> - + LightCall @@ -1229,7 +1483,7 @@

    - 开源数据中台 + 开源数据中台 DataCap @@ -1237,7 +1491,7 @@

    - 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1245,7 +1499,7 @@

    - 开源网站构建工具 + 网站构建 PageForge @@ -1262,6 +1516,10 @@

    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/usage/patch.html b/usage/patch.html index be2acda..b2f7d9a 100644 --- a/usage/patch.html +++ b/usage/patch.html @@ -3,6 +3,12 @@ + Patch - LightCall + + + + + Patch - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
    -
    - - @@ -409,213 +442,417 @@ + + - + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - -
  • + +
  • + + + +
    + + + + + PartMap -
    -
    + +
    +
    + + + + + +
    +
    + + + + + + +
  • - + - + + + + + + + @@ -638,33 +875,39 @@

    - + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -672,7 +915,7 @@

    +
    @@ -712,12 +955,10 @@

    注意

    title="PatchService"> 这里 - 查看。 -
    -
    + 查看。
    java
    -
    -
    +
    用法
    @@ -747,12 +988,10 @@

    注意

    @Patch 注解,就可以实现 HTTP Patch 请求了。 - -
    java
    -
    @@ -933,7 +1170,7 @@

    提示

    -
    +
    提示

    target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
    + +
    + + + qianmoQ + + + +
    qianmoQ @@ -968,6 +1220,9 @@

    提示

    + + + @@ -1091,7 +1346,8 @@

    目录

    alt="LightCall" class="h-12"> - + LightCall @@ -1117,7 +1373,7 @@

    - 开源数据中台 + 开源数据中台 DataCap @@ -1125,7 +1381,7 @@

    - 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1133,7 +1389,7 @@

    - 开源网站构建工具 + 网站构建 PageForge @@ -1150,6 +1406,10 @@

    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/usage/post.html b/usage/post.html index ae28add..af9e68e 100644 --- a/usage/post.html +++ b/usage/post.html @@ -3,6 +3,12 @@ + Post - LightCall + + + + + Post - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
    -
    - - @@ -409,213 +442,417 @@ + + - + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - -
  • + +
  • + + + +
    + + + + + PartMap -
    -
    + +
    +
    + + + + + +
    +
    + + + + + + +
  • - + - + + + + + + + @@ -638,33 +875,39 @@

    - + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -672,7 +915,7 @@

    +
    @@ -712,12 +955,10 @@

    注意

    title="PostService"> 这里 - 查看。 -
    -
    + 查看。
    java
    -
    -
    +
    用法
    @@ -747,12 +988,10 @@

    注意

    @Post 注解,就可以实现 HTTP POST 请求了。 - -
    java
    -
    @@ -937,7 +1174,7 @@

    提示

    -
    +
    提示

    target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
    + +
    + + + qianmoQ + + + +
    qianmoQ @@ -972,6 +1224,9 @@

    提示

    + + + @@ -1095,7 +1350,8 @@

    目录

    alt="LightCall" class="h-12"> - + LightCall @@ -1121,7 +1377,7 @@

    - 开源数据中台 + 开源数据中台 DataCap @@ -1129,7 +1385,7 @@

    - 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1137,7 +1393,7 @@

    - 开源网站构建工具 + 网站构建 PageForge @@ -1154,6 +1410,10 @@

    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 + diff --git a/usage/put.html b/usage/put.html index 43cd94c..4f7cf90 100644 --- a/usage/put.html +++ b/usage/put.html @@ -3,6 +3,12 @@ + Put - LightCall + + + + + Put - LightCall @@ -54,6 +60,19 @@ + + + + + @@ -65,11 +84,30 @@
    -
    - - @@ -409,213 +442,417 @@ + + - + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - - -
  • + + + + +
  • -
  • - -
  • + +
  • + + + +
    + + + + + PartMap -
    -
    + +
    +
    + + + + + +
    +
    + + + + + + +
  • - + - + + + + + + + @@ -638,33 +875,39 @@

    - + - - - - - - + + - + - - - - - - + + + + + + + + + + + + + + + + @@ -672,7 +915,7 @@

    +
    @@ -712,12 +955,10 @@

    注意

    title="PutService"> 这里 - 查看。 -
    -
    + 查看。
    java
    -
    -
    +
    用法
    @@ -747,12 +988,10 @@

    注意

    @Put 注解,就可以实现 HTTP Put 请求了。 - -
    java
    -
    @@ -937,7 +1174,7 @@

    提示

    -
    +
    提示

    target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 group"> - qianmoQ +
    + +
    + + + qianmoQ + + + +
    qianmoQ @@ -972,6 +1224,9 @@

    提示

    + + + @@ -1095,7 +1350,8 @@

    目录

    alt="LightCall" class="h-12"> - + LightCall @@ -1121,7 +1377,7 @@

    - 开源数据中台 + 开源数据中台 DataCap @@ -1129,7 +1385,7 @@

    - 开源 UI 框架 + 前端框架 View Shadcn UI @@ -1137,7 +1393,7 @@

    - 开源网站构建工具 + 网站构建 PageForge @@ -1154,6 +1410,10 @@

    © 2024 PageForge All Rights Reserved. 使用 ❤️ PageForge 构建 + + + 站点地图 +