We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cee54 commit eafc2a4Copy full SHA for eafc2a4
docs/.vitepress/config.js
@@ -60,7 +60,7 @@ export default defineConfig({
60
text: '数据结构',
61
collapsed: false,
62
items: [
63
- // { text: '列表', link: '/guide/lists' },
+ { text: '列表', link: '/guide/lists' },
64
// { text: '元组', link: '/guide/tuples' },
65
// { text: '字典', link: '/guide/dictionaries' },
66
// { text: '集合', link: '/guide/sets' },
0 commit comments