Skip to content

Commit 171fbb0

Browse files
committed
readme/doc
1 parent d3d871d commit 171fbb0

36 files changed

+2225
-1968
lines changed

docs/assets/hierarchy.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/highlight.css

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,8 @@
1515
--dark-hl-6: #569CD6;
1616
--light-hl-7: #267F99;
1717
--dark-hl-7: #4EC9B0;
18-
--light-hl-8: #800000;
19-
--dark-hl-8: #808080;
20-
--light-hl-9: #800000;
21-
--dark-hl-9: #569CD6;
22-
--light-hl-10: #E50000;
23-
--dark-hl-10: #9CDCFE;
24-
--light-hl-11: #0000FF;
25-
--dark-hl-11: #CE9178;
26-
--light-hl-12: #000000;
27-
--dark-hl-12: #C8C8C8;
18+
--light-hl-8: #000000;
19+
--dark-hl-8: #C8C8C8;
2820
--light-code-background: #FFFFFF;
2921
--dark-code-background: #1E1E1E;
3022
}
@@ -39,10 +31,6 @@
3931
--hl-6: var(--light-hl-6);
4032
--hl-7: var(--light-hl-7);
4133
--hl-8: var(--light-hl-8);
42-
--hl-9: var(--light-hl-9);
43-
--hl-10: var(--light-hl-10);
44-
--hl-11: var(--light-hl-11);
45-
--hl-12: var(--light-hl-12);
4634
--code-background: var(--light-code-background);
4735
} }
4836

@@ -56,10 +44,6 @@
5644
--hl-6: var(--dark-hl-6);
5745
--hl-7: var(--dark-hl-7);
5846
--hl-8: var(--dark-hl-8);
59-
--hl-9: var(--dark-hl-9);
60-
--hl-10: var(--dark-hl-10);
61-
--hl-11: var(--dark-hl-11);
62-
--hl-12: var(--dark-hl-12);
6347
--code-background: var(--dark-code-background);
6448
} }
6549

@@ -73,10 +57,6 @@
7357
--hl-6: var(--light-hl-6);
7458
--hl-7: var(--light-hl-7);
7559
--hl-8: var(--light-hl-8);
76-
--hl-9: var(--light-hl-9);
77-
--hl-10: var(--light-hl-10);
78-
--hl-11: var(--light-hl-11);
79-
--hl-12: var(--light-hl-12);
8060
--code-background: var(--light-code-background);
8161
}
8262

@@ -90,10 +70,6 @@
9070
--hl-6: var(--dark-hl-6);
9171
--hl-7: var(--dark-hl-7);
9272
--hl-8: var(--dark-hl-8);
93-
--hl-9: var(--dark-hl-9);
94-
--hl-10: var(--dark-hl-10);
95-
--hl-11: var(--dark-hl-11);
96-
--hl-12: var(--dark-hl-12);
9773
--code-background: var(--dark-code-background);
9874
}
9975

@@ -106,8 +82,4 @@
10682
.hl-6 { color: var(--hl-6); }
10783
.hl-7 { color: var(--hl-7); }
10884
.hl-8 { color: var(--hl-8); }
109-
.hl-9 { color: var(--hl-9); }
110-
.hl-10 { color: var(--hl-10); }
111-
.hl-11 { color: var(--hl-11); }
112-
.hl-12 { color: var(--hl-12); }
11385
pre, code { background: var(--code-background); }

docs/assets/icons.js

Lines changed: 17 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/assets/main.js

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)