tona-vite 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/README.md +50 -0
  2. package/dist/index.cjs +94 -0
  3. package/dist/index.d.cts +27 -0
  4. package/dist/index.d.cts.map +1 -0
  5. package/dist/index.d.mts +27 -0
  6. package/dist/index.d.mts.map +1 -0
  7. package/dist/index.mjs +69 -0
  8. package/dist/index.mjs.map +1 -0
  9. package/package.json +62 -0
  10. package/public/css/atom-one-dark.css +96 -0
  11. package/public/css/atom-one-light.css +96 -0
  12. package/public/css/blog-common.min.css +5049 -0
  13. package/public/css/font-awesome-5.css +4586 -0
  14. package/public/css/mobile-common.min.css +226 -0
  15. package/public/images/1-20210309211744338-647771178.jpg +0 -0
  16. package/public/images/20.png +0 -0
  17. package/public/images/avatar-default.svg +1 -0
  18. package/public/images/bannerbar-aws-bg.png +0 -0
  19. package/public/images/cnblogs.png +0 -0
  20. package/public/images/default-avatar.png +0 -0
  21. package/public/images/downdown.gif +0 -0
  22. package/public/images/favicon.png +0 -0
  23. package/public/images/icon_addcomment.gif +0 -0
  24. package/public/images/icon_form.gif +0 -0
  25. package/public/images/icon_voice.gif +0 -0
  26. package/public/images/icon_weibo_24.png +0 -0
  27. package/public/images/lite-mode-check.svg +1 -0
  28. package/public/images/logo.gif +0 -0
  29. package/public/images/logo.svg +1 -0
  30. package/public/images/message.svg +4 -0
  31. package/public/images/myblog.svg +4 -0
  32. package/public/images/newpost.svg +4 -0
  33. package/public/images/search.svg +1 -0
  34. package/public/images/upup.gif +0 -0
  35. package/public/images/wechat.png +0 -0
  36. package/public/index.html +168 -0
  37. package/public/js/blog.common.min.js +15934 -0
  38. package/public/js/highlight.min.js +1488 -0
  39. package/public/js/highlightjs-line-numbers.min.js +134 -0
  40. package/public/js/jquery.min.js +4119 -0
  41. package/public/js/mockAPI.js +3 -0
  42. package/public/templates/catalog.html +842 -0
  43. package/public/templates/category.html +903 -0
  44. package/public/templates/home.html +962 -0
  45. package/public/templates/photos.html +898 -0
  46. package/public/templates/photoview.html +814 -0
  47. package/public/templates/post-markdown.html +2722 -0
  48. package/public/templates/post-tinymce.html +1891 -0
  49. package/public/templates/post-tinymce5.html +2304 -0
  50. package/public/templates/postarchive.html +1127 -0
  51. package/public/templates/tags.html +2281 -0
@@ -0,0 +1,842 @@
1
+ <!DOCTYPE html>
2
+ <html lang="zh-cn">
3
+
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <meta name="referrer" content="origin" />
8
+ <meta http-equiv="Cache-Control" content="no-transform" />
9
+ <meta http-equiv="Cache-Control" content="no-siteapp" />
10
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
11
+ <title>标签详情列表</title>
12
+ <link rel="icon" type="image/svg+xml" href="/images/favicon.png" />
13
+ <link rel="stylesheet" href="../css/blog-common.min.css" />
14
+ </head>
15
+
16
+ <body>
17
+ <a name="top"></a>
18
+ <div id="top_nav" class="navbar forpc">
19
+ <nav id="nav_main" class="navbar-main">
20
+ <ul id="nav_left" class="navbar-list navbar-left">
21
+ <li class="navbar-branding">
22
+ <a href="https://www.cnblogs.com/" title="开发者的网上家园"><img src="/images/logo.svg" /></a>
23
+ </li>
24
+ <li>
25
+ <a href="/">首页</a>
26
+ </li>
27
+ <li>
28
+ <a href="https://news.cnblogs.com/">新闻</a>
29
+ </li>
30
+ <li>
31
+ <a href="https://q.cnblogs.com/">博问</a>
32
+ </li>
33
+ <li>
34
+ <a id="nav_brandzone" href="https://brands.cnblogs.com/">专区</a>
35
+ </li>
36
+ <li>
37
+ <a href="https://ing.cnblogs.com/">闪存</a>
38
+ </li>
39
+ <li>
40
+ <a href="https://edu.cnblogs.com/">班级</a>
41
+ </li>
42
+ </ul>
43
+ <ul id="nav_right" class="navbar-list navbar-right">
44
+ <li>
45
+ <form id="zzk_search" class="navbar-search" action="https://zzk.cnblogs.com/s" method="get">
46
+ <input name="w" id="zzk_search_input" placeholder="代码改变世界" type="text" tabindex="3" />
47
+ <button type="submit" id="zzk_search_button">
48
+ <img src="/images/search.svg" alt="搜索" />
49
+ </button>
50
+ </form>
51
+ </li>
52
+ <li id="navbar_login_status" class="navbar-list">
53
+ <a id="navblog-myblog-icon" class="navbar-user-info navbar-blog" href="#" alt="我的博客" title="我的博客"
54
+ style="display: inline">
55
+ <img id="myblog_icon" class="navbar-icon" src="/images/myblog.svg" alt="我的博客" />
56
+ </a>
57
+ <a class="navbar-user-info navbar-message navbar-icon-wrapper" href="#" alt="短消息" title="短消息"
58
+ style="display: inline">
59
+ <img id="msg_icon" class="navbar-icon" src="/images/message.svg" alt="短消息" />
60
+ <span id="msg_count">1</span>
61
+ </a>
62
+ <div id="user_info" class="navbar-user-info dropdown" style="display: block">
63
+ <a class="dropdown-button" href="#">
64
+ <img id="user_icon" class="navbar-avatar" src="/images/default-avatar.png" alt="用户头像" />
65
+ </a>
66
+ <div class="dropdown-menu">
67
+ <a id="navblog-myblog-text" href="#">我的博客</a>
68
+ <a href="#">我的园子</a>
69
+ <a href="#">账号设置</a>
70
+ <a href="#">退出登录</a>
71
+ </div>
72
+ </div>
73
+ <a class="navbar-anonymous" href="#" style="display: none">注册</a>
74
+ <a class="navbar-anonymous" href="#" style="display: none">登录</a>
75
+ </li>
76
+ </ul>
77
+ </nav>
78
+ </div>
79
+ <div id="home">
80
+ <div id="header">
81
+ <div id="blogTitle">
82
+ <a id="lnkBlogLogo" href="#"><img id="blogLogo" src="" alt="" /></a>
83
+ <h1>
84
+ <a id="Header1_HeaderTitle" class="headermaintitle HeaderMainTitle" href="">用户昵称</a>
85
+ </h1>
86
+ <h2></h2>
87
+ </div>
88
+ <div id="navigator">
89
+ <ul id="navList">
90
+ <li>
91
+ <a id="blog_nav_sitehome" class="menu" href="#">博客园</a>
92
+ </li>
93
+ <li>
94
+ <a id="blog_nav_myhome" class="menu" href="#">首页</a>
95
+ </li>
96
+ <li>
97
+ <a id="blog_nav_newpost" class="menu" href="#">新随笔</a>
98
+ </li>
99
+ <li>
100
+ <a id="blog_nav_contact" class="menu" href="#">联系</a>
101
+ </li>
102
+ <li>
103
+ <a id="blog_nav_rss" class="menu" href="#" data-rss="https://www.cnblogs.com/mzq123/rss/">订阅</a>
104
+ </li>
105
+ <li>
106
+ <a id="blog_nav_admin" class="menu" href="#">管理</a>
107
+ </li>
108
+ </ul>
109
+ <div class="blogStats">
110
+ <span id="stats_post_count">随笔 - 4&nbsp; </span>
111
+ <span id="stats_article_count">文章 - 0&nbsp; </span>
112
+ <span id="stats-comment_count">评论 - 1</span>
113
+ <span id="stats-total-view-count">阅读 - <span title="总阅读数: 579"> 579</span></span>
114
+ </div>
115
+ </div>
116
+ </div>
117
+ <div id="main">
118
+ <div id="mainContent">
119
+ <div class="forFlow">
120
+ <h1 class="PostListTitle">当前标签:javascript</h1>
121
+ <div class="pager"></div>
122
+ <div id="myposts">
123
+ <div class="PostList">
124
+ <div class="postTitl2">
125
+ <a id="PostsList1_rpPosts_TitleUrl_0" href="#">写一个文章目录插件</a>
126
+ </div>
127
+ <div class="postDesc2">
128
+ guangzan 2020-04-13 17:40
129
+ <span class="post-view-count">阅读:126</span>
130
+ <span class="post-comment-count">评论:0</span>
131
+ <span class="post-digg-count">推荐:1</span>
132
+ <a href="#" target="_blank">编辑</a>
133
+ </div>
134
+ <div class="postText2"></div>
135
+ </div>
136
+ <div class="PostList">
137
+ <div class="postTitl2">
138
+ <a id="PostsList1_rpPosts_TitleUrl_0" href="#">写一个文章目录插件</a>
139
+ </div>
140
+ <div class="postDesc2">
141
+ guangzan 2020-04-13 17:40
142
+ <span class="post-view-count">阅读:126</span>
143
+ <span class="post-comment-count">评论:0</span>
144
+ <span class="post-digg-count">推荐:1</span>
145
+ <a href="#" target="_blank">编辑</a>
146
+ </div>
147
+ <div class="postText2"></div>
148
+ </div>
149
+ <div class="PostList">
150
+ <div class="postTitl2">
151
+ <a id="PostsList1_rpPosts_TitleUrl_0" href="#">写一个文章目录插件</a>
152
+ </div>
153
+ <div class="postDesc2">
154
+ guangzan 2020-04-13 17:40
155
+ <span class="post-view-count">阅读:126</span>
156
+ <span class="post-comment-count">评论:0</span>
157
+ <span class="post-digg-count">推荐:1</span>
158
+ <a href="#" target="_blank">编辑</a>
159
+ </div>
160
+ <div class="postText2"></div>
161
+ </div>
162
+ <div class="pager"></div>
163
+ </div>
164
+ </div>
165
+ </div>
166
+ <div id="sideBar">
167
+ <div id="sideBarMain">
168
+ <div id="sidebar_news" class="newsItem">
169
+ <h3 class="catListTitle">公告</h3>
170
+ <div id="blog-news">
171
+ <div id="profile_block">
172
+ 昵称:
173
+ <a href="https://home.cnblogs.com/u/guangzan/"> guangzan </a>
174
+ <br />
175
+ 园龄:
176
+ <a href="https://home.cnblogs.com/u/guangzan/" title="入园时间:2018-09-29">
177
+ 2年7个月
178
+ </a>
179
+ <br />
180
+ 粉丝:
181
+ <a href="https://home.cnblogs.com/u/guangzan/followers/">
182
+ 252
183
+ </a>
184
+ <br />
185
+ 关注:
186
+ <a href="https://home.cnblogs.com/u/guangzan/followees/">
187
+ 40
188
+ </a>
189
+ <div id="p_b_follow">
190
+ <a href="javascript:void(0)">+加关注</a>
191
+ </div>
192
+ </div>
193
+ </div>
194
+ </div>
195
+ <div id="sidebar_c3"></div>
196
+ <div id="blog-calendar">
197
+ <table id="blogCalendar" class="Cal" cellspacing="0" cellpadding="0" title="Calendar" border="0">
198
+ <tbody>
199
+ <tr>
200
+ <td colspan="7">
201
+ <table class="CalTitle" cellspacing="0" border="0">
202
+ <tbody>
203
+ <tr>
204
+ <td class="CalNextPrev">
205
+ <a href="javascript:void(0);"
206
+ onclick="loadBlogCalendar('2021/04/23'); return false;">&lt;</a>
207
+ </td>
208
+ <td align="center">2021年5月</td>
209
+ <td align="right" class="CalNextPrev">
210
+ <a href="javascript:void(0);"
211
+ onclick="loadBlogCalendar('2021/06/23'); return false;">&gt;</a>
212
+ </td>
213
+ </tr>
214
+ </tbody>
215
+ </table>
216
+ </td>
217
+ </tr>
218
+ <tr>
219
+ <th class="CalDayHeader" align="center" abbr="日" scope="col">
220
+
221
+ </th>
222
+ <th class="CalDayHeader" align="center" abbr="一" scope="col">
223
+
224
+ </th>
225
+ <th class="CalDayHeader" align="center" abbr="二" scope="col">
226
+
227
+ </th>
228
+ <th class="CalDayHeader" align="center" abbr="三" scope="col">
229
+
230
+ </th>
231
+ <th class="CalDayHeader" align="center" abbr="四" scope="col">
232
+
233
+ </th>
234
+ <th class="CalDayHeader" align="center" abbr="五" scope="col">
235
+
236
+ </th>
237
+ <th class="CalDayHeader" align="center" abbr="六" scope="col">
238
+
239
+ </th>
240
+ </tr>
241
+ <tr>
242
+ <td class="CalOtherMonthDay" align="center">25</td>
243
+ <td class="CalOtherMonthDay" align="center">26</td>
244
+ <td class="CalOtherMonthDay" align="center">27</td>
245
+ <td class="CalOtherMonthDay" align="center">28</td>
246
+ <td class="CalOtherMonthDay" align="center">29</td>
247
+ <td class="CalOtherMonthDay" align="center">30</td>
248
+ <td class="CalWeekendDay" align="center">1</td>
249
+ </tr>
250
+ <tr>
251
+ <td class="CalWeekendDay" align="center">2</td>
252
+ <td class="" align="center">3</td>
253
+ <td class="" align="center">4</td>
254
+ <td class="" align="center">5</td>
255
+ <td class="" align="center">6</td>
256
+ <td class="" align="center">
257
+ <a href="https://www.cnblogs.com/guangzan/archive/2021/05/07.html"><u>7</u></a>
258
+ </td>
259
+ <td class="CalWeekendDay" align="center">
260
+ <a href="https://www.cnblogs.com/guangzan/archive/2021/05/08.html"><u>8</u></a>
261
+ </td>
262
+ </tr>
263
+ <tr>
264
+ <td class="CalWeekendDay" align="center">9</td>
265
+ <td class="" align="center">10</td>
266
+ <td class="" align="center">11</td>
267
+ <td class="" align="center">12</td>
268
+ <td class="" align="center">13</td>
269
+ <td class="" align="center">14</td>
270
+ <td class="CalWeekendDay" align="center">15</td>
271
+ </tr>
272
+ <tr>
273
+ <td class="CalWeekendDay" align="center">16</td>
274
+ <td class="" align="center">17</td>
275
+ <td class="" align="center">18</td>
276
+ <td class="" align="center">19</td>
277
+ <td class="" align="center">
278
+ <a href="https://www.cnblogs.com/guangzan/archive/2021/05/20.html"><u>20</u></a>
279
+ </td>
280
+ <td class="" align="center">21</td>
281
+ <td class="CalWeekendDay" align="center">22</td>
282
+ </tr>
283
+ <tr>
284
+ <td class="CalTodayDay" align="center">
285
+ <a href="https://www.cnblogs.com/guangzan/archive/2021/05/23.html"><u>23</u></a>
286
+ </td>
287
+ <td class="" align="center">24</td>
288
+ <td class="" align="center">25</td>
289
+ <td class="" align="center">26</td>
290
+ <td class="" align="center">27</td>
291
+ <td class="" align="center">28</td>
292
+ <td class="CalWeekendDay" align="center">29</td>
293
+ </tr>
294
+ <tr>
295
+ <td class="CalWeekendDay" align="center">30</td>
296
+ <td class="" align="center">31</td>
297
+ <td class="CalOtherMonthDay" align="center">1</td>
298
+ <td class="CalOtherMonthDay" align="center">2</td>
299
+ <td class="CalOtherMonthDay" align="center">3</td>
300
+ <td class="CalOtherMonthDay" align="center">4</td>
301
+ <td class="CalOtherMonthDay" align="center">5</td>
302
+ </tr>
303
+ </tbody>
304
+ </table>
305
+ </div>
306
+ <div id="leftcontentcontainer">
307
+ <div id="blog-sidecolumn">
308
+ <!-- 搜索 -->
309
+ <div id="sidebar_search" class="sidebar-block">
310
+ <div id="sidebar_search" class="mySearch">
311
+ <h3 class="catListTitle">搜索</h3>
312
+ <div id="sidebar_search_box">
313
+ <div id="widget_my_zzk" class="div_my_zzk">
314
+ <input type="text" id="q" onkeydown="return zzk_go_enter(event);"
315
+ class="input_my_zzk" />&nbsp;<input onclick="zzk_go()" type="button" value="找找看" id="btnZzk"
316
+ class="btn_my_zzk" />
317
+ </div>
318
+ <div id="widget_my_google" class="div_my_zzk">
319
+ <input type="text" name="google_q" id="google_q" onkeydown="return google_go_enter(event);"
320
+ class="input_my_zzk" />&nbsp;<input onclick="google_go()" type="button" value="谷歌搜索"
321
+ class="btn_my_zzk" />
322
+ </div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ <!-- 常用链接 -->
327
+ <div id="sidebar_shortcut" class="sidebar-block">
328
+ <div class="catListLink">
329
+ <h3 class="catListTitle">常用链接</h3>
330
+ <ul>
331
+ <li>
332
+ <a href="https://www.cnblogs.com/guangzan/p/" title="我的博客的随笔列表">我的随笔</a>
333
+ </li>
334
+ <li>
335
+ <a href="https://www.cnblogs.com/guangzan/MyComments.html" title="我的发表过的评论列表">我的评论</a>
336
+ </li>
337
+ <li>
338
+ <a href="https://www.cnblogs.com/guangzan/OtherPosts.html" title="我评论过的随笔列表">我的参与</a>
339
+ </li>
340
+ <li>
341
+ <a href="https://www.cnblogs.com/guangzan/RecentComments.html" title="我的博客的评论列表">最新评论</a>
342
+ </li>
343
+ <li>
344
+ <a href="https://www.cnblogs.com/guangzan/tag/" title="我的博客的标签列表">我的标签</a>
345
+ </li>
346
+ </ul>
347
+ </div>
348
+ </div>
349
+ <!-- 最新随笔 -->
350
+ <div id="sidebar_recentposts" class="sidebar-block">
351
+ <div class="catListEssay">
352
+ <h3 class="catListTitle">最新随笔</h3>
353
+ <ul>
354
+ <li>
355
+ <a href="https://www.cnblogs.com/guangzan/p/14801294.html">1.非标准用法在 ES module下的解决方案</a>
356
+ </li>
357
+ <li>
358
+ <a href="https://www.cnblogs.com/guangzan/p/14801290.html">2.Node.js Built-Ins Define/ Mock /
359
+ Shim/ Sham/
360
+ Polyfill</a>
361
+ </li>
362
+ <li>
363
+ <a href="https://www.cnblogs.com/guangzan/p/14790923.html">3.ts event 类型</a>
364
+ </li>
365
+ <li>
366
+ <a href="https://www.cnblogs.com/guangzan/p/14744226.html">4.webpack5热更新失效</a>
367
+ </li>
368
+ <li>
369
+ <a href="https://www.cnblogs.com/guangzan/p/14741436.html">5.webpack4 升级到 5</a>
370
+ </li>
371
+ <li>
372
+ <a href="https://www.cnblogs.com/guangzan/p/14723413.html">6.深色模式适配和主题切换</a>
373
+ </li>
374
+ <li>
375
+ <a href="https://www.cnblogs.com/guangzan/p/14225762.html">7.谈谈 Vue 模板和 JSX</a>
376
+ </li>
377
+ <li>
378
+ <a href="https://www.cnblogs.com/guangzan/p/14166007.html">8.博客园代码折叠</a>
379
+ </li>
380
+ <li>
381
+ <a href="https://www.cnblogs.com/guangzan/p/14135368.html">9.win10关闭锁屏,直接进入登录界面</a>
382
+ </li>
383
+ <li>
384
+ <a href="https://www.cnblogs.com/guangzan/p/14057876.html">10.vscode 中 eslint prettier 和 eslint
385
+ -loader
386
+ 配置关系</a>
387
+ </li>
388
+ </ul>
389
+ </div>
390
+ </div>
391
+ <!-- 我的标签 -->
392
+ <div id="sidebar_toptags" class="sidebar-block">
393
+ <div class="catListTag">
394
+ <h3 class="catListTitle">我的标签</h3>
395
+ <ul>
396
+ <li>
397
+ <a href="https://www.cnblogs.com/guangzan/tag/javascript/">javascript<span
398
+ class="tag-count">(14)</span></a>
399
+ </li>
400
+ <li>
401
+ <a href="https://www.cnblogs.com/guangzan/tag/Vue/">Vue<span class="tag-count">(10)</span></a>
402
+ </li>
403
+ <li>
404
+ <a href="https://www.cnblogs.com/guangzan/tag/webpack4/">webpack4<span
405
+ class="tag-count">(9)</span></a>
406
+ </li>
407
+ <li>
408
+ <a href="https://www.cnblogs.com/guangzan/tag/css/">css<span class="tag-count">(9)</span></a>
409
+ </li>
410
+ <li>
411
+ <a href="https://www.cnblogs.com/guangzan/tag/vue3/">vue3<span class="tag-count">(8)</span></a>
412
+ </li>
413
+ <li>
414
+ <a href="https://www.cnblogs.com/guangzan/tag/">更多</a>
415
+ </li>
416
+ </ul>
417
+ </div>
418
+ </div>
419
+ <!-- 积分与排名 -->
420
+ <div id="sidebar_scorerank" class="sidebar-block">
421
+ <div class="catListBlogRank">
422
+ <h3 class="catListTitle">积分与排名</h3>
423
+ <ul>
424
+ <li class="liScore">积分 - 131080</li>
425
+ <li class="liRank">排名 - 7140</li>
426
+ </ul>
427
+ </div>
428
+ </div>
429
+ <!-- 随笔分类、随笔档案、文章分类、新闻分类、相册、链接 -->
430
+ <div id="sidebar_categories">
431
+ <div id="sidebar_postcategory" class="catListPostCategory sidebar-block">
432
+ <h3 class="catListTitle">随笔分类</h3>
433
+
434
+ <ul>
435
+ <li data-category-list-item-visible="true" style="display: block">
436
+ <a href="https://www.cnblogs.com/guangzan/category/1607570.html" rel="" target="">
437
+ Cnblog(12)
438
+ </a>
439
+ </li>
440
+ <li data-category-list-item-visible="true" style="display: block">
441
+ <a href="https://www.cnblogs.com/guangzan/category/1690966.html" rel="" target="">
442
+ Code Optimization(3)
443
+ </a>
444
+ </li>
445
+ <li data-category-list-item-visible="true" style="display: block">
446
+ <a href="https://www.cnblogs.com/guangzan/category/1386378.html" rel="" target="">
447
+ CSS(16)
448
+ </a>
449
+ </li>
450
+ <li data-category-list-item-visible="true" style="display: block">
451
+ <a href="https://www.cnblogs.com/guangzan/category/1640195.html" rel="" target="">
452
+ Data Visualization(4)
453
+ </a>
454
+ </li>
455
+ <li data-category-list-item-visible="true" style="display: block">
456
+ <a href="https://www.cnblogs.com/guangzan/category/1864688.html" rel="" target="">
457
+ Design(1)
458
+ </a>
459
+ </li>
460
+ <li data-category-list-item-visible="true" style="display: block">
461
+ <a href="https://www.cnblogs.com/guangzan/category/1639548.html" rel="" target="">
462
+ Error(8)
463
+ </a>
464
+ </li>
465
+ <li data-category-list-item-visible="true" style="display: block">
466
+ <a href="https://www.cnblogs.com/guangzan/category/1507898.html" rel="" target="">
467
+ Git(9)
468
+ </a>
469
+ </li>
470
+ <li data-category-list-item-visible="true" style="display: block">
471
+ <a href="https://www.cnblogs.com/guangzan/category/1386376.html" rel="" target="">
472
+ HTML(1)
473
+ </a>
474
+ </li>
475
+ <li data-category-list-item-visible="true" style="display: block">
476
+ <a href="https://www.cnblogs.com/guangzan/category/1386379.html" rel="" target="">
477
+ JS/TS(30)
478
+ </a>
479
+ </li>
480
+ <li data-category-list-item-visible="true" style="display: block">
481
+ <a href="https://www.cnblogs.com/guangzan/category/1668615.html" rel="" target="">
482
+ Module Bundler(8)
483
+ </a>
484
+ </li>
485
+ <li data-category-list-item-visible="true" style="display: block">
486
+ <a href="https://www.cnblogs.com/guangzan/category/1965813.html" rel="" target="">
487
+ NodeJS(2)
488
+ </a>
489
+ </li>
490
+ <li data-category-list-item-visible="true" style="display: block">
491
+ <a href="https://www.cnblogs.com/guangzan/category/1635528.html" rel="" target="">
492
+ React(4)
493
+ </a>
494
+ </li>
495
+ <li data-category-list-item-visible="true" style="display: block">
496
+ <a href="https://www.cnblogs.com/guangzan/category/1799265.html" rel="" target="">
497
+ Source Analysis(4)
498
+ </a>
499
+ </li>
500
+ <li data-category-list-item-visible="true" style="display: block">
501
+ <a href="https://www.cnblogs.com/guangzan/category/1512296.html" rel="" target="">
502
+ Tools(8)
503
+ </a>
504
+ </li>
505
+ <li data-category-list-item-visible="true" style="display: block">
506
+ <a href="https://www.cnblogs.com/guangzan/category/1386380.html" rel="" target="">
507
+ Vue(23)
508
+ </a>
509
+ </li>
510
+ <li data-category-list-item-visible="true" style="display: block">
511
+ <a href="https://www.cnblogs.com/guangzan/category/1598137.html" rel="" target="">
512
+ Windows(15)
513
+ </a>
514
+ </li>
515
+ </ul>
516
+ </div>
517
+ <div id="sidebar_postarchive" class="catListPostArchive sidebar-block">
518
+ <h3 class="catListTitle">随笔档案</h3>
519
+
520
+ <ul>
521
+ <li data-category-list-item-visible="true" style="display: block">
522
+ <a href="https://www.cnblogs.com/guangzan/archive/2021/05.html" rel="" target="">
523
+ 2021年5月(6)
524
+ </a>
525
+ </li>
526
+ <li data-category-list-item-visible="true" style="display: block">
527
+ <a href="https://www.cnblogs.com/guangzan/archive/2021/04.html" rel="" target="">
528
+ 2021年4月(5)
529
+ </a>
530
+ </li>
531
+ <li data-category-list-item-visible="true" style="display: block">
532
+ <a href="https://www.cnblogs.com/guangzan/archive/2021/03.html" rel="" target="">
533
+ 2021年3月(1)
534
+ </a>
535
+ </li>
536
+ <li data-category-list-item-visible="true" style="display: block">
537
+ <a href="https://www.cnblogs.com/guangzan/archive/2021/01.html" rel="" target="">
538
+ 2021年1月(2)
539
+ </a>
540
+ </li>
541
+ <li data-category-list-item-visible="true" style="display: block">
542
+ <a href="https://www.cnblogs.com/guangzan/archive/2020/12.html" rel="" target="">
543
+ 2020年12月(2)
544
+ </a>
545
+ </li>
546
+ <li data-category-list-item-visible="true" style="display: block">
547
+ <a href="https://www.cnblogs.com/guangzan/archive/2020/11.html" rel="" target="">
548
+ 2020年11月(6)
549
+ </a>
550
+ </li>
551
+ <li data-category-list-item-visible="true" style="display: block">
552
+ <a href="https://www.cnblogs.com/guangzan/archive/2020/10.html" rel="" target="">
553
+ 2020年10月(5)
554
+ </a>
555
+ </li>
556
+ <li data-category-list-item-visible="true" style="display: block">
557
+ <a href="https://www.cnblogs.com/guangzan/archive/2020/08.html" rel="" target="">
558
+ 2020年8月(3)
559
+ </a>
560
+ </li>
561
+ <li data-category-list-item-visible="true" style="display: block">
562
+ <a href="https://www.cnblogs.com/guangzan/archive/2020/07.html" rel="" target="">
563
+ 2020年7月(11)
564
+ </a>
565
+ </li>
566
+ <li data-category-list-item-visible="true" style="display: block">
567
+ <a href="https://www.cnblogs.com/guangzan/archive/2020/06.html" rel="" target="">
568
+ 2020年6月(2)
569
+ </a>
570
+ </li>
571
+ <li data-category-list-item-visible="true" style="display: block">
572
+ <a href="https://www.cnblogs.com/guangzan/archive/2020/05.html" rel="" target="">
573
+ 2020年5月(9)
574
+ </a>
575
+ </li>
576
+ <li data-category-list-item-visible="true" style="display: block">
577
+ <a href="https://www.cnblogs.com/guangzan/archive/2020/04.html" rel="" target="">
578
+ 2020年4月(7)
579
+ </a>
580
+ </li>
581
+ <li data-category-list-item-visible="true" style="display: block">
582
+ <a href="https://www.cnblogs.com/guangzan/archive/2020/03.html" rel="" target="">
583
+ 2020年3月(19)
584
+ </a>
585
+ </li>
586
+ <li data-category-list-item-visible="true" style="display: block">
587
+ <a href="https://www.cnblogs.com/guangzan/archive/2020/02.html" rel="" target="">
588
+ 2020年2月(6)
589
+ </a>
590
+ </li>
591
+ <li data-category-list-item-visible="true" style="display: block">
592
+ <a href="https://www.cnblogs.com/guangzan/archive/2020/01.html" rel="" target="">
593
+ 2020年1月(7)
594
+ </a>
595
+ </li>
596
+ <li data-category-list-item-visible="true" style="display: block">
597
+ <a href="https://www.cnblogs.com/guangzan/archive/2019/12.html" rel="" target="">
598
+ 2019年12月(1)
599
+ </a>
600
+ </li>
601
+ <li data-category-list-item-visible="true" style="display: block">
602
+ <a href="https://www.cnblogs.com/guangzan/archive/2019/11.html" rel="" target="">
603
+ 2019年11月(11)
604
+ </a>
605
+ </li>
606
+ <li data-category-list-item-visible="true" style="display: block">
607
+ <a href="https://www.cnblogs.com/guangzan/archive/2019/10.html" rel="" target="">
608
+ 2019年10月(1)
609
+ </a>
610
+ </li>
611
+ <li data-category-list-item-visible="true" style="display: block">
612
+ <a href="https://www.cnblogs.com/guangzan/archive/2019/07.html" rel="" target="">
613
+ 2019年7月(35)
614
+ </a>
615
+ </li>
616
+ <li data-category-list-item-visible="true" style="display: block">
617
+ <a href="https://www.cnblogs.com/guangzan/archive/2019/03.html" rel="" target="">
618
+ 2019年3月(2)
619
+ </a>
620
+ </li>
621
+ <li data-category-list-item-visible="false" style="display: none">
622
+ <a href="https://www.cnblogs.com/guangzan/archive/2019/02.html" rel="" target="">
623
+ 2019年2月(1)
624
+ </a>
625
+ </li>
626
+ <li data-category-list-item-visible="false" style="display: none">
627
+ <a href="https://www.cnblogs.com/guangzan/archive/2019/01.html" rel="" target="">
628
+ 2019年1月(4)
629
+ </a>
630
+ </li>
631
+ <li>
632
+ <a href="javascript:void(0)" onclick="sideColumnManager.loadMore(this)">更多</a>
633
+ </li>
634
+ </ul>
635
+ </div>
636
+ <div id="sidebar_imagecategory" class="catListImageCategory sidebar-block">
637
+ <h3 class="catListTitle">相册</h3>
638
+
639
+ <ul>
640
+ <li data-category-list-item-visible="true" style="display: block">
641
+ <a href="https://www.cnblogs.com/guangzan/gallery/1822578.html" rel="nofollow noopener noreferrer"
642
+ target="">
643
+ 测试1(1)
644
+ </a>
645
+ </li>
646
+ <li data-category-list-item-visible="true" style="display: block">
647
+ <a href="https://www.cnblogs.com/guangzan/gallery/1822579.html" rel="nofollow noopener noreferrer"
648
+ target="">
649
+ 测试2(1)
650
+ </a>
651
+ </li>
652
+ <li data-category-list-item-visible="true" style="display: block">
653
+ <a href="https://www.cnblogs.com/guangzan/gallery/1822580.html" rel="nofollow noopener noreferrer"
654
+ target="">
655
+ 测试3(6)
656
+ </a>
657
+ </li>
658
+ </ul>
659
+ </div>
660
+ <div id="sidebar_links1978167" class="catList sidebar-block">
661
+ <h3 class="catListTitle">友情链接</h3>
662
+
663
+ <ul>
664
+ <li data-category-list-item-visible="true" style="display: block">
665
+ <a href="www.cnblog.com" rel="nofollow noopener noreferrer" target="">
666
+ 测试测试测试
667
+ </a>
668
+ </li>
669
+ <li data-category-list-item-visible="true" style="display: block">
670
+ <a href="www.baidu.com" rel="nofollow noopener noreferrer" target="">
671
+ 测试测试测试
672
+ </a>
673
+ </li>
674
+ <li data-category-list-item-visible="true" style="display: block">
675
+ <a href="www.cnblog.com" rel="nofollow noopener noreferrer" target="">
676
+ 测试测试测试
677
+ </a>
678
+ </li>
679
+ </ul>
680
+ </div>
681
+ </div>
682
+ <!-- 最新评论 -->
683
+ <div id="sidebar_recentcomments" class="sidebar-block">
684
+ <div class="catListComment">
685
+ <h3 class="catListTitle">最新评论</h3>
686
+
687
+ <div class="RecentCommentBlock">
688
+ <ul>
689
+ <li class="recent_comment_title">
690
+ <a href="https://www.cnblogs.com/guangzan/p/12892420.html">1. Re:Lorem, ipsum dolor sit amet consectetur adipisicing elit</a>
691
+ </li>
692
+ <li class="recent_comment_body">
693
+ @kin02 请使用 Markdown 编辑器,注意 Markdown
694
+ 语法;可能与你自己的博客代码冲突;...
695
+ </li>
696
+ <li class="recent_comment_author">--guangzan</li>
697
+ <li class="recent_comment_title">
698
+ <a href="https://www.cnblogs.com/guangzan/p/12892420.html">2. Re:Lorem, ipsum dolor sit amet consectetur adipisicing elit</a>
699
+ </li>
700
+ <li class="recent_comment_body">
701
+ <p>白天模式正常😓</p>
702
+ </li>
703
+ <li class="recent_comment_author">--kin02</li>
704
+ </ul>
705
+ </div>
706
+ </div>
707
+ </div>
708
+ <!-- 阅读排行榜 -->
709
+ <div id="sidebar_topviewedposts" class="sidebar-block">
710
+ <div class="catListView">
711
+ <h3 class="catListTitle">阅读排行榜</h3>
712
+ <div id="TopViewPostsBlock">
713
+ <ul style="word-break: break-all">
714
+ <li>
715
+ <a href="https://www.cnblogs.com/guangzan/p/11268900.html">
716
+ 1. vue实现简单的点击切换颜色(7316)
717
+ </a>
718
+ </li>
719
+ <li>
720
+ <a href="https://www.cnblogs.com/guangzan/p/12466467.html">
721
+ 2. Parsing error: 'import' and 'export' may only
722
+ appear at the top level(5297)
723
+ </a>
724
+ </li>
725
+ <li>
726
+ <a href="https://www.cnblogs.com/guangzan/p/12244579.html">
727
+ 3. vant list 不断连续请求接口神奇原因(4501)
728
+ </a>
729
+ </li>
730
+ <li>
731
+ <a href="https://www.cnblogs.com/guangzan/p/11268930.html">
732
+ 4. Vue Prop属性(父to子)(3774)
733
+ </a>
734
+ </li>
735
+ <li>
736
+ <a href="https://www.cnblogs.com/guangzan/p/10291885.html">
737
+ 5. CSS3-flex弹性布局之flex属性(3753)
738
+ </a>
739
+ </li>
740
+ </ul>
741
+ </div>
742
+ </div>
743
+ </div>
744
+ <!-- 评论排行榜 -->
745
+ <div id="sidebar_topcommentedposts" class="sidebar-block">
746
+ <div class="catListFeedback">
747
+ <h3 class="catListTitle">评论排行榜</h3>
748
+ <div id="TopFeedbackPostsBlock">
749
+ <ul style="word-break: break-all">
750
+ <li>
751
+ <a href="https://www.cnblogs.com/guangzan/p/13020977.html">
752
+ 1. Lorem, ipsum dolor sit amet consectetur adipisicing elit(66)
753
+ </a>
754
+ </li>
755
+ <li>
756
+ <a href="https://www.cnblogs.com/guangzan/p/12892420.html">
757
+ 2. Lorem, ipsum dolor sit amet consectetur adipisicing elit(32)
758
+ </a>
759
+ </li>
760
+ <li>
761
+ <a href="https://www.cnblogs.com/guangzan/p/12256583.html">
762
+ 3. 分享几套不一样的博客园皮肤 ?(32)
763
+ </a>
764
+ </li>
765
+ <li>
766
+ <a href="https://www.cnblogs.com/guangzan/p/12515742.html">
767
+ 4. 从这个博客皮肤迈入前端性能优化一小步(30)
768
+ </a>
769
+ </li>
770
+ <li>
771
+ <a href="https://www.cnblogs.com/guangzan/p/12886111.html">
772
+ 5. 2020年了,别再重复学习原型了(14)
773
+ </a>
774
+ </li>
775
+ </ul>
776
+ </div>
777
+ </div>
778
+ </div>
779
+ <!-- 推荐排行榜 -->
780
+ <div id="sidebar_topdiggedposts" class="sidebar-block">
781
+ <div id="topdigg_posts_wrap">
782
+ <div class="catListView">
783
+ <h3 class="catListTitle">推荐排行榜</h3>
784
+ <div id="TopDiggPostsBlock">
785
+ <ul style="word-break: break-all">
786
+ <li>
787
+ <a href="https://www.cnblogs.com/guangzan/p/12892420.html">
788
+ 1. Lorem, ipsum dolor sit amet consectetur adipisicing elit(45)
789
+ </a>
790
+ </li>
791
+ <li>
792
+ <a href="https://www.cnblogs.com/guangzan/p/13020977.html">
793
+ 2. Lorem, ipsum dolor sit amet consectetur adipisicing elit(31)
794
+ </a>
795
+ </li>
796
+ <li>
797
+ <a href="https://www.cnblogs.com/guangzan/p/12256583.html">
798
+ 3. Lorem, ipsum dolor sit amet consectetur adipisicing elit(26)
799
+ </a>
800
+ </li>
801
+ <li>
802
+ <a href="https://www.cnblogs.com/guangzan/p/13524990.html">
803
+ 4. Lorem, ipsum dolor sit amet consectetur adipisicing elit(15)
804
+ </a>
805
+ </li>
806
+ <li>
807
+ <a href="https://www.cnblogs.com/guangzan/p/12515742.html">
808
+ 5. Lorem, ipsum dolor sit amet consectetur adipisicing elit(15)
809
+ </a>
810
+ </li>
811
+ </ul>
812
+ </div>
813
+ </div>
814
+ </div>
815
+ </div>
816
+ </div>
817
+ </div>
818
+ </div>
819
+ </div>
820
+ <div class="clear"></div>
821
+ </div>
822
+ <div class="clear"></div>
823
+ <div id="footer">
824
+ Copyright © 2020 用户昵称用户456123
825
+ <br /><span id="poweredby">Powered by .NET Core on Kubernetes</span>
826
+ </div>
827
+ </div>
828
+
829
+ <script src="../js/jquery.min.js"></script>
830
+ <script src="../js/highlight.min.js"></script>
831
+ <script src="../js/mockAPI.js"></script>
832
+ <script type="module" src="../src/main.js"></script>
833
+ <script>
834
+ document.querySelectorAll('a').forEach(a => {
835
+ a.addEventListener('click', (e) => {
836
+ e.preventDefault();
837
+ });
838
+ });
839
+ </script>
840
+ </body>
841
+
842
+ </html>