feat: 暂存, 添加ui2

This commit is contained in:
2024-09-21 22:58:46 +08:00
parent 052dd919cd
commit 4d308921a3
14 changed files with 609 additions and 236 deletions

7
insight/readme.md Normal file
View File

@@ -0,0 +1,7 @@
insight
探索研究
```
npx tsc --declaration --allowJs --emitDeclarationOnly your-file.js
```

6
insight/test.js Normal file
View File

@@ -0,0 +1,6 @@
let a = 1
export const main = ({b,c}) => {
console.log('current a', a);
return a++
}