Skip to content

Commit d7a0be7

Browse files
committed
xxg
1 parent 459ceb9 commit d7a0be7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,10 +873,21 @@ export default withPwa(
873873
},
874874
],
875875
},
876+
{
877+
text: "[116] 字符字符串库",
878+
collapsed: true,
879+
items: [
880+
{
881+
text: "11651 烃的化学式",
882+
link: "/教程/题解/语法和标准库/字符字符串库/11651",
883+
},
884+
],
885+
},
876886
{
877887
text: "[117] 数学库",
878888
collapsed: true,
879-
items: [{
889+
items: [
890+
{
880891
text: "11701 割圆术",
881892
link: "/教程/题解/语法和标准库/数学库/11701",
882893
},

0 commit comments

Comments
 (0)