Skip to content

Commit 8fa80c1

Browse files
authored
Merge pull request #5 from moluopro/main
修复面向对象的类一节无法访问的问题
2 parents bac8c21 + 5e3c4fd commit 8fa80c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default defineConfig({
166166
collapsed: true,
167167
link: '/10.object-oriented-intro/',
168168
items: [
169-
{ text: '类', link: '/10.object-oriented-intro/10.1.class' },
169+
{ text: '类', link: '/10.object-oriented-intro/10.1.class/' },
170170
{ text: '对象', link: '/10.object-oriented-intro/10.2.object' },
171171
{ text: '静态成员', link: '/10.object-oriented-intro/10.3.static-members' },
172172
{ text: '继承', link: '/10.object-oriented-intro/10.4.inheritance' },

0 commit comments

Comments
 (0)