@wenyan-md/core 1.0.6 → 1.0.8

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.
@@ -0,0 +1,2244 @@
1
+ var WenyanStyles=(function(e){"use strict";const i=`#wenyan pre::before {
2
+ display: block;
3
+ content: "";
4
+ background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="12" viewBox="0 0 450 130"><ellipse cx="65" cy="65" rx="50" ry="52" stroke="rgb(220,60,54)" stroke-width="2" fill="rgb(237,108,96)"/><ellipse cx="225" cy="65" rx="50" ry="52" stroke="rgb(218,151,33)" stroke-width="2" fill="rgb(247,193,81)"/><ellipse cx="385" cy="65" rx="50" ry="52" stroke="rgb(27,161,37)" stroke-width="2" fill="rgb(100,200,86)"/></svg>');
5
+ background-repeat: no-repeat;
6
+ width: 100%;
7
+ height: 16px;
8
+ }`,s=[{id:"default",name:"Default",description:"A clean, classic layout ideal for long-form reading.",appName:"默认",author:""},{id:"orangeheart",name:"OrangeHeart",description:"A vibrant and elegant theme in warm orange tones.",appName:"Orange Heart",author:"evgo2017"},{id:"rainbow",name:"Rainbow",description:"A colorful, lively theme with a clean layout.",appName:"Rainbow",author:"thezbm"},{id:"lapis",name:"Lapis",description:"A minimal and refreshing theme in cool blue tones.",appName:"Lapis",author:"YiNN"},{id:"pie",name:"Pie",description:"Inspired by sspai.com and Misty — modern, sharp, and stylish.",appName:"Pie",author:"kevinzhao2233"},{id:"maize",name:"Maize",description:"A crisp, light theme with a soft maize palette.",appName:"Maize",author:"BEATREE"},{id:"purple",name:"Purple",description:"Clean and minimalist, with a subtle purple accent.",appName:"Purple",author:"hliu202"},{id:"phycat",name:"Phycat",description:"物理猫-薄荷:a mint-green theme with clear structure and hierarchy.",appName:"物理猫-薄荷",author:"sumruler"}],r=Object.assign({"./themes/default.css":()=>Promise.resolve().then(()=>b).then(n=>n.default),"./themes/juejin_default.css":()=>Promise.resolve().then(()=>w).then(n=>n.default),"./themes/lapis.css":()=>Promise.resolve().then(()=>f).then(n=>n.default),"./themes/maize.css":()=>Promise.resolve().then(()=>y).then(n=>n.default),"./themes/medium_default.css":()=>Promise.resolve().then(()=>u).then(n=>n.default),"./themes/orangeheart.css":()=>Promise.resolve().then(()=>x).then(n=>n.default),"./themes/phycat.css":()=>Promise.resolve().then(()=>j).then(n=>n.default),"./themes/pie.css":()=>Promise.resolve().then(()=>k).then(n=>n.default),"./themes/purple.css":()=>Promise.resolve().then(()=>v).then(n=>n.default),"./themes/rainbow.css":()=>Promise.resolve().then(()=>z).then(n=>n.default),"./themes/toutiao_default.css":()=>Promise.resolve().then(()=>_).then(n=>n.default),"./themes/zhihu_default.css":()=>Promise.resolve().then(()=>M).then(n=>n.default)});function d(n){const l=`./themes/${n.id}.css`,o=r[l];return o?{...n,getCss:o}:(console.warn(`[Themes] CSS file not found for theme: ${n.id}`),null)}const t=Object.fromEntries(s.map(n=>d(n)).filter(n=>n!==null).map(n=>[n.id,n]));function h(){return Object.values(t)}const c=Object.fromEntries(["juejin_default","medium_default","toutiao_default","zhihu_default"].map(n=>[n,{id:n,name:"",description:"",appName:"",author:"",getCss:r[`./themes/${n}.css`]}])),p=[{id:"atom-one-dark"},{id:"atom-one-light"},{id:"dracula"},{id:"github-dark"},{id:"github"},{id:"monokai"},{id:"solarized-dark"},{id:"solarized-light"},{id:"xcode"}],m=Object.assign({"./highlight/styles/atom-one-dark.min.css":()=>Promise.resolve().then(()=>T).then(n=>n.default),"./highlight/styles/atom-one-light.min.css":()=>Promise.resolve().then(()=>I).then(n=>n.default),"./highlight/styles/dracula.min.css":()=>Promise.resolve().then(()=>N).then(n=>n.default),"./highlight/styles/github-dark.min.css":()=>Promise.resolve().then(()=>S).then(n=>n.default),"./highlight/styles/github.min.css":()=>Promise.resolve().then(()=>D).then(n=>n.default),"./highlight/styles/monokai.min.css":()=>Promise.resolve().then(()=>O).then(n=>n.default),"./highlight/styles/solarized-dark.min.css":()=>Promise.resolve().then(()=>A).then(n=>n.default),"./highlight/styles/solarized-light.min.css":()=>Promise.resolve().then(()=>L).then(n=>n.default),"./highlight/styles/xcode.min.css":()=>Promise.resolve().then(()=>C).then(n=>n.default)}),a={};for(const n of p){const l=`./highlight/styles/${n.id}.min.css`,o=m[l];o?a[n.id]={...n,getCss:o}:console.warn(`[Highlight Themes] CSS file not found for theme: ${n.id}`)}function g(){return Object.values(a)}(function(n){n.macStyleCss=i,n.themes=t,n.hlThemes=a})(typeof window<"u"?window:void 0);const b=Object.freeze(Object.defineProperty({__proto__:null,default:`/**
9
+ * 欢迎使用自定义主题功能,使用教程:
10
+ * https://babyno.top/posts/2024/11/wenyan-supports-customized-themes/
11
+ */
12
+ /* 全局属性 */
13
+ #wenyan {
14
+ font-family: var(--sans-serif-font);
15
+ line-height: 1.75;
16
+ font-size: 16px;
17
+ }
18
+ /* 全局子元素属性 */
19
+ /* 支持分组 */
20
+ #wenyan h1,
21
+ #wenyan h2,
22
+ #wenyan h3,
23
+ #wenyan h4,
24
+ #wenyan h5,
25
+ #wenyan h6,
26
+ #wenyan p,
27
+ #wenyan pre {
28
+ margin: 1em 0;
29
+ }
30
+ /* 段落 */
31
+ #wenyan p {
32
+ }
33
+ /* 加粗 */
34
+ #wenyan p strong {
35
+ }
36
+ /* 斜体 */
37
+ #wenyan p em {
38
+ }
39
+ /* 一级标题 */
40
+ #wenyan h1 {
41
+ text-align: center;
42
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
43
+ font-size: 1.5em;
44
+ }
45
+ /* 标题文字 */
46
+ #wenyan h1 span {
47
+ }
48
+ /* 标题前缀,h1-h6都支持前缀 */
49
+ #wenyan h1::before {
50
+ }
51
+ /* 标题后缀,h1-h6都支持后缀 */
52
+ #wenyan h1::after {
53
+ }
54
+ /* 二级标题 */
55
+ #wenyan h2 {
56
+ text-align: center;
57
+ font-size: 1.2em;
58
+ border-bottom: 1px solid #f7f7f7;
59
+ font-weight: bold;
60
+ }
61
+ /* 三-六级标题 */
62
+ #wenyan h3,
63
+ #wenyan h4,
64
+ #wenyan h5,
65
+ #wenyan h6 {
66
+ font-size: 1em;
67
+ font-weight: bold;
68
+ }
69
+ /* 列表 */
70
+ #wenyan ul,
71
+ #wenyan ol {
72
+ padding-left: 1.2em;
73
+ }
74
+ /* 列表元素 */
75
+ #wenyan li {
76
+ margin-left: 1.2em;
77
+ }
78
+ /* 图片 */
79
+ #wenyan img {
80
+ max-width: 100%;
81
+ height: auto;
82
+ margin: 0 auto;
83
+ display: block;
84
+ }
85
+ /* 表格 */
86
+ #wenyan table {
87
+ border-collapse: collapse;
88
+ margin: 1.4em auto;
89
+ max-width: 100%;
90
+ table-layout: fixed;
91
+ text-align: left;
92
+ overflow: auto;
93
+ display: table;
94
+ word-wrap: break-word;
95
+ word-break: break-all;
96
+ }
97
+ /* 表格单元格 */
98
+ #wenyan table td,
99
+ #wenyan table th {
100
+ font-size: 0.75em;
101
+ padding: 9px 12px;
102
+ line-height: 22px;
103
+ color: #222;
104
+ border: 1px solid #d8d8d8;
105
+ vertical-align: top;
106
+ }
107
+ /* 表格表头 */
108
+ #wenyan table th {
109
+ font-weight: bold;
110
+ background-color: #f0f0f0;
111
+ }
112
+ /* 表格斑马条纹效果 */
113
+ #wenyan table tr:nth-child(2n) {
114
+ background-color: #f8f8f8;
115
+ }
116
+ /* 引用块 */
117
+ #wenyan blockquote {
118
+ background: #afb8c133;
119
+ border-left: 0.5em solid #ccc;
120
+ margin: 1.5em 0;
121
+ padding: 0.5em 10px;
122
+ font-style: italic;
123
+ font-size: 0.9em;
124
+ }
125
+ /* 引用块前缀 */
126
+ #wenyan blockquote::before {
127
+ }
128
+ /* 引用块后缀 */
129
+ #wenyan blockquote::after {
130
+ }
131
+ /* 行内代码 */
132
+ #wenyan p code {
133
+ font-family: var(--monospace-font);
134
+ color: #ff502c;
135
+ padding: 4px 6px;
136
+ font-size: 0.78em;
137
+ }
138
+ /* 代码块外围 */
139
+ #wenyan pre {
140
+ border-radius: 5px;
141
+ line-height: 2;
142
+ margin: 1em 0.5em;
143
+ padding: .5em;
144
+ box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;
145
+ }
146
+ /* 代码块 */
147
+ #wenyan pre code {
148
+ font-family: var(--monospace-font);
149
+ display: block;
150
+ overflow-x: auto;
151
+ margin: .5em;
152
+ padding: 0;
153
+ }
154
+ /* 分割线 */
155
+ #wenyan hr {
156
+ border: none;
157
+ border-top: 1px solid #ddd;
158
+ margin-top: 2em;
159
+ margin-bottom: 2em;
160
+ }
161
+ /* 链接 */
162
+ #wenyan a {
163
+ word-wrap: break-word;
164
+ color: #0069c2;
165
+ }
166
+ /* 原始链接旁脚注上标 */
167
+ #wenyan .footnote {
168
+ color: #0069c2;
169
+ }
170
+ /* 脚注行 */
171
+ #wenyan #footnotes p {
172
+ display: flex;
173
+ margin: 0;
174
+ font-size: 0.9em;
175
+ }
176
+ /* 脚注行内编号 */
177
+ #wenyan .footnote-num {
178
+ display: inline;
179
+ width: 10%;
180
+ }
181
+ /* 脚注行内文字 */
182
+ #wenyan .footnote-txt {
183
+ display: inline;
184
+ width: 90%;
185
+ word-wrap: break-word;
186
+ word-break: break-all;
187
+ }
188
+ `},Symbol.toStringTag,{value:"Module"})),w=Object.freeze(Object.defineProperty({__proto__:null,default:`:root {
189
+ --sans-serif-font: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
190
+ "Noto Color Emoji";
191
+ --monospace-font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "liberation mono", "courier new", monospace;
192
+ }
193
+ #wenyan {
194
+ font-family: var(--sans-serif-font);
195
+ line-height: 1.75;
196
+ }
197
+ #wenyan * {
198
+ box-sizing: border-box;
199
+ }
200
+ #wenyan h1,
201
+ #wenyan h2,
202
+ #wenyan h3,
203
+ #wenyan h4,
204
+ #wenyan h5,
205
+ #wenyan h6,
206
+ #wenyan p,
207
+ #wenyan pre {
208
+ margin: 1em 0;
209
+ }
210
+ #wenyan h1,
211
+ #wenyan h2,
212
+ #wenyan h3,
213
+ #wenyan h4,
214
+ #wenyan h5,
215
+ #wenyan h6 {
216
+ line-height: 1.5;
217
+ margin-top: 35px;
218
+ margin-bottom: 10px;
219
+ padding-bottom: 5px;
220
+ }
221
+ #wenyan h1 {
222
+ font-size: 24px;
223
+ line-height: 38px;
224
+ margin-bottom: 5px;
225
+ }
226
+ #wenyan h2 {
227
+ font-size: 22px;
228
+ line-height: 34px;
229
+ padding-bottom: 12px;
230
+ border-bottom: 1px solid #ececec;
231
+ }
232
+ #wenyan h3 {
233
+ font-size: 20px;
234
+ line-height: 28px;
235
+ }
236
+ #wenyan ul,
237
+ #wenyan ol {
238
+ padding-left: 1.2em;
239
+ }
240
+ #wenyan li {
241
+ margin-left: 1.2em;
242
+ }
243
+ #wenyan img {
244
+ max-width: 100%;
245
+ height: auto;
246
+ margin: 0 auto;
247
+ display: block;
248
+ }
249
+ #wenyan table {
250
+ display: inline-block !important;
251
+ font-size: 12px;
252
+ width: auto;
253
+ max-width: 100%;
254
+ overflow: auto;
255
+ border: 1px solid #f6f6f6;
256
+ }
257
+ #wenyan thead {
258
+ background: #f6f6f6;
259
+ color: #000;
260
+ text-align: left;
261
+ }
262
+ #wenyan table td,
263
+ #wenyan table th {
264
+ padding: 12px 7px;
265
+ line-height: 24px;
266
+ }
267
+ #wenyan blockquote {
268
+ color: #666;
269
+ padding: 1px 23px;
270
+ margin: 22px 0;
271
+ border-left: 4px solid #cbcbcb;
272
+ background-color: #f8f8f8;
273
+ font-size: 0.95em;
274
+ }
275
+ #wenyan p code {
276
+ font-family: var(--monospace-font);
277
+ background: #fff5f5;
278
+ color: #ff502c;
279
+ padding: 4px 6px;
280
+ font-size: 0.78em;
281
+ }
282
+ #wenyan pre {
283
+ line-height: 2;
284
+ margin: 1em 0.5em;
285
+ padding: .5em;
286
+ color: #333;
287
+ background: #f8f8f8;
288
+ }
289
+ #wenyan pre code {
290
+ font-family: var(--monospace-font);
291
+ display: block;
292
+ overflow-x: auto;
293
+ margin: .5em;
294
+ padding: 0;
295
+ background: #f8f8f8;
296
+ }
297
+ #wenyan hr {
298
+ border: none;
299
+ border-top: 1px solid #ddd;
300
+ margin-top: 32px;
301
+ margin-bottom: 32px;
302
+ }
303
+ /* 链接 */
304
+ #wenyan a {
305
+ word-wrap: break-word;
306
+ color: #0069c2;
307
+ }
308
+ /* 脚注 */
309
+ #wenyan #footnotes ul {
310
+ font-size: 0.9em;
311
+ margin: 0;
312
+ padding-left: 1.2em;
313
+ }
314
+ #wenyan #footnotes li {
315
+ margin: 0 0 0 1.2em;
316
+ overflow-wrap: break-word;
317
+ word-wrap: break-word;
318
+ word-break: break-all;
319
+ }
320
+ #wenyan .footnote {
321
+ color: #0069c2;
322
+ }
323
+ `},Symbol.toStringTag,{value:"Module"})),f=Object.freeze(Object.defineProperty({__proto__:null,default:`/*
324
+ * Typora Theme - Lapis / Author - YiNN
325
+ * https://github.com/YiNNx/typora-theme-lapis
326
+ */
327
+
328
+ :root {
329
+ --text-color: #40464f;
330
+ --primary-color: #4870ac;
331
+ --bg-color: #ffffff;
332
+ --marker-color: #a2b6d4;
333
+ --source-color: #a8a8a9;
334
+ --header-span-color: var(--primary-color);
335
+ --block-bg-color: #f6f8fa;
336
+ }
337
+ #wenyan {
338
+ color: var(--text-color);
339
+ font-family: var(--sans-serif-font);
340
+ line-height: 1.75;
341
+ font-size: 16px;
342
+ }
343
+ #wenyan p,
344
+ #wenyan pre {
345
+ margin: 1em 0.8em;
346
+ }
347
+ #wenyan strong {
348
+ color: var(--primary-color);
349
+ }
350
+ #wenyan a {
351
+ word-wrap: break-word;
352
+ color: var(--primary-color);
353
+ }
354
+ #wenyan p {
355
+ color: var(--text-color);
356
+ }
357
+ #wenyan h4,
358
+ #wenyan h5,
359
+ #wenyan h6 {
360
+ font-weight: normal;
361
+ }
362
+ #wenyan h1,
363
+ #wenyan h2,
364
+ #wenyan h3,
365
+ #wenyan h4,
366
+ #wenyan h5,
367
+ #wenyan h6 {
368
+ padding: 0px;
369
+ color: var(--primary-color);
370
+ margin: 1.2em 0 1em;
371
+ }
372
+ #wenyan h1 {
373
+ text-align: center;
374
+ }
375
+ #wenyan h2 {
376
+ padding: 1px 12.5px;
377
+ border-radius: 4px;
378
+ display: inline-block;
379
+ }
380
+ #wenyan h2,
381
+ #wenyan h2 code {
382
+ background-color: var(--header-span-color);
383
+ }
384
+ #wenyan h2,
385
+ #wenyan h2 a,
386
+ #wenyan h2 code,
387
+ #wenyan h2 strong {
388
+ color: var(--bg-color);
389
+ }
390
+ #wenyan h1 {
391
+ font-size: 1.5em;
392
+ }
393
+ #wenyan h2 {
394
+ font-size: 1.3em;
395
+ }
396
+ #wenyan h3 {
397
+ font-size: 1.3em;
398
+ }
399
+ #wenyan h4 {
400
+ font-size: 1.2em;
401
+ }
402
+ #wenyan h5 {
403
+ font-size: 1.2em;
404
+ }
405
+ #wenyan h6 {
406
+ font-size: 1.2em;
407
+ }
408
+ #wenyan ul {
409
+ list-style-type: disc;
410
+ }
411
+ #wenyan em {
412
+ padding: 0 3px 0 0;
413
+ }
414
+ #wenyan ul ul {
415
+ list-style-type: square;
416
+ }
417
+ #wenyan ol {
418
+ list-style-type: decimal;
419
+ }
420
+ #wenyan blockquote {
421
+ display: block;
422
+ font-size: 0.9em;
423
+ border-left: 3px solid var(--primary-color);
424
+ padding: 0.5em 1em;
425
+ margin: 0;
426
+ background: var(--block-bg-color);
427
+ }
428
+ #wenyan p code {
429
+ color: var(--primary-color);
430
+ font-size: 0.9em;
431
+ font-weight: normal;
432
+ word-wrap: break-word;
433
+ padding: 2px 4px 2px;
434
+ border-radius: 3px;
435
+ margin: 2px;
436
+ background-color: var(--block-bg-color);
437
+ font-family: var(--monospace-font);
438
+ word-break: break-all;
439
+ }
440
+ #wenyan img {
441
+ max-width: 100%;
442
+ max-width: 100%;
443
+ height: auto;
444
+ margin: 0 auto;
445
+ display: block;
446
+ }
447
+ #wenyan table {
448
+ display: table;
449
+ text-align: justify;
450
+ overflow-x: auto;
451
+ border-collapse: collapse;
452
+ margin: 1.4em auto;
453
+ max-width: 100%;
454
+ table-layout: fixed;
455
+ text-align: left;
456
+ overflow: auto;
457
+ word-wrap: break-word;
458
+ word-break: break-all;
459
+ }
460
+ #wenyan table th,
461
+ #wenyan table td {
462
+ border: 1px solid #d9dfe4;
463
+ padding: 9px 12px;
464
+ font-size: 0.75em;
465
+ line-height: 22px;
466
+ vertical-align: top;
467
+ }
468
+ #wenyan table th {
469
+ text-align: center;
470
+ font-weight: bold;
471
+ color: var(--primary-color);
472
+ background: #f7f7f7;
473
+ }
474
+ #wenyan hr {
475
+ margin-top: 20px;
476
+ margin-bottom: 20px;
477
+ border: 0;
478
+ border-top: 2px solid #eef2f5;
479
+ border-radius: 2px;
480
+ }
481
+ #wenyan pre {
482
+ border-radius: 5px;
483
+ line-height: 2;
484
+ margin: 1em 0.5em;
485
+ padding: .5em;
486
+ box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;
487
+ }
488
+ #wenyan pre code {
489
+ display: block;
490
+ overflow-x: auto;
491
+ margin: .5em;
492
+ padding: 0;
493
+ font-family: var(--monospace-font);
494
+ }
495
+ #wenyan .footnote {
496
+ color: var(--primary-color);
497
+ }
498
+ #wenyan #footnotes p {
499
+ display: flex;
500
+ margin: 0;
501
+ font-size: 0.9em;
502
+ }
503
+ #wenyan .footnote-num {
504
+ display: inline;
505
+ width: 10%;
506
+ }
507
+ #wenyan .footnote-txt {
508
+ display: inline;
509
+ width: 90%;
510
+ word-wrap: break-word;
511
+ word-break: break-all;
512
+ }
513
+ `},Symbol.toStringTag,{value:"Module"})),y=Object.freeze(Object.defineProperty({__proto__:null,default:`/*
514
+ * Typora Theme - Maize / Author - BEATREE
515
+ * https://github.com/BEATREE/typora-maize-theme
516
+ */
517
+
518
+ :root {
519
+ --bg-color: #fafafa;
520
+ --text-color: #333333;
521
+ --primary-color: #428bca;
522
+ }
523
+ #wenyan {
524
+ font-family: var(--sans-serif-font);
525
+ line-height: 1.75;
526
+ font-size: 16px;
527
+ }
528
+ #wenyan p,
529
+ #wenyan pre {
530
+ margin: 1em 0;
531
+ }
532
+ #wenyan h1,
533
+ #wenyan h2,
534
+ #wenyan h3,
535
+ #wenyan h4,
536
+ #wenyan h5,
537
+ #wenyan h6 {
538
+ margin: 1.2em 0 1em;
539
+ padding: 0px;
540
+ font-weight: bold;
541
+ }
542
+ #wenyan h1 {
543
+ font-size: 1.5em;
544
+ }
545
+ #wenyan h2::before {
546
+ content: "";
547
+ width: 20px;
548
+ height: 30px;
549
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIj4KICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Im0zMy40NTIgNjIuMTQyUzY2LjA2MyAxNC45MzcgOTAuNDU2IDEwLjI4M2wxLjQyOSAxLjcxNFM3Mi41MzIgMjkuNTgyIDU4LjEzMyA0OC41ODNDNDMuMDg0IDY4LjQ0MiAzNi4wNTggODkuOTQ3IDMxLjg4IDg5LjcxNWMtNS42ODEtLjQxLTEyLjQyOS0zNy43MTYtMjMuMjg3LTMzLjI4Ny0yLjI4Ni0uNTcxIDMuOTEyLTkuNjE0IDEyLjU3Mi03LjU3MiA1LjQzIDEuMjgxIDEyLjI4NyAxMy4yODYgMTIuMjg3IDEzLjI4NnoiIGZpbGw9IiNmZmIxMWIiIC8+CiAgICA8L2c+Cjwvc3ZnPg==);
550
+ background-repeat: no-repeat;
551
+ background-size: 20px 20px;
552
+ margin-right: 4px;
553
+ background-position-y: 10px;
554
+ }
555
+ #wenyan h2 {
556
+ font-size: 1.3em;
557
+ display: flex;
558
+ align-items: top;
559
+ }
560
+ #wenyan h2 span {
561
+ font-weight: bold;
562
+ color: #333;
563
+ padding: 3px 10px 1px;
564
+ }
565
+ #wenyan h3 {
566
+ font-size: 1.3em;
567
+ }
568
+ #wenyan h4 {
569
+ font-size: 1.2em;
570
+ }
571
+ #wenyan h5 {
572
+ font-size: 1.2em;
573
+ }
574
+ #wenyan h6 {
575
+ font-size: 1.2em;
576
+ }
577
+ #wenyan ul,
578
+ #wenyan ol {
579
+ margin-top: 8px;
580
+ margin-bottom: 8px;
581
+ padding-left: 40px;
582
+ color: black;
583
+ }
584
+ #wenyan ul {
585
+ list-style-type: disc;
586
+ }
587
+ #wenyan ul ul {
588
+ list-style-type: square;
589
+ }
590
+ #wenyan ol {
591
+ list-style-type: decimal;
592
+ }
593
+ #wenyan strong {
594
+ color: #e49123;
595
+ font-weight: bold;
596
+ }
597
+ #wenyan blockquote {
598
+ margin: 0;
599
+ padding: 10px 10px 10px 20px;
600
+ font-size: 0.9em;
601
+ background: #fff9f9;
602
+ border-left: 3px solid #ffb11b;
603
+ color: #6a737d;
604
+ overflow: auto;
605
+ }
606
+ #wenyan a {
607
+ word-wrap: break-word;
608
+ text-decoration: none;
609
+ font-weight: bold;
610
+ color: #e49123;
611
+ border-bottom: 1px solid #e49123;
612
+ }
613
+ #wenyan hr {
614
+ height: 1px;
615
+ padding: 0;
616
+ border: none;
617
+ text-align: center;
618
+ background-image: linear-gradient(to right, rgba(231, 93, 109, 0.3), rgba(255, 159, 150, 0.75), rgba(255, 216, 181, 0.3));
619
+ }
620
+ #wenyan p code,
621
+ #wenyan span code,
622
+ #wenyan li code {
623
+ font-family: var(--monospace-font);
624
+ word-wrap: break-word;
625
+ padding: 2px 4px;
626
+ border-radius: 4px;
627
+ margin: 0 2px;
628
+ word-break: break-all;
629
+ color: rgb(235, 76, 55);
630
+ background-color: #f0f0f0;
631
+ font-size: .8em;
632
+ }
633
+ #wenyan img {
634
+ max-width: 100%;
635
+ display: block;
636
+ margin: 0 auto;
637
+ width: 85%;
638
+ border-radius: 5px;
639
+ box-shadow: 0px 4px 12px #84a1a8;
640
+ border: 0px;
641
+ }
642
+ #wenyan table {
643
+ border-collapse: collapse;
644
+ margin: 1.4em auto;
645
+ max-width: 100%;
646
+ table-layout: fixed;
647
+ text-align: left;
648
+ overflow: auto;
649
+ display: table;
650
+ word-wrap: break-word;
651
+ word-break: break-all;
652
+ }
653
+ #wenyan table td,
654
+ #wenyan table th {
655
+ font-size: 0.75em;
656
+ padding: 9px 12px;
657
+ line-height: 22px;
658
+ color: #222;
659
+ border: 1px solid rgb(255, 216, 181);
660
+ vertical-align: top;
661
+ }
662
+ #wenyan table th {
663
+ font-weight: bold;
664
+ color: #ffb11b;
665
+ background: #fff9f9;
666
+ }
667
+ #wenyan table tr:nth-child(2n) {
668
+ background: #fff9f9;
669
+ }
670
+ #wenyan pre {
671
+ border-radius: 5px;
672
+ line-height: 2;
673
+ margin: 1em 0.5em;
674
+ padding: .5em;
675
+ box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;
676
+ }
677
+ #wenyan pre code {
678
+ display: block;
679
+ overflow-x: auto;
680
+ margin: .5em;
681
+ padding: 0;
682
+ font-family: var(--monospace-font);
683
+ }
684
+ #wenyan .footnote {
685
+ font-weight: bold;
686
+ color: #e49123;
687
+ }
688
+ #wenyan #footnotes p {
689
+ display: flex;
690
+ margin: 0;
691
+ font-size: 0.9em;
692
+ }
693
+ #wenyan .footnote-num {
694
+ display: inline;
695
+ width: 10%;
696
+ }
697
+ #wenyan .footnote-txt {
698
+ display: inline;
699
+ width: 90%;
700
+ word-wrap: break-word;
701
+ word-break: break-all;
702
+ }
703
+ `},Symbol.toStringTag,{value:"Module"})),u=Object.freeze(Object.defineProperty({__proto__:null,default:`:root {
704
+ --sans-serif-font: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
705
+ --monospace-font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "liberation mono", "courier new", monospace;
706
+ }
707
+ #wenyan {
708
+ font-family: var(--sans-serif-font);
709
+ line-height: 1.75;
710
+ font-size: 16px;
711
+ }
712
+ #wenyan * {
713
+ box-sizing: border-box;
714
+ }
715
+ #wenyan h1,
716
+ #wenyan h2,
717
+ #wenyan h3,
718
+ #wenyan h4,
719
+ #wenyan h5,
720
+ #wenyan h6 {
721
+ font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
722
+ margin: 1em 0;
723
+ }
724
+ #wenyan h1 {
725
+ font-size: 2em;
726
+ font-weight: 700;
727
+ }
728
+ #wenyan h2,
729
+ #wenyan h3 {
730
+ font-size: 1.3em;
731
+ font-weight: 700;
732
+ }
733
+ #wenyan h4,
734
+ #wenyan h5,
735
+ #wenyan h6 {
736
+ font-size: 1.2em;
737
+ font-weight: 700;
738
+ }
739
+ #wenyan p {
740
+ letter-spacing: -0.003em;
741
+ margin: 1em 0;
742
+ }
743
+ #wenyan ul,
744
+ #wenyan ol {
745
+ padding-left: 1.2em;
746
+ }
747
+ #wenyan li {
748
+ margin-left: 1.2em;
749
+ }
750
+ #wenyan img {
751
+ max-width: 100%;
752
+ height: auto;
753
+ margin: 0 auto;
754
+ display: block;
755
+ }
756
+ #wenyan table {
757
+ border-collapse: collapse;
758
+ font-size: 15px;
759
+ margin: 1.4em auto;
760
+ max-width: 100%;
761
+ table-layout: fixed;
762
+ text-align: left;
763
+ width: 100%;
764
+ word-wrap: break-word;
765
+ word-break: break-all;
766
+ }
767
+ #wenyan table th {
768
+ background: #ebeced;
769
+ color: #191b1f;
770
+ font-weight: 500;
771
+ }
772
+ #wenyan table td,
773
+ #wenyan table th {
774
+ border: 1px solid #c4c7ce;
775
+ height: 24px;
776
+ line-height: 24px;
777
+ padding: 3px 12px;
778
+ }
779
+ #wenyan blockquote {
780
+ letter-spacing: -0.003em;
781
+ border-left: 3px solid rgba(0, 0, 0, 0.84);
782
+ padding-left: 20px;
783
+ margin: 0 0 20px 0;
784
+ }
785
+ #wenyan p code {
786
+ padding: 4px 6px;
787
+ font-size: 0.78em;
788
+ border-radius: 3px;
789
+ font-family: var(--monospace-font);
790
+ background-color: #f2f2f2;
791
+ }
792
+ #wenyan pre {
793
+ line-height: 2;
794
+ margin: 1em 0.5em;
795
+ padding: 1em;
796
+ background: #f9f9f9;
797
+ border-radius: 4px;
798
+ border: 1px solid #e5e5e5;
799
+ }
800
+ #wenyan pre code {
801
+ display: block;
802
+ overflow-x: auto;
803
+ margin: .5em;
804
+ padding: 0;
805
+ font-family: var(--monospace-font);
806
+ background: #f9f9f9;
807
+ }
808
+ #wenyan hr {
809
+ border: none;
810
+ border-top: 1px solid #c4c7ce;
811
+ margin: 2em auto;
812
+ max-width: 100%;
813
+ width: 240px;
814
+ }
815
+ /* 链接 */
816
+ #wenyan a {
817
+ word-wrap: break-word;
818
+ color: #000000;
819
+ }
820
+ /* 脚注 */
821
+ #wenyan #footnotes ul {
822
+ font-size: 0.9em;
823
+ margin: 0;
824
+ padding-left: 1.2em;
825
+ }
826
+ #wenyan #footnotes li {
827
+ margin: 0 0 0 1.2em;
828
+ word-wrap: break-word;
829
+ word-break: break-all;
830
+ }
831
+ #wenyan .footnote {
832
+ color: #000000;
833
+ }
834
+ `},Symbol.toStringTag,{value:"Module"})),x=Object.freeze(Object.defineProperty({__proto__:null,default:`/*
835
+ * Typora Theme - Orange Heart / Author - evgo2017
836
+ * https://github.com/evgo2017/typora-theme-orange-heart
837
+ */
838
+
839
+ #wenyan {
840
+ font-family: var(--sans-serif-font);
841
+ line-height: 1.75;
842
+ font-size: 16px;
843
+ }
844
+ #wenyan p,
845
+ #wenyan pre {
846
+ margin: 1em 0;
847
+ }
848
+ #wenyan h1,
849
+ #wenyan h2,
850
+ #wenyan h3,
851
+ #wenyan h4,
852
+ #wenyan h5,
853
+ #wenyan h6 {
854
+ margin: 1.2em 0 1em;
855
+ padding: 0px;
856
+ font-weight: bold;
857
+ }
858
+ #wenyan h1 {
859
+ font-size: 1.5em;
860
+ }
861
+ #wenyan h2 {
862
+ font-size: 1.3em;
863
+ border-bottom: 2px solid rgb(239, 112, 96);
864
+ display: flex;
865
+ }
866
+ #wenyan h2 span {
867
+ display: inline-block;
868
+ font-weight: bold;
869
+ background: rgb(239, 112, 96);
870
+ color: #ffffff;
871
+ padding: 3px 10px 1px;
872
+ border-top-right-radius: 3px;
873
+ border-top-left-radius: 3px;
874
+ margin-right: 3px;
875
+ }
876
+ #wenyan h2::after {
877
+ content: "";
878
+ border-bottom: 36px solid #efebe9;
879
+ border-right: 20px solid transparent;
880
+ align-self: flex-end;
881
+ height: 0;
882
+ }
883
+ #wenyan h3 {
884
+ font-size: 1.3em;
885
+ }
886
+ #wenyan h4 {
887
+ font-size: 1.2em;
888
+ }
889
+ #wenyan h5 {
890
+ font-size: 1.1em;
891
+ }
892
+ #wenyan h6 {
893
+ font-size: 1em;
894
+ }
895
+ #wenyan ul,
896
+ #wenyan ol {
897
+ margin-top: 8px;
898
+ margin-bottom: 8px;
899
+ padding-left: 25px;
900
+ color: black;
901
+ }
902
+ #wenyan ul {
903
+ list-style-type: disc;
904
+ }
905
+ #wenyan ul ul {
906
+ list-style-type: square;
907
+ }
908
+ #wenyan ol {
909
+ list-style-type: decimal;
910
+ }
911
+ #wenyan blockquote {
912
+ margin: 0;
913
+ display: block;
914
+ font-size: 0.9em;
915
+ overflow: auto;
916
+ border-left: 3px solid rgb(239, 112, 96);
917
+ color: #6a737d;
918
+ padding: 10px 10px 10px 20px;
919
+ margin-bottom: 20px;
920
+ margin-top: 20px;
921
+ background: #fff9f9;
922
+ }
923
+ #wenyan a {
924
+ text-decoration: none;
925
+ word-wrap: break-word;
926
+ font-weight: bold;
927
+ color: rgb(239, 112, 96);
928
+ border-bottom: 1px solid rgb(239, 112, 96);
929
+ }
930
+ #wenyan p code,
931
+ #wenyan li code {
932
+ font-size: 0.9em;
933
+ word-wrap: break-word;
934
+ padding: 2px 4px;
935
+ border-radius: 4px;
936
+ margin: 0 2px;
937
+ color: rgb(239, 112, 96);
938
+ background-color: rgba(27, 31, 35, 0.05);
939
+ font-family: var(--monospace-font);
940
+ word-break: break-all;
941
+ }
942
+ #wenyan img {
943
+ max-width: 100%;
944
+ height: auto;
945
+ margin: 0 auto;
946
+ display: block;
947
+ }
948
+ #wenyan span img {
949
+ max-width: 100%;
950
+ display: inline-block;
951
+ border-right: 0px;
952
+ border-left: 0px;
953
+ }
954
+ #wenyan table {
955
+ border-collapse: collapse;
956
+ margin: 1.4em auto;
957
+ max-width: 100%;
958
+ table-layout: fixed;
959
+ text-align: left;
960
+ overflow: auto;
961
+ display: table;
962
+ word-wrap: break-word;
963
+ word-break: break-all;
964
+ }
965
+ #wenyan table td,
966
+ #wenyan table th {
967
+ font-size: 0.75em;
968
+ padding: 9px 12px;
969
+ line-height: 22px;
970
+ color: #222;
971
+ border: 1px solid rgb(239, 112, 96);
972
+ vertical-align: top;
973
+ }
974
+ #wenyan table th {
975
+ font-weight: bold;
976
+ background-color: #fff9f9;
977
+ color: rgb(239, 112, 96);
978
+ }
979
+ #wenyan span code,
980
+ #wenyan li code {
981
+ color: rgb(239, 112, 96);
982
+ }
983
+ #wenyan pre {
984
+ border-radius: 5px;
985
+ line-height: 2;
986
+ margin: 1em 0.5em;
987
+ padding: .5em;
988
+ box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;
989
+ }
990
+ #wenyan pre code {
991
+ display: block;
992
+ margin: .5em;
993
+ padding: 0;
994
+ font-family: var(--monospace-font);
995
+ }
996
+ #wenyan .footnote {
997
+ color: rgb(239, 112, 96);
998
+ }
999
+ #wenyan #footnotes p {
1000
+ display: flex;
1001
+ margin: 0;
1002
+ font-size: 0.9em;
1003
+ }
1004
+ #wenyan .footnote-num {
1005
+ display: inline;
1006
+ width: 10%;
1007
+ }
1008
+ #wenyan .footnote-txt {
1009
+ display: inline;
1010
+ width: 90%;
1011
+ word-wrap: break-word;
1012
+ word-break: break-all;
1013
+ }
1014
+ `},Symbol.toStringTag,{value:"Module"})),j=Object.freeze(Object.defineProperty({__proto__:null,default:`/*
1015
+ * Typora Theme - Phycat / Author - sumruler
1016
+ * https://github.com/sumruler/typora-theme-phycat
1017
+ */
1018
+
1019
+ :root {
1020
+ /* 标题后小图标,借鉴自思源笔记主题——Savor */
1021
+ --h1-r-graphic: url("https://cdn.phycat.cn/img/mdicon/green/h1_icon.svg")
1022
+ no-repeat center;
1023
+ --h2-r-graphic: url("https://cdn.phycat.cn/img/mdicon/green/h2_icon.svg")
1024
+ no-repeat center;
1025
+ --h3-r-graphic: url("https://cdn.phycat.cn/img/mdicon/green/h3_icon.svg")
1026
+ no-repeat center;
1027
+ --h4-r-graphic: url("https://cdn.phycat.cn/img/mdicon/green/h4_icon.svg")
1028
+ no-repeat center;
1029
+ --h5-r-graphic: url("https://cdn.phycat.cn/img/mdicon/green/h5_icon.svg")
1030
+ no-repeat center;
1031
+ --h6-r-graphic: url("https://cdn.phycat.cn/img/mdicon/green/h6_icon.svg")
1032
+ no-repeat center;
1033
+
1034
+ /* 是否开启网格背景?1 是;0 否 */
1035
+ --bg-grid: 0;
1036
+
1037
+ /* 主题颜色 */
1038
+
1039
+ --head-title-color: #3db8bf;
1040
+ /* 标题主色 */
1041
+ --head-title-h2-color: #fff;
1042
+ --head-title-h2-background: linear-gradient(to right, #3db8d3, #80f7c4);
1043
+ /* 二级标题主色,因为二级标题是背景色的,所以单独设置 */
1044
+
1045
+ --element-color: #3db8bf;
1046
+ /* 元素主色 */
1047
+ --element-color-deep: #089ba3;
1048
+ /* 元素深色 */
1049
+ --element-color-shallow: #7aeaf0;
1050
+ /* 元素浅色 */
1051
+ --element-color-so-shallow: #7aeaf077;
1052
+ /* 元素很浅色 */
1053
+ --element-color-soo-shallow: #7aeaf018;
1054
+ /* 元素非常浅色 */
1055
+
1056
+ --element-color-linecode: #089ba3;
1057
+ /* 行内代码文字色 */
1058
+ --element-color-linecode-background: #7aeaf018;
1059
+ /* 行内代码背景色 */
1060
+ }
1061
+ #wenyan {
1062
+ font-size: 14px;
1063
+ font-family:var(--sans-serif-font);
1064
+ margin: 0 auto;
1065
+ padding: 15px;
1066
+ line-height: 1.75;
1067
+ color: #000;
1068
+ letter-spacing: 1.1px;
1069
+ word-break: break-word;
1070
+ word-wrap: break-word;
1071
+ text-align: left;
1072
+ background-image: linear-gradient(90deg,
1073
+ rgba(50, 0, 0, 0.05) calc(3% * var(--bg-grid)),
1074
+ rgba(0, 0, 0, 0) calc(3% * var(--bg-grid))),
1075
+ linear-gradient(360deg,
1076
+ rgba(50, 0, 0, 0.05) calc(3% * var(--bg-grid)),
1077
+ rgba(0, 0, 0, 0) calc(3% * var(--bg-grid)));
1078
+ background-size: 20px 20px;
1079
+ background-position: center center;
1080
+ }
1081
+ #wenyan p {
1082
+ text-align:justify;
1083
+ color: #333;
1084
+ margin: 10px 10px;
1085
+ word-spacing: 2px;
1086
+ }
1087
+ #wenyan h3::after,
1088
+ #wenyan h4::after,
1089
+ #wenyan h5::after,
1090
+ #wenyan h6::after {
1091
+ content: '';
1092
+ margin-left: 0.2em;
1093
+ height: 2em;
1094
+ width: 1.2em;
1095
+ }
1096
+ #wenyan h3::after {
1097
+ background: var(--h3-r-graphic);
1098
+ background-position-y: -2px;
1099
+ }
1100
+ #wenyan h4::after {
1101
+ background: var(--h4-r-graphic);
1102
+ background-position-y: -2px;
1103
+ }
1104
+ #wenyan h5::after {
1105
+ background: var(--h5-r-graphic);
1106
+ background-position-y: -1px;
1107
+ }
1108
+ #wenyan h6::after {
1109
+ background: var(--h6-r-graphic);
1110
+ background-position-y: -1px;
1111
+ }
1112
+ #wenyan h1 {
1113
+ text-align: center;
1114
+ font-weight: bold;
1115
+ font-size: 1.4em;
1116
+ }
1117
+ #wenyan h2 {
1118
+ color: var(--head-title-h2-color);
1119
+ font-size: 1.4em;
1120
+ line-height: 1.6;
1121
+ width: fit-content;
1122
+ font-weight: bold;
1123
+ margin: 20px 0 5px;
1124
+ padding: 1px 12.5px;
1125
+ border-radius: 4px;
1126
+ background: var(--head-title-h2-background);
1127
+ background-size: 200% 100%;
1128
+ background-position: 0% 0%;
1129
+ transition: all ease-in-out 0.1s;
1130
+ }
1131
+ #wenyan h3,h4,h5,h6{
1132
+ font-weight: bold;
1133
+ display: flex;
1134
+ align-items: top;
1135
+ }
1136
+ #wenyan h3 {
1137
+ width: fit-content;
1138
+ margin: 20px 0 5px;
1139
+ font-size: 1.3em;
1140
+ padding-left: 10px;
1141
+ border-left: 5px solid var(--head-title-color);
1142
+ }
1143
+ #wenyan h3 span {
1144
+ border-bottom: 2px hidden var(--head-title-color);
1145
+ }
1146
+ #wenyan h4 {
1147
+ margin: 20px 0 5px;
1148
+ font-size: 1.15em;
1149
+ }
1150
+ #wenyan h4::before {
1151
+ content: '';
1152
+ margin-right: 7px;
1153
+ margin-top: 8px;
1154
+ background-color: var(--head-title-color);
1155
+ width: 10px;
1156
+ height: 10px;
1157
+ border-radius: 100%;
1158
+ border: var(--head-title-color) 1px solid;
1159
+ }
1160
+ #wenyan h5 {
1161
+ margin: 20px 0 5px;
1162
+ font-size: 1.1em;
1163
+ }
1164
+ #wenyan h5::before {
1165
+ content: '';
1166
+ margin-right: 7px;
1167
+ margin-top: 8px;
1168
+ display: inline-block;
1169
+ background-color: #ffffff;
1170
+ width: 10px;
1171
+ height: 10px;
1172
+ border-radius: 100%;
1173
+ border: var(--head-title-color) 2px solid;
1174
+ }
1175
+ #wenyan h6 {
1176
+ margin: 20px 0 5px;
1177
+ font-size: 1.1em;
1178
+ }
1179
+ #wenyan h6::before {
1180
+ content: '⁘';
1181
+ color: var(--head-title-color);
1182
+ margin-right: 7px;
1183
+ }
1184
+
1185
+ #wenyan ol {
1186
+ margin-left: 2px;
1187
+ padding-left: 12px;
1188
+ margin-bottom: 0px;
1189
+ margin-top: 0px;
1190
+ }
1191
+
1192
+ #wenyan ul {
1193
+ list-style-type: disc;
1194
+ margin-bottom: 0px;
1195
+ margin-top: 0px;
1196
+ }
1197
+
1198
+ #wenyan ul ul {
1199
+ list-style-type: circle;
1200
+ }
1201
+
1202
+ #wenyan ul ul ul {
1203
+ list-style-type: square;
1204
+ }
1205
+
1206
+ #wenyan ol {
1207
+ padding-left: 27px;
1208
+ list-style-type: decimal;
1209
+ }
1210
+ #wenyan ol ol {
1211
+ list-style-type: lower-alpha;
1212
+ }
1213
+ #wenyan ol ol ol {
1214
+ list-style-type: lower-roman;
1215
+ }
1216
+
1217
+ #wenyan li {
1218
+ color: #333;
1219
+ margin: 0px 6px;
1220
+ word-spacing: 2px;
1221
+ line-height: 2.5;
1222
+ }
1223
+
1224
+ #wenyan li {
1225
+ position: relative;
1226
+ }
1227
+ #wenyan li > p{
1228
+ margin:0;
1229
+ }
1230
+ #wenyan blockquote {
1231
+ font-size:12px;
1232
+ margin-left: 12px;
1233
+ text-align:justify;
1234
+ padding: 12px;
1235
+ background: var(--element-color-soo-shallow);
1236
+ border: 0px solid var(--element-color);
1237
+ border-left-color: var(--element-color);
1238
+ border-left-width: 4px;
1239
+ border-radius: 4px;
1240
+ line-height: 26px;
1241
+ }
1242
+ #wenyan blockquote p {
1243
+ color: #000;
1244
+ }
1245
+ #wenyan a {
1246
+ color: #000;
1247
+ font-weight: bolder;
1248
+ text-decoration: none;
1249
+ border-bottom: 1px solid #3db8bf;
1250
+ }
1251
+
1252
+ #wenyan strong {
1253
+ color: #000;
1254
+ font-weight: bold;
1255
+ }
1256
+ #wenyan em {
1257
+ font-style: italic;
1258
+ color: #000;
1259
+ }
1260
+ #wenyan del {
1261
+ text-decoration-color: var(--element-color-deep);
1262
+ }
1263
+ #wenyan hr {
1264
+ height: 1px;
1265
+ padding: 0;
1266
+ border: none;
1267
+ border-top: 2px solid var(--head-title-color);
1268
+ }
1269
+ #wenyan img {
1270
+ max-width: 90%;
1271
+ display:block;
1272
+ border-radius: 6px;
1273
+ margin: 10px auto;
1274
+ object-fit: contain;
1275
+ }
1276
+ #wenyan p code {
1277
+ padding: 3px 3px 1px;
1278
+ color: var(--element-color-linecode);
1279
+ background: var(--element-color-linecode-background);
1280
+ border-radius: 3px;
1281
+ font-family: var(--monospace-font);
1282
+ letter-spacing: 0.5px;
1283
+ }
1284
+ #wenyan li code {
1285
+ color: var(--element-color-linecode);
1286
+ }
1287
+ #wenyan pre {
1288
+ border-radius: 5px;
1289
+ line-height: 2;
1290
+ margin: 1em 0.5em;
1291
+ padding: .5em;
1292
+ box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;
1293
+ }
1294
+ #wenyan pre code {
1295
+ font-family: var(--monospace-font);
1296
+ display: block;
1297
+ overflow-x: auto;
1298
+ margin: .5em;
1299
+ padding: 0;
1300
+ }
1301
+ #wenyan table {
1302
+ border-collapse: collapse;
1303
+ margin: 1.4em auto;
1304
+ max-width: 100%;
1305
+ table-layout: fixed;
1306
+ text-align: left;
1307
+ overflow: auto;
1308
+ display: table;
1309
+ word-wrap: break-word;
1310
+ word-break: break-all;
1311
+ }
1312
+ #wenyan table td,
1313
+ #wenyan table th {
1314
+ font-size: 10px;
1315
+ padding: 9px 12px;
1316
+ line-height: 22px;
1317
+ color: #222;
1318
+ border: 1px solid var(--element-color-deep);
1319
+ vertical-align: top;
1320
+ }
1321
+ #wenyan table th {
1322
+ font-weight: bold;
1323
+ background-color: var(--element-color-soo-shallow);
1324
+ color: var(--element-color-deep);
1325
+ }
1326
+
1327
+ #wenyan .footnote {
1328
+ color: var(--primary-color);
1329
+ }
1330
+ #wenyan #footnotes p {
1331
+ display: flex;
1332
+ margin: 0;
1333
+ font-size: 0.9em;
1334
+ }
1335
+ #wenyan .footnote-num {
1336
+ display: inline;
1337
+ width: 10%;
1338
+ }
1339
+ #wenyan .footnote-txt {
1340
+ display: inline;
1341
+ width: 90%;
1342
+ word-wrap: break-word;
1343
+ word-break: break-all;
1344
+ }
1345
+ `},Symbol.toStringTag,{value:"Module"})),k=Object.freeze(Object.defineProperty({__proto__:null,default:`/*
1346
+ * Typora Theme - Pie / Author - kevinzhao2233
1347
+ * https://github.com/kevinzhao2233/typora-theme-pie
1348
+ */
1349
+
1350
+ :root {
1351
+ --mid-1: #ffffff;
1352
+ --mid-7: #8c8c8c;
1353
+ --mid-9: #434343;
1354
+ --mid-10: #262626;
1355
+ --main-1: #fff2f0;
1356
+ --main-4: #f27f79;
1357
+ --main-5: #e6514e;
1358
+ --main-6: #da282a;
1359
+ }
1360
+ #wenyan {
1361
+ font-family: var(--sans-serif-font);
1362
+ line-height: 1.75;
1363
+ color: var(--mid-10);
1364
+ letter-spacing: 0;
1365
+ font-size: 16px;
1366
+ }
1367
+ #wenyan p,
1368
+ #wenyan pre {
1369
+ margin: 1em 0.8em;
1370
+ }
1371
+ #wenyan p {
1372
+ word-spacing: 0.05rem;
1373
+ text-align: justify;
1374
+ }
1375
+ #wenyan a {
1376
+ word-wrap: break-word;
1377
+ color: var(--main-6);
1378
+ text-decoration: none;
1379
+ border-bottom: 1px solid var(--main-6);
1380
+ transition: border-bottom 0.2s;
1381
+ padding: 0 2px;
1382
+ font-weight: 500;
1383
+ text-decoration: none;
1384
+ }
1385
+ #wenyan h1,
1386
+ #wenyan h2,
1387
+ #wenyan h3,
1388
+ #wenyan h4,
1389
+ #wenyan h5,
1390
+ #wenyan h6 {
1391
+ position: relative;
1392
+ margin: 1.2em 0 1em;
1393
+ padding: 0px;
1394
+ font-weight: bold;
1395
+ cursor: text;
1396
+ }
1397
+ #wenyan h2 a,
1398
+ #wenyan h3 a {
1399
+ color: var(--mid-9);
1400
+ }
1401
+ #wenyan h1 {
1402
+ font-size: 1.5em;
1403
+ text-align: center;
1404
+ }
1405
+ #wenyan h1::after {
1406
+ display: block;
1407
+ width: 100px;
1408
+ height: 2px;
1409
+ margin: 0.2em auto 0;
1410
+ content: "";
1411
+ border-bottom: 2px dashed var(--main-6);
1412
+ }
1413
+ #wenyan h2 {
1414
+ padding-left: 6px;
1415
+ margin: 2em auto 1.4em;
1416
+ font-size: 1.3em;
1417
+ border-left: 6px solid var(--main-6);
1418
+ }
1419
+ #wenyan h3 {
1420
+ font-size: 1.2em;
1421
+ }
1422
+ #wenyan h3::before {
1423
+ display: inline-block;
1424
+ width: 6px;
1425
+ height: 6px;
1426
+ margin-right: 6px;
1427
+ margin-bottom: 0.18em;
1428
+ line-height: 1.43;
1429
+ vertical-align: middle;
1430
+ content: "";
1431
+ background-color: var(--main-5);
1432
+ border-radius: 50%;
1433
+ }
1434
+ #wenyan h4 {
1435
+ font-size: 1.2em;
1436
+ }
1437
+ #wenyan h4::before {
1438
+ display: inline-block;
1439
+ width: 6px;
1440
+ height: 2px;
1441
+ margin-right: 8px;
1442
+ margin-bottom: 0.18em;
1443
+ vertical-align: middle;
1444
+ content: "";
1445
+ background-color: var(--main-4);
1446
+ }
1447
+ #wenyan h5 {
1448
+ font-size: 1.2em;
1449
+ }
1450
+ #wenyan h6 {
1451
+ font-size: 1.2em;
1452
+ color: var(--mid-7);
1453
+ }
1454
+ #wenyan li > ol,
1455
+ #wenyan li > ul {
1456
+ margin: 0;
1457
+ }
1458
+ #wenyan hr {
1459
+ box-sizing: content-box;
1460
+ width: 100%;
1461
+ height: 1px;
1462
+ padding: 0;
1463
+ margin: 46px auto 64px;
1464
+ overflow: hidden;
1465
+ background-color: var(--main-4);
1466
+ border: 0;
1467
+ }
1468
+ #wenyan blockquote {
1469
+ position: relative;
1470
+ padding: 24px 16px 12px;
1471
+ margin: 24px 0 36px;
1472
+ font-size: 1em;
1473
+ font-style: normal;
1474
+ line-height: 1.6;
1475
+ color: var(--mid-7);
1476
+ text-indent: 0;
1477
+ border: none;
1478
+ border-left: 2px solid var(--main-6);
1479
+ }
1480
+ #wenyan blockquote blockquote {
1481
+ padding-right: 0;
1482
+ }
1483
+ #wenyan blockquote a {
1484
+ color: var(--mid-7);
1485
+ }
1486
+ #wenyan blockquote::before {
1487
+ position: absolute;
1488
+ top: 0;
1489
+ left: 12px;
1490
+ font-family: Arial, serif;
1491
+ font-size: 2em;
1492
+ font-weight: 700;
1493
+ line-height: 1em;
1494
+ color: var(--main-6);
1495
+ content: "“";
1496
+ }
1497
+ #wenyan table {
1498
+ border-collapse: collapse;
1499
+ margin: 1.4em auto;
1500
+ max-width: 100%;
1501
+ table-layout: fixed;
1502
+ text-align: left;
1503
+ overflow: auto;
1504
+ display: table;
1505
+ word-wrap: break-word;
1506
+ word-break: break-all;
1507
+ }
1508
+ #wenyan table td,
1509
+ #wenyan table th {
1510
+ font-size: 0.75em;
1511
+ padding: 9px 12px;
1512
+ line-height: 22px;
1513
+ vertical-align: top;
1514
+ border: 1px solid var(--main-4);
1515
+ }
1516
+ #wenyan table th {
1517
+ font-weight: bold;
1518
+ color: var(--main-6);
1519
+ background-color: var(--main-1);
1520
+ }
1521
+ #wenyan strong {
1522
+ padding: 0 1px;
1523
+ }
1524
+ #wenyan em {
1525
+ padding: 0 5px 0 2px;
1526
+ }
1527
+ #wenyan p code {
1528
+ padding: 2px 4px 1px;
1529
+ margin: 0 2px;
1530
+ font-family: var(--monospace-font);
1531
+ font-size: 0.92rem;
1532
+ color: var(--main-5);
1533
+ background-color: var(--main-1);
1534
+ border-radius: 3px;
1535
+ }
1536
+ #wenyan p code {
1537
+ vertical-align: 0.5px;
1538
+ }
1539
+ #wenyan .footnote {
1540
+ color: var(--main-5);
1541
+ background-color: var(--main-1);
1542
+ }
1543
+ #wenyan img {
1544
+ max-width: 100%;
1545
+ display: block;
1546
+ margin: 0 auto;
1547
+ border-radius: 4px;
1548
+ }
1549
+ #wenyan pre {
1550
+ border-radius: 5px;
1551
+ line-height: 2;
1552
+ margin: 1em 0.5em;
1553
+ padding: .5em;
1554
+ box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;
1555
+ }
1556
+ #wenyan pre code {
1557
+ display: block;
1558
+ overflow-x: auto;
1559
+ margin: .5em;
1560
+ padding: 0;
1561
+ font-family: var(--monospace-font);
1562
+ }
1563
+ #wenyan .footnote {
1564
+ color: rgb(239, 112, 96);
1565
+ }
1566
+ #wenyan #footnotes p {
1567
+ display: flex;
1568
+ margin: 0;
1569
+ font-size: 0.9em;
1570
+ }
1571
+ #wenyan .footnote-num {
1572
+ display: inline;
1573
+ width: 10%;
1574
+ }
1575
+ #wenyan .footnote-txt {
1576
+ display: inline;
1577
+ width: 90%;
1578
+ word-wrap: break-word;
1579
+ word-break: break-all;
1580
+ }
1581
+ `},Symbol.toStringTag,{value:"Module"})),v=Object.freeze(Object.defineProperty({__proto__:null,default:`/*
1582
+ * Typora Theme - Purple / Author - hliu202
1583
+ * https://github.com/hliu202/typora-purple-theme
1584
+ */
1585
+
1586
+ :root {
1587
+ --title-color: #8064a9;
1588
+ --text-color: #444444;
1589
+ --link-color: #2aa899;
1590
+ --code-color: #745fb5;
1591
+ --shadow-color: #eee;
1592
+ --border-quote: rgba(116, 95, 181, 0.2);
1593
+ --border: #e7e7e7;
1594
+ --link-bottom: #bbb;
1595
+ --shadow: 3px 3px 10px var(--shadow-color);
1596
+ --inline-code-bg: #f4f2f9;
1597
+ --header-weight: normal;
1598
+ }
1599
+ #wenyan {
1600
+ font-family: var(--sans-serif-font);
1601
+ color: var(--text-color);
1602
+ line-height: 1.75;
1603
+ font-size: 16px;
1604
+ }
1605
+ #wenyan a {
1606
+ word-wrap: break-word;
1607
+ border-bottom: 1px solid var(--link-bottom);
1608
+ color: var(--link-color);
1609
+ text-decoration: none;
1610
+ }
1611
+ #wenyan h1,
1612
+ #wenyan h2,
1613
+ #wenyan h3,
1614
+ #wenyan h4,
1615
+ #wenyan h5,
1616
+ #wenyan h6 {
1617
+ margin: 1.2em 0 1em;
1618
+ padding: 0px;
1619
+ font-weight: var(--header-weight);
1620
+ color: var(--title-color);
1621
+ font-family: var(--sans-serif-font);
1622
+ }
1623
+ #wenyan h1 {
1624
+ text-align: center;
1625
+ }
1626
+ #wenyan h1::after {
1627
+ content: "";
1628
+ display: block;
1629
+ margin: 0.2em auto 0;
1630
+ width: 6em;
1631
+ height: 2px;
1632
+ border-bottom: 2px solid var(--title-color);
1633
+ }
1634
+ #wenyan h2 {
1635
+ padding-left: 0.4em;
1636
+ border-left: 0.4em solid var(--title-color);
1637
+ border-bottom: 1px solid var(--title-color);
1638
+ }
1639
+ #wenyan h1 {
1640
+ font-size: 1.5em;
1641
+ }
1642
+ #wenyan h2 {
1643
+ font-size: 1.3em;
1644
+ }
1645
+ #wenyan h3 {
1646
+ font-size: 1.2em;
1647
+ }
1648
+ #wenyan h4 {
1649
+ font-size: 1.2em;
1650
+ }
1651
+ #wenyan h5 {
1652
+ font-size: 1.2em;
1653
+ }
1654
+ #wenyan h6 {
1655
+ font-size: 1.2em;
1656
+ }
1657
+ #wenyan p,
1658
+ #wenyan ul,
1659
+ #wenyan ol {
1660
+ margin: 1em 0.8em;
1661
+ }
1662
+ #wenyan hr {
1663
+ margin: 1.5em auto;
1664
+ border-top: 1px solid var(--border);
1665
+ }
1666
+ #wenyan li > ol,
1667
+ #wenyan li > ul {
1668
+ margin: 0 0;
1669
+ }
1670
+ #wenyan ul,
1671
+ #wenyan ol {
1672
+ padding-left: 2em;
1673
+ }
1674
+ #wenyan ol li,
1675
+ #wenyan ul li {
1676
+ padding-left: 0.1em;
1677
+ }
1678
+ #wenyan blockquote {
1679
+ margin: 0;
1680
+ border-left: 0.3em solid var(--border-quote);
1681
+ padding-left: 1em;
1682
+ }
1683
+ #wenyan table {
1684
+ border-collapse: collapse;
1685
+ margin: 1.4em auto;
1686
+ max-width: 100%;
1687
+ table-layout: fixed;
1688
+ text-align: left;
1689
+ overflow: auto;
1690
+ display: table;
1691
+ word-wrap: break-word;
1692
+ word-break: break-all;
1693
+ }
1694
+ #wenyan table td,
1695
+ #wenyan table th {
1696
+ font-size: 0.75em;
1697
+ padding: 9px 12px;
1698
+ line-height: 22px;
1699
+ color: #222;
1700
+ border: 1px solid var(--border-quote);
1701
+ vertical-align: top;
1702
+ }
1703
+ #wenyan table th {
1704
+ font-weight: bold;
1705
+ color: var(--title-color);
1706
+ background-color: var(--inline-code-bg);
1707
+ }
1708
+ #wenyan strong {
1709
+ padding: 0 2px;
1710
+ font-weight: bold;
1711
+ }
1712
+ #wenyan p code {
1713
+ padding: 2px 4px;
1714
+ border-radius: 0.3em;
1715
+ font-family: var(--monospace-font);
1716
+ font-size: 0.9em;
1717
+ color: var(--code-color);
1718
+ background-color: var(--inline-code-bg);
1719
+ margin: 0 2px;
1720
+ }
1721
+ #wenyan img {
1722
+ max-width: 100%;
1723
+ height: auto;
1724
+ margin: 0 auto;
1725
+ display: block;
1726
+ }
1727
+ #wenyan pre {
1728
+ border-radius: 5px;
1729
+ line-height: 2;
1730
+ margin: 1em 0.5em;
1731
+ padding: .5em;
1732
+ box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;
1733
+ }
1734
+ #wenyan pre code {
1735
+ display: block;
1736
+ overflow-x: auto;
1737
+ margin: .5em;
1738
+ padding: 0;
1739
+ font-family: var(--monospace-font);
1740
+ }
1741
+ #wenyan .footnote {
1742
+ color: var(--code-color);
1743
+ background-color: var(--inline-code-bg);
1744
+ }
1745
+ #wenyan #footnotes p {
1746
+ display: flex;
1747
+ margin: 0;
1748
+ font-size: 0.9em;
1749
+ }
1750
+ #wenyan .footnote-num {
1751
+ display: inline;
1752
+ width: 10%;
1753
+ }
1754
+ #wenyan .footnote-txt {
1755
+ display: inline;
1756
+ width: 90%;
1757
+ word-wrap: break-word;
1758
+ word-break: break-all;
1759
+ }
1760
+ `},Symbol.toStringTag,{value:"Module"})),z=Object.freeze(Object.defineProperty({__proto__:null,default:`/*
1761
+ * Typora Theme - Rainbow / Author - thezbm
1762
+ * https://github.com/thezbm/typora-theme-rainbow
1763
+ */
1764
+
1765
+ :root {
1766
+ --h-border-color: rgb(255, 191, 191);
1767
+ --h-bg-color: rgb(255, 232, 232);
1768
+ --table-border-color: rgb(255, 235, 211);
1769
+ --th-bg-color: rgb(255, 243, 228);
1770
+ --tr-bg-color: rgb(255, 249, 242);
1771
+ --code-bg-color: rgb(247, 247, 247);
1772
+ --block-shadow: 0.15em 0.15em 0.5em rgb(150, 150, 150);
1773
+ }
1774
+ #wenyan {
1775
+ font-family: var(--sans-serif-font);
1776
+ line-height: 1.75;
1777
+ font-size: 16px;
1778
+ }
1779
+ #wenyan p,
1780
+ #wenyan pre {
1781
+ margin: 1em 0.8em;
1782
+ }
1783
+ #wenyan h1,
1784
+ #wenyan h2,
1785
+ #wenyan h3,
1786
+ #wenyan h4,
1787
+ #wenyan h5,
1788
+ #wenyan h6 {
1789
+ margin: 1.2em 0 1em;
1790
+ padding: 0px;
1791
+ font-weight: bold;
1792
+ }
1793
+ #wenyan h1 {
1794
+ font-size: 1.5em;
1795
+ text-align: center;
1796
+ text-shadow: 0.15em 0.15em 0.3em rgb(187, 187, 187);
1797
+ }
1798
+ #wenyan h2 {
1799
+ font-size: 1.3em;
1800
+ background-color: var(--h-bg-color);
1801
+ padding-left: 1em;
1802
+ padding-right: 1em;
1803
+ border-left: 0.5em solid var(--h-border-color);
1804
+ border-radius: 0.4em;
1805
+ }
1806
+ #wenyan h3 {
1807
+ font-size: 1.3em;
1808
+ text-decoration: underline double var(--h-border-color);
1809
+ -webkit-text-decoration: underline double var(--h-border-color);
1810
+ text-decoration-thickness: 0.15em;
1811
+ }
1812
+ #wenyan h4 {
1813
+ font-size: 1.2em;
1814
+ text-decoration: underline dotted var(--h-border-color);
1815
+ -webkit-text-decoration: underline dotted var(--h-border-color);
1816
+ text-decoration-thickness: 0.2em;
1817
+ }
1818
+ #wenyan table {
1819
+ border-collapse: collapse;
1820
+ border: 0.25em solid var(--table-border-color);
1821
+ margin: 1.4em auto;
1822
+ max-width: 100%;
1823
+ table-layout: fixed;
1824
+ text-align: left;
1825
+ overflow: auto;
1826
+ display: table;
1827
+ word-wrap: break-word;
1828
+ word-break: break-all;
1829
+ }
1830
+ #wenyan table th {
1831
+ background-color: var(--th-bg-color);
1832
+ }
1833
+ #wenyan table th,
1834
+ #wenyan table td {
1835
+ font-size: 0.75em;
1836
+ text-align: center;
1837
+ border: 0.13em dashed var(--table-border-color);
1838
+ padding: 0.5em;
1839
+ padding: 9px 12px;
1840
+ line-height: 22px;
1841
+ vertical-align: top;
1842
+ }
1843
+ #wenyan table tr:nth-child(even) {
1844
+ background-color: var(--tr-bg-color);
1845
+ }
1846
+ #wenyan blockquote {
1847
+ font-size: 0.9em;
1848
+ margin: 0 1em;
1849
+ color: rgb(102, 102, 102);
1850
+ border-left: 0.25em solid rgb(169, 202, 255);
1851
+ padding: 0.5em 1em 0.6em 1em;
1852
+ }
1853
+ #wenyan blockquote::before {
1854
+ display: block;
1855
+ height: 2em;
1856
+ width: 1.5em;
1857
+ content: "🌈";
1858
+ font-size: 1.2em;
1859
+ }
1860
+ #wenyan blockquote p {
1861
+ margin: 0;
1862
+ }
1863
+ #wenyan hr {
1864
+ margin-top: 2em;
1865
+ margin-bottom: 2em;
1866
+ background-color: rgb(226, 226, 226);
1867
+ height: 0.13em;
1868
+ border: 0;
1869
+ }
1870
+ #wenyan pre {
1871
+ line-height: 2;
1872
+ padding: .5em;
1873
+ border-radius: 0.4em;
1874
+ box-shadow: var(--block-shadow);
1875
+ }
1876
+ #wenyan pre code {
1877
+ display: block;
1878
+ overflow-x: auto;
1879
+ margin: .5em;
1880
+ padding: 0;
1881
+ font-family: var(--monospace-font);
1882
+ }
1883
+ #wenyan p code {
1884
+ font-family: var(--monospace-font);
1885
+ margin-left: 0.25em;
1886
+ margin-right: 0.25em;
1887
+ padding: 0.05em 0.3em;
1888
+ background-color: var(--code-bg-color);
1889
+ border-radius: 0.4em;
1890
+ box-shadow: 0.13em 0.13em 0.26em rgb(197, 197, 197);
1891
+ font-size: 0.9em;
1892
+ }
1893
+ #wenyan a {
1894
+ word-wrap: break-word;
1895
+ color: rgb(31, 117, 255);
1896
+ }
1897
+ #wenyan img {
1898
+ max-width: 100%;
1899
+ height: auto;
1900
+ margin: 0 auto;
1901
+ display: block;
1902
+ border-radius: 5px;
1903
+ box-shadow: var(--block-shadow);
1904
+ }
1905
+ #wenyan .footnote {
1906
+ color: rgb(31, 117, 255);
1907
+ }
1908
+ #wenyan #footnotes p {
1909
+ display: flex;
1910
+ margin: 0;
1911
+ font-size: 0.9em;
1912
+ }
1913
+ #wenyan .footnote-num {
1914
+ display: inline;
1915
+ width: 10%;
1916
+ }
1917
+ #wenyan .footnote-txt {
1918
+ display: inline;
1919
+ width: 90%;
1920
+ word-wrap: break-word;
1921
+ word-break: break-all;
1922
+ }
1923
+ `},Symbol.toStringTag,{value:"Module"})),_=Object.freeze(Object.defineProperty({__proto__:null,default:`:root {
1924
+ --sans-serif-font: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
1925
+ "Noto Color Emoji";
1926
+ --monospace-font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "liberation mono", "courier new", monospace;
1927
+ }
1928
+ #wenyan {
1929
+ font-family: var(--sans-serif-font);
1930
+ line-height: 1.75;
1931
+ }
1932
+ #wenyan * {
1933
+ box-sizing: border-box;
1934
+ }
1935
+ #wenyan h1,
1936
+ #wenyan h2,
1937
+ #wenyan h3,
1938
+ #wenyan h4,
1939
+ #wenyan h5,
1940
+ #wenyan h6,
1941
+ #wenyan p,
1942
+ #wenyan pre {
1943
+ margin: 1em 0;
1944
+ }
1945
+ #wenyan h1,
1946
+ #wenyan h2,
1947
+ #wenyan h3,
1948
+ #wenyan h4,
1949
+ #wenyan h5,
1950
+ #wenyan h6 {
1951
+ font-size: 18px;
1952
+ line-height: 30px;
1953
+ margin-top: 20px;
1954
+ margin-bottom: 12px;
1955
+ font-weight: 700;
1956
+ position: relative;
1957
+ }
1958
+ #wenyan h1:before,
1959
+ #wenyan h2:before,
1960
+ #wenyan h3:before,
1961
+ #wenyan h4:before,
1962
+ #wenyan h5:before,
1963
+ #wenyan h6:before {
1964
+ content: "";
1965
+ display: inline-block;
1966
+ vertical-align: 1px;
1967
+ width: 16px;
1968
+ height: 20px;
1969
+ margin-right: 6px;
1970
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwLjEgKDg4MTMzKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT7kuInop5LlvaI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0i5LiJ6KeS5b2iIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNNi4zNTc0OTI5Myw0LjQyOTE1NDg4IEwxMC41OTEzMDI1LDExLjQ4NTUwNDIgQzEwLjg3NTQ1MDcsMTEuOTU5MDg0NSAxMC43MjE4ODU2LDEyLjU3MzM0NDggMTAuMjQ4MzA1NCwxMi44NTc0OTI5IEMxMC4wOTI4OSwxMi45NTA3NDIyIDkuOTE1MDUzNTcsMTMgOS43MzM4MDk2MiwxMyBMMS4yNjYxOTAzOCwxMyBDMC43MTM5MDU2MjksMTMgMC4yNjYxOTAzNzksMTIuNTUyMjg0NyAwLjI2NjE5MDM3OSwxMiBDMC4yNjYxOTAzNzksMTEuODE4NzU2MSAwLjMxNTQ0ODIxMiwxMS42NDA5MTk2IDAuNDA4Njk3NDUzLDExLjQ4NTUwNDIgTDQuNjQyNTA3MDcsNC40MjkxNTQ4OCBDNC45MjY2NTUyMywzLjk1NTU3NDYxIDUuNTQwOTE1NDksMy44MDIwMDk1NSA2LjAxNDQ5NTc2LDQuMDg2MTU3NzEgQzYuMTU1MjQ1MzYsNC4xNzA2MDc0NyA2LjI3MzA0MzE2LDQuMjg4NDA1MjcgNi4zNTc0OTI5Myw0LjQyOTE1NDg4IFoiIGZpbGw9IiNGRjVFNUUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuNTAwMDAwLCA4LjAwMDAwMCkgcm90YXRlKC0yNzAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuNTAwMDAwLCAtOC4wMDAwMDApICI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=);
1971
+ background-repeat: no-repeat;
1972
+ background-size: 16px 16px;
1973
+ background-position-y: 6px;
1974
+ }
1975
+ #wenyan ul,
1976
+ #wenyan ol {
1977
+ padding-left: 1.2em;
1978
+ }
1979
+ #wenyan li {
1980
+ margin-left: 1.2em;
1981
+ }
1982
+ #wenyan img {
1983
+ max-width: 100%;
1984
+ height: auto;
1985
+ margin: 0 auto;
1986
+ display: block;
1987
+ }
1988
+ #wenyan table {
1989
+ margin-left: auto;
1990
+ margin-right: auto;
1991
+ border-collapse: collapse;
1992
+ table-layout: fixed;
1993
+ overflow: auto;
1994
+ border-spacing: 0;
1995
+ font-size: 1em;
1996
+ word-wrap: break-word;
1997
+ word-break: break-all;
1998
+ }
1999
+ #wenyan table td,
2000
+ #wenyan table th {
2001
+ height: 40px;
2002
+ padding: 9px 12px;
2003
+ line-height: 22px;
2004
+ color: #222;
2005
+ min-width: 88px;
2006
+ border: 1px solid #d8d8d8;
2007
+ vertical-align: top;
2008
+ }
2009
+ #wenyan blockquote {
2010
+ margin: 0;
2011
+ margin-bottom: 20px;
2012
+ padding: 0 16px;
2013
+ position: relative;
2014
+ color: #999;
2015
+ text-align: justify;
2016
+ }
2017
+ #wenyan blockquote:before {
2018
+ content: " ";
2019
+ left: 0;
2020
+ position: absolute;
2021
+ width: 2px;
2022
+ height: 100%;
2023
+ background: #f2f2f2;
2024
+ }
2025
+ #wenyan p code {
2026
+ font-family: var(--monospace-font);
2027
+ color: #1e6bb8;
2028
+ }
2029
+ /* 代码块 */
2030
+ #wenyan pre {
2031
+ border-radius: 3px;
2032
+ border: 1px solid #e8e8e8;
2033
+ line-height: 2;
2034
+ margin: 1em 0.5em;
2035
+ padding: .5em;
2036
+ }
2037
+ #wenyan pre code {
2038
+ font-family: var(--monospace-font);
2039
+ display: block;
2040
+ overflow-x: auto;
2041
+ margin: .5em;
2042
+ padding: 0;
2043
+ }
2044
+ #wenyan hr {
2045
+ width: 100%;
2046
+ height: 1px;
2047
+ background-color: #e8e8e8;
2048
+ border: none;
2049
+ margin: 20px 0;
2050
+ }
2051
+ /* 链接 */
2052
+ #wenyan a {
2053
+ word-wrap: break-word;
2054
+ color: #0069c2;
2055
+ }
2056
+ /* 脚注 */
2057
+ #wenyan #footnotes ul {
2058
+ font-size: 0.9em;
2059
+ margin: 0;
2060
+ padding-left: 1.2em;
2061
+ }
2062
+ #wenyan #footnotes li {
2063
+ margin: 0 0 0 1.2em;
2064
+ word-wrap: break-word;
2065
+ word-break: break-all;
2066
+ }
2067
+ #wenyan .footnote {
2068
+ color: #0069c2;
2069
+ }
2070
+ `},Symbol.toStringTag,{value:"Module"})),M=Object.freeze(Object.defineProperty({__proto__:null,default:`:root {
2071
+ --sans-serif-font: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
2072
+ "Noto Color Emoji";
2073
+ --monospace-font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "liberation mono", "courier new", monospace;
2074
+ }
2075
+ #wenyan {
2076
+ font-family: var(--sans-serif-font);
2077
+ line-height: 1.75;
2078
+ font-size: 16px;
2079
+ }
2080
+ #wenyan * {
2081
+ box-sizing: border-box;
2082
+ }
2083
+ #wenyan h1,
2084
+ #wenyan h2,
2085
+ #wenyan h3,
2086
+ #wenyan h4,
2087
+ #wenyan h5,
2088
+ #wenyan h6,
2089
+ #wenyan p,
2090
+ #wenyan pre {
2091
+ margin: 1em 0;
2092
+ }
2093
+ #wenyan h1,
2094
+ #wenyan h2 {
2095
+ clear: left;
2096
+ font-size: 1.2em;
2097
+ font-weight: 600;
2098
+ line-height: 1.5;
2099
+ margin-bottom: 1.16667em;
2100
+ margin-top: 2.33333em;
2101
+ }
2102
+ #wenyan h3,
2103
+ #wenyan h4,
2104
+ #wenyan h5,
2105
+ #wenyan h6 {
2106
+ clear: left;
2107
+ font-size: 1.1em;
2108
+ font-weight: 600;
2109
+ line-height: 1.5;
2110
+ margin-bottom: 1.27273em;
2111
+ margin-top: 1.90909em;
2112
+ }
2113
+ #wenyan ul,
2114
+ #wenyan ol {
2115
+ padding-left: 1.2em;
2116
+ }
2117
+ #wenyan li {
2118
+ margin-left: 1.2em;
2119
+ }
2120
+ #wenyan img {
2121
+ max-width: 100%;
2122
+ height: auto;
2123
+ margin: 0 auto;
2124
+ display: block;
2125
+ }
2126
+ #wenyan table {
2127
+ border-collapse: collapse;
2128
+ font-size: 15px;
2129
+ margin: 1.4em auto;
2130
+ max-width: 100%;
2131
+ table-layout: fixed;
2132
+ text-align: left;
2133
+ width: 100%;
2134
+ word-wrap: break-word;
2135
+ word-break: break-all;
2136
+ }
2137
+ #wenyan table th {
2138
+ background: #ebeced;
2139
+ color: #191b1f;
2140
+ font-weight: 500;
2141
+ }
2142
+ #wenyan table td,
2143
+ #wenyan table th {
2144
+ border: 1px solid #c4c7ce;
2145
+ height: 24px;
2146
+ line-height: 24px;
2147
+ padding: 3px 12px;
2148
+ }
2149
+ #wenyan blockquote {
2150
+ border-left: 3px solid #c4c7ce;
2151
+ margin: 1.5em 0;
2152
+ padding: 0 0 1em 1em;
2153
+ color: #535861;
2154
+ }
2155
+ #wenyan code {
2156
+ margin: 0px 2px;
2157
+ padding: 3px 4px;
2158
+ border-radius: 3px;
2159
+ font-family: var(--monospace-font);
2160
+ background-color: rgb(246, 246, 246);
2161
+ }
2162
+ #wenyan pre {
2163
+ word-wrap: normal;
2164
+ background: #f8f8fa;
2165
+ border-radius: 4px;
2166
+ line-height: 2;
2167
+ margin: 1em 0.5em;
2168
+ padding: .5em;
2169
+ white-space: pre;
2170
+ word-break: normal;
2171
+ }
2172
+ #wenyan pre code {
2173
+ display: block;
2174
+ overflow-x: auto;
2175
+ margin: .5em;
2176
+ padding: 0;
2177
+ }
2178
+ #wenyan hr {
2179
+ border: none;
2180
+ border-top: 1px solid #c4c7ce;
2181
+ margin: 2em auto;
2182
+ max-width: 100%;
2183
+ width: 240px;
2184
+ }
2185
+ /* 链接 */
2186
+ #wenyan a {
2187
+ word-wrap: break-word;
2188
+ color: #0069c2;
2189
+ }
2190
+ /* 脚注 */
2191
+ #wenyan #footnotes ul {
2192
+ font-size: 0.9em;
2193
+ margin: 0;
2194
+ padding-left: 1.2em;
2195
+ }
2196
+ #wenyan #footnotes li {
2197
+ margin: 0 0 0 1.2em;
2198
+ word-wrap: break-word;
2199
+ word-break: break-all;
2200
+ }
2201
+ #wenyan .footnote {
2202
+ color: #0069c2;
2203
+ }
2204
+ `},Symbol.toStringTag,{value:"Module"})),T=Object.freeze(Object.defineProperty({__proto__:null,default:"pre{background:#282c34}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}"},Symbol.toStringTag,{value:"Module"})),I=Object.freeze(Object.defineProperty({__proto__:null,default:"pre{background:#fafafa}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#50a14f}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#986801}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#c18401}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}"},Symbol.toStringTag,{value:"Module"})),N=Object.freeze(Object.defineProperty({__proto__:null,default:`pre{background:#282936}
2205
+ /*!
2206
+ Theme: Dracula
2207
+ Author: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
2208
+ License: ~ MIT (or more permissive) [via base16-schemes-source]
2209
+ Maintainer: @highlightjs/core-team
2210
+ Version: 2021.09.0
2211
+ */pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e9e9f4;background:#282936}.hljs ::selection,.hljs::selection{background-color:#4d4f68;color:#e9e9f4}.hljs-comment{color:#626483}.hljs-tag{color:#62d6e8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e9e9f4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ea51b2}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b45bcf}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#00f769}.hljs-strong{font-weight:700;color:#00f769}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ebff87}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#a1efe4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#62d6e8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b45bcf}.hljs-emphasis{color:#b45bcf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#00f769}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}`},Symbol.toStringTag,{value:"Module"})),S=Object.freeze(Object.defineProperty({__proto__:null,default:`pre{background:#0d1117}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
2212
+ Theme: GitHub Dark
2213
+ Description: Dark theme as seen on github.com
2214
+ Author: github.com
2215
+ Maintainer: @Hirse
2216
+ Updated: 2021-05-15
2217
+
2218
+ Outdated base version: https://github.com/primer/github-syntax-dark
2219
+ Current colors taken from GitHub's CSS
2220
+ */.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}`},Symbol.toStringTag,{value:"Module"})),D=Object.freeze(Object.defineProperty({__proto__:null,default:`pre{background:#fff}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
2221
+ Theme: GitHub
2222
+ Description: Light theme as seen on github.com
2223
+ Author: github.com
2224
+ Maintainer: @Hirse
2225
+ Updated: 2021-05-15
2226
+
2227
+ Outdated base version: https://github.com/primer/github-syntax-light
2228
+ Current colors taken from GitHub's CSS
2229
+ */.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
2230
+ `},Symbol.toStringTag,{value:"Module"})),O=Object.freeze(Object.defineProperty({__proto__:null,default:"pre{background:#272822}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#272822;color:#ddd}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-number,.hljs-selector-tag,.hljs-strong,.hljs-tag{color:#f92672}.hljs-code{color:#66d9ef}.hljs-attr,.hljs-attribute,.hljs-link,.hljs-regexp,.hljs-symbol{color:#bf79db}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-emphasis,.hljs-section,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string,.hljs-subst,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#a6e22e}.hljs-class .hljs-title,.hljs-title.class_{color:#fff}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#75715e}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-section,.hljs-selector-id,.hljs-selector-tag,.hljs-title,.hljs-type{font-weight:700}"},Symbol.toStringTag,{value:"Module"})),A=Object.freeze(Object.defineProperty({__proto__:null,default:`pre{background:#002b36}
2231
+ /*!
2232
+ Theme: Solarized Dark
2233
+ Author: Ethan Schoonover (modified by aramisgithub)
2234
+ License: ~ MIT (or more permissive) [via base16-schemes-source]
2235
+ Maintainer: @highlightjs/core-team
2236
+ Version: 2021.09.0
2237
+ */pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#93a1a1;background:#002b36}.hljs ::selection,.hljs::selection{background-color:#586e75;color:#93a1a1}.hljs-comment{color:#657b83}.hljs-tag{color:#839496}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#93a1a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc322f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cb4b16}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b58900}.hljs-strong{font-weight:700;color:#b58900}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#859900}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2aa198}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#268bd2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6c71c4}.hljs-emphasis{color:#6c71c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d33682}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}`},Symbol.toStringTag,{value:"Module"})),L=Object.freeze(Object.defineProperty({__proto__:null,default:`pre{background:#fdf6e3}
2238
+ /*!
2239
+ Theme: Solarized Light
2240
+ Author: Ethan Schoonover (modified by aramisgithub)
2241
+ License: ~ MIT (or more permissive) [via base16-schemes-source]
2242
+ Maintainer: @highlightjs/core-team
2243
+ Version: 2021.09.0
2244
+ */pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#586e75;background:#fdf6e3}.hljs ::selection,.hljs::selection{background-color:#93a1a1;color:#586e75}.hljs-comment{color:#839496}.hljs-tag{color:#657b83}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#586e75}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc322f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cb4b16}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b58900}.hljs-strong{font-weight:700;color:#b58900}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#859900}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2aa198}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#268bd2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6c71c4}.hljs-emphasis{color:#6c71c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d33682}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}`},Symbol.toStringTag,{value:"Module"})),C=Object.freeze(Object.defineProperty({__proto__:null,default:"pre{background:#fff}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.xml .hljs-meta{color:silver}.hljs-comment,.hljs-quote{color:#007400}.hljs-attribute,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#aa0d91}.hljs-template-variable,.hljs-variable{color:#3f6e74}.hljs-code,.hljs-meta .hljs-string,.hljs-string{color:#c41a16}.hljs-link,.hljs-regexp{color:#0e0eff}.hljs-bullet,.hljs-number,.hljs-symbol,.hljs-title{color:#1c00cf}.hljs-meta,.hljs-section{color:#643820}.hljs-built_in,.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-type{color:#5c2699}.hljs-attr{color:#836c28}.hljs-subst{color:#000}.hljs-formula{background-color:#eee;font-style:italic}.hljs-addition{background-color:#baeeba}.hljs-deletion{background-color:#ffc8bd}.hljs-selector-class,.hljs-selector-id{color:#9b703f}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}"},Symbol.toStringTag,{value:"Module"}));return e.getAllHlThemes=g,e.getAllThemes=h,e.hlThemes=a,e.otherThemes=c,e.themes=t,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e})({});