We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bac8c21 + 5e3c4fd commit 8fa80c1Copy full SHA for 8fa80c1
1 file changed
.vitepress/config.mts
@@ -166,7 +166,7 @@ export default defineConfig({
166
collapsed: true,
167
link: '/10.object-oriented-intro/',
168
items: [
169
- { text: '类', link: '/10.object-oriented-intro/10.1.class' },
+ { text: '类', link: '/10.object-oriented-intro/10.1.class/' },
170
{ text: '对象', link: '/10.object-oriented-intro/10.2.object' },
171
{ text: '静态成员', link: '/10.object-oriented-intro/10.3.static-members' },
172
{ text: '继承', link: '/10.object-oriented-intro/10.4.inheritance' },
0 commit comments