Skip to content

Commit ba7aaa9

Browse files
author
sky.sun
committed
doc: 字符串和布尔值
1 parent e30f2c7 commit ba7aaa9

3 files changed

Lines changed: 670 additions & 1 deletion

File tree

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default defineConfig({
5151
items: [
5252
{ text: '字符串', link: '/guide/strings' },
5353
{ text: '数字', link: '/guide/numbers' },
54-
// { text: '布尔值', link: '/guide/booleans' },
54+
{ text: '布尔值', link: '/guide/booleans' },
5555
]
5656
},
5757
// {

0 commit comments

Comments
 (0)