404.html 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091
  1. <!doctype html>
  2. <html lang="zh" class="no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <meta name="description" content="Net document">
  7. <meta name="author" content="劉強東">
  8. <link rel="icon" href="/img/book-open.svg">
  9. <meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.48">
  10. <title>Net</title>
  11. <link rel="stylesheet" href="/assets/stylesheets/main.6f8fc17f.min.css">
  12. <link rel="stylesheet" href="/assets/stylesheets/palette.06af60db.min.css">
  13. <script src="https://unpkg.com/iframe-worker/shim"></script>
  14. <link rel="stylesheet" href="/css/extra.css">
  15. <script>__md_scope=new URL("/",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
  16. </head>
  17. <body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="indigo">
  18. <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
  19. <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
  20. <label class="md-overlay" for="__drawer"></label>
  21. <div data-md-component="skip">
  22. </div>
  23. <div data-md-component="announce">
  24. </div>
  25. <header class="md-header md-header--shadow" data-md-component="header">
  26. <nav class="md-header__inner md-grid" aria-label="页眉">
  27. <a href="/index.html" title="Net" class="md-header__button md-logo" aria-label="Net" data-md-component="logo">
  28. <img src="/img/book-open.svg" alt="logo">
  29. </a>
  30. <label class="md-header__button md-icon" for="__drawer">
  31. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
  32. </label>
  33. <div class="md-header__title" data-md-component="header-title">
  34. <div class="md-header__ellipsis">
  35. <div class="md-header__topic">
  36. <span class="md-ellipsis">
  37. Net
  38. </span>
  39. </div>
  40. <div class="md-header__topic" data-md-component="header-topic">
  41. <span class="md-ellipsis">
  42. </span>
  43. </div>
  44. </div>
  45. </div>
  46. <form class="md-header__option" data-md-component="palette">
  47. <input class="md-option" data-md-color-media="(prefers-color-scheme: light)" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="indigo" aria-hidden="true" type="radio" name="__palette" id="__palette_0">
  48. </form>
  49. <script>var palette=__md_get("__palette");if(palette&&palette.color){if("(prefers-color-scheme)"===palette.color.media){var media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent")}for(var[key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
  50. <label class="md-header__button md-icon" for="__search">
  51. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
  52. </label>
  53. <div class="md-search" data-md-component="search" role="dialog">
  54. <label class="md-search__overlay" for="__search"></label>
  55. <div class="md-search__inner" role="search">
  56. <form class="md-search__form" name="search">
  57. <input type="text" class="md-search__input" name="query" aria-label="搜索" placeholder="搜索" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
  58. <label class="md-search__icon md-icon" for="__search">
  59. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
  60. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
  61. </label>
  62. <nav class="md-search__options" aria-label="查找">
  63. <a href="javascript:void(0)" class="md-search__icon md-icon" title="分享" aria-label="分享" data-clipboard data-clipboard-text="" data-md-component="search-share" tabindex="-1">
  64. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.15c-.05.21-.08.43-.08.66 0 1.61 1.31 2.91 2.92 2.91s2.92-1.3 2.92-2.91A2.92 2.92 0 0 0 18 16.08"/></svg>
  65. </a>
  66. <button type="reset" class="md-search__icon md-icon" title="清空当前内容" aria-label="清空当前内容" tabindex="-1">
  67. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
  68. </button>
  69. </nav>
  70. <div class="md-search__suggest" data-md-component="search-suggest"></div>
  71. </form>
  72. <div class="md-search__output">
  73. <div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
  74. <div class="md-search-result" data-md-component="search-result">
  75. <div class="md-search-result__meta">
  76. 正在初始化搜索引擎
  77. </div>
  78. <ol class="md-search-result__list" role="presentation"></ol>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. <div class="md-header__source">
  85. <a href="https://github.com/liangjingkanji/Net" title="前往仓库" class="md-source" data-md-component="source">
  86. <div class="md-source__icon md-icon">
  87. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
  88. </div>
  89. <div class="md-source__repository">
  90. GitHub
  91. </div>
  92. </a>
  93. </div>
  94. </nav>
  95. </header>
  96. <div class="md-container" data-md-component="container">
  97. <main class="md-main" data-md-component="main">
  98. <div class="md-main__inner md-grid">
  99. <div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
  100. <div class="md-sidebar__scrollwrap">
  101. <div class="md-sidebar__inner">
  102. <nav class="md-nav md-nav--primary" aria-label="导航栏" data-md-level="0">
  103. <label class="md-nav__title" for="__drawer">
  104. <a href="/index.html" title="Net" class="md-nav__button md-logo" aria-label="Net" data-md-component="logo">
  105. <img src="/img/book-open.svg" alt="logo">
  106. </a>
  107. Net
  108. </label>
  109. <div class="md-nav__source">
  110. <a href="https://github.com/liangjingkanji/Net" title="前往仓库" class="md-source" data-md-component="source">
  111. <div class="md-source__icon md-icon">
  112. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
  113. </div>
  114. <div class="md-source__repository">
  115. GitHub
  116. </div>
  117. </a>
  118. </div>
  119. <ul class="md-nav__list" data-md-scrollfix>
  120. <li class="md-nav__item">
  121. <a href="/index.html" class="md-nav__link">
  122. <span class="md-ellipsis">
  123. 使用
  124. </span>
  125. </a>
  126. </li>
  127. <li class="md-nav__item">
  128. <a href="/coroutine-request.html" class="md-nav__link">
  129. <span class="md-ellipsis">
  130. 协程请求
  131. </span>
  132. </a>
  133. </li>
  134. <li class="md-nav__item">
  135. <a href="/scope.html" class="md-nav__link">
  136. <span class="md-ellipsis">
  137. 作用域
  138. </span>
  139. </a>
  140. </li>
  141. <li class="md-nav__item">
  142. <a href="/sync-request.html" class="md-nav__link">
  143. <span class="md-ellipsis">
  144. 同步请求
  145. </span>
  146. </a>
  147. </li>
  148. <li class="md-nav__item">
  149. <a href="/request.html" class="md-nav__link">
  150. <span class="md-ellipsis">
  151. 请求参数
  152. </span>
  153. </a>
  154. </li>
  155. <li class="md-nav__item">
  156. <a href="/config.html" class="md-nav__link">
  157. <span class="md-ellipsis">
  158. 全局配置
  159. </span>
  160. </a>
  161. </li>
  162. <li class="md-nav__item md-nav__item--pruned md-nav__item--nested">
  163. <a href="/converter.html" class="md-nav__link">
  164. <span class="md-ellipsis">
  165. 请求结果
  166. </span>
  167. <span class="md-nav__icon md-icon"></span>
  168. </a>
  169. </li>
  170. <li class="md-nav__item md-nav__item--pruned md-nav__item--nested">
  171. <a href="/auto-dialog.html" class="md-nav__link">
  172. <span class="md-ellipsis">
  173. 自动化
  174. </span>
  175. <span class="md-nav__icon md-icon"></span>
  176. </a>
  177. </li>
  178. <li class="md-nav__item">
  179. <a href="/thread.html" class="md-nav__link">
  180. <span class="md-ellipsis">
  181. 切换线程
  182. </span>
  183. </a>
  184. </li>
  185. <li class="md-nav__item">
  186. <a href="/view-model.html" class="md-nav__link">
  187. <span class="md-ellipsis">
  188. ViewModel
  189. </span>
  190. </a>
  191. </li>
  192. <li class="md-nav__item">
  193. <a href="/track.html" class="md-nav__link">
  194. <span class="md-ellipsis">
  195. 异常追踪
  196. </span>
  197. </a>
  198. </li>
  199. <li class="md-nav__item md-nav__item--pruned md-nav__item--nested">
  200. <a href="/error.html" class="md-nav__link">
  201. <span class="md-ellipsis">
  202. 错误处理
  203. </span>
  204. <span class="md-nav__icon md-icon"></span>
  205. </a>
  206. </li>
  207. <li class="md-nav__item">
  208. <a href="/okhttp-client.html" class="md-nav__link">
  209. <span class="md-ellipsis">
  210. OkHttpClient
  211. </span>
  212. </a>
  213. </li>
  214. <li class="md-nav__item">
  215. <a href="/interceptor.html" class="md-nav__link">
  216. <span class="md-ellipsis">
  217. 拦截器
  218. </span>
  219. </a>
  220. </li>
  221. <li class="md-nav__item">
  222. <a href="/https.html" class="md-nav__link">
  223. <span class="md-ellipsis">
  224. Https证书
  225. </span>
  226. </a>
  227. </li>
  228. <li class="md-nav__item">
  229. <a href="/cookie.html" class="md-nav__link">
  230. <span class="md-ellipsis">
  231. Cookie
  232. </span>
  233. </a>
  234. </li>
  235. <li class="md-nav__item">
  236. <a href="/cache.html" class="md-nav__link">
  237. <span class="md-ellipsis">
  238. 缓存
  239. </span>
  240. </a>
  241. </li>
  242. <li class="md-nav__item">
  243. <a href="/tag.html" class="md-nav__link">
  244. <span class="md-ellipsis">
  245. 标签/额外
  246. </span>
  247. </a>
  248. </li>
  249. <li class="md-nav__item">
  250. <a href="/upload-file.html" class="md-nav__link">
  251. <span class="md-ellipsis">
  252. 上传文件
  253. </span>
  254. </a>
  255. </li>
  256. <li class="md-nav__item">
  257. <a href="/download-file.html" class="md-nav__link">
  258. <span class="md-ellipsis">
  259. 下载文件
  260. </span>
  261. </a>
  262. </li>
  263. <li class="md-nav__item">
  264. <a href="/progress.html" class="md-nav__link">
  265. <span class="md-ellipsis">
  266. 进度监听
  267. </span>
  268. </a>
  269. </li>
  270. <li class="md-nav__item">
  271. <a href="/cancel.html" class="md-nav__link">
  272. <span class="md-ellipsis">
  273. 取消请求
  274. </span>
  275. </a>
  276. </li>
  277. <li class="md-nav__item">
  278. <a href="/repeat-request.html" class="md-nav__link">
  279. <span class="md-ellipsis">
  280. 重复请求
  281. </span>
  282. </a>
  283. </li>
  284. <li class="md-nav__item">
  285. <a href="/debounce.html" class="md-nav__link">
  286. <span class="md-ellipsis">
  287. 搜索节流
  288. </span>
  289. </a>
  290. </li>
  291. <li class="md-nav__item">
  292. <a href="/fastest.html" class="md-nav__link">
  293. <span class="md-ellipsis">
  294. 最快请求结果
  295. </span>
  296. </a>
  297. </li>
  298. <li class="md-nav__item">
  299. <a href="/log-recorder.html" class="md-nav__link">
  300. <span class="md-ellipsis">
  301. 日志插件
  302. </span>
  303. </a>
  304. </li>
  305. <li class="md-nav__item">
  306. <a href="/log-notice.html" class="md-nav__link">
  307. <span class="md-ellipsis">
  308. 日志通知
  309. </span>
  310. </a>
  311. </li>
  312. <li class="md-nav__item">
  313. <a href="/timing.html" class="md-nav__link">
  314. <span class="md-ellipsis">
  315. 限时/定时请求
  316. </span>
  317. </a>
  318. </li>
  319. <li class="md-nav__item">
  320. <a href="/callback.html" class="md-nav__link">
  321. <span class="md-ellipsis">
  322. Callback
  323. </span>
  324. </a>
  325. </li>
  326. <li class="md-nav__item">
  327. <a href="/interval.html" class="md-nav__link">
  328. <span class="md-ellipsis">
  329. 轮询器/倒计时
  330. </span>
  331. </a>
  332. </li>
  333. <li class="md-nav__item">
  334. <a href="https://github.com/liangjingkanji/Net/discussions" class="md-nav__link">
  335. <span class="md-ellipsis">
  336. 社区讨论
  337. </span>
  338. </a>
  339. </li>
  340. <li class="md-nav__item">
  341. <a href="/issues.html" class="md-nav__link">
  342. <span class="md-ellipsis">
  343. 常见问题
  344. </span>
  345. </a>
  346. </li>
  347. <li class="md-nav__item">
  348. <a href="/updates.html" class="md-nav__link">
  349. <span class="md-ellipsis">
  350. 更新日志
  351. </span>
  352. </a>
  353. </li>
  354. <li class="md-nav__item">
  355. <a href="/api/index.html" class="md-nav__link">
  356. <span class="md-ellipsis">
  357. 3.x文档
  358. </span>
  359. </a>
  360. </li>
  361. </ul>
  362. </nav>
  363. </div>
  364. </div>
  365. </div>
  366. <div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
  367. <div class="md-sidebar__scrollwrap">
  368. <div class="md-sidebar__inner">
  369. <nav class="md-nav md-nav--secondary" aria-label="目录">
  370. </nav>
  371. </div>
  372. </div>
  373. </div>
  374. <div class="md-content" data-md-component="content">
  375. <article class="md-content__inner md-typeset">
  376. <h1>404 - Not found</h1>
  377. </article>
  378. </div>
  379. <script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
  380. </div>
  381. <button type="button" class="md-top md-icon" data-md-component="top" hidden>
  382. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z"/></svg>
  383. 回到页面顶部
  384. </button>
  385. </main>
  386. <!-- Footer -->
  387. <footer class="md-footer">
  388. <!-- Link to previous and/or next page -->
  389. <!-- Further information -->
  390. <div class="md-footer-meta md-typeset">
  391. <div class="md-footer-meta__inner md-grid">
  392. <!-- Copyright and theme information -->
  393. <div class="md-footer-copyright">
  394. <a href="https://github.com/liangjingkanji" target="_blank" rel="noopener">
  395. <div class="md-footer-copyright__highlight">
  396. Copyright &copy; 2018 - 2023 劉強東
  397. </div>
  398. </a>
  399. </div>
  400. <!-- Social links -->
  401. <div class="md-social">
  402. <a href="https://github.com/liangjingkanji" target="_blank" rel="noopener" title="github.com" class="md-social__link">
  403. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8M97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
  404. </a>
  405. <a href="https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/img/group-qrcode.png" target="_blank" rel="noopener" title="raw.githubusercontent.com" class="md-social__link">
  406. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704"/></svg>
  407. </a>
  408. <a href="https://github.com/liangjingkanji/Net/discussions" target="_blank" rel="noopener" title="github.com" class="md-social__link">
  409. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M391.17 103.47h-38.63v109.7h38.63ZM285 103h-38.63v109.75H285ZM120.83 0 24.31 91.42v329.16h115.83V512l96.53-91.42h77.25L487.69 256V0Zm328.24 237.75-77.22 73.12h-77.24l-67.6 64v-64h-86.87V36.58h308.93Z"/></svg>
  410. </a>
  411. </div>
  412. </div>
  413. </div>
  414. </footer>
  415. </div>
  416. <div class="md-dialog" data-md-component="dialog">
  417. <div class="md-dialog__inner md-typeset"></div>
  418. </div>
  419. <script id="__config" type="application/json">{"base": "/", "features": ["navigation.top", "navigation.prune", "navigation.footer", "navigation.instant", "search.highlight", "search.suggest", "search.share", "content.code.copy", "content.code.annotate"], "search": "/assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "\u5df2\u590d\u5236", "clipboard.copy": "\u590d\u5236", "search.result.more.one": "\u5728\u8be5\u9875\u4e0a\u8fd8\u6709 1 \u4e2a\u7b26\u5408\u6761\u4ef6\u7684\u7ed3\u679c", "search.result.more.other": "\u5728\u8be5\u9875\u4e0a\u8fd8\u6709 # \u4e2a\u7b26\u5408\u6761\u4ef6\u7684\u7ed3\u679c", "search.result.none": "\u6ca1\u6709\u627e\u5230\u7b26\u5408\u6761\u4ef6\u7684\u7ed3\u679c", "search.result.one": "\u627e\u5230 1 \u4e2a\u7b26\u5408\u6761\u4ef6\u7684\u7ed3\u679c", "search.result.other": "# \u4e2a\u7b26\u5408\u6761\u4ef6\u7684\u7ed3\u679c", "search.result.placeholder": "\u952e\u5165\u4ee5\u5f00\u59cb\u641c\u7d22", "search.result.term.missing": "\u7f3a\u5c11", "select.version": "\u9009\u62e9\u5f53\u524d\u7248\u672c"}}</script>
  420. <script src="/assets/javascripts/bundle.83f73b43.min.js"></script>
  421. </body>
  422. </html>