From 27a63e4bc7298a092f501f231a080d26997e9b28 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Mon, 14 Apr 2025 18:50:54 +0800 Subject: [PATCH] fix --- src/components.d.ts | 1 - src/learn/07/index.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index 2ef7760..0034c69 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -34,7 +34,6 @@ declare module 'vue' { NGrid: typeof import('naive-ui')['NGrid'] NH1: typeof import('naive-ui')['NH1'] NH2: typeof import('naive-ui')['NH2'] - NH3: typeof import('naive-ui')['NH3'] NH4: typeof import('naive-ui')['NH4'] NIcon: typeof import('naive-ui')['NIcon'] NInput: typeof import('naive-ui')['NInput'] diff --git a/src/learn/07/index.md b/src/learn/07/index.md index 174b905..7b05af3 100644 --- a/src/learn/07/index.md +++ b/src/learn/07/index.md @@ -17,10 +17,10 @@ print("结束循环啦!") 绿色箭头表示当前正在执行,红色箭头表示下一步要执行。点击下一步,开始调试。 -![](gif1.gif) +![](./gif1.gif) 当然你也可以来回拖动进步条,这样代码就会跟着你的想法,想走到哪一步就走到哪一步。 -![](gif2.gif) +![](./gif2.gif) 右侧可以看到当前变量的值。