This commit is contained in:
2025-04-14 18:50:54 +08:00
parent 97ec101001
commit 27a63e4bc7
2 changed files with 2 additions and 3 deletions

1
src/components.d.ts vendored
View File

@@ -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']

View File

@@ -17,10 +17,10 @@ print("结束循环啦!")
绿色箭头表示当前正在执行,红色箭头表示下一步要执行。点击下一步,开始调试。
![](gif1.gif)
![](./gif1.gif)
当然你也可以来回拖动进步条,这样代码就会跟着你的想法,想走到哪一步就走到哪一步。
![](gif2.gif)
![](./gif2.gif)
右侧可以看到当前变量的值。