We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9152d6b commit b668510Copy full SHA for b668510
1 file changed
.vitepress/config.mts
@@ -81,7 +81,7 @@ export default defineConfig({
81
{
82
text: '数据转换',
83
items: [
84
- { text: '安全转换 (推荐)', link: '/api/#安全转换方法推荐' },
+ { text: '安全转换 (推荐)', link: '/api/#安全转换方法-推荐' },
85
{ text: '严格转换', link: '/api/#严格转换方法' },
86
{ text: '切片转换', link: '/api/#toslice系列方法' }
87
]
0 commit comments