feat: 暂存, 添加ui2
This commit is contained in:
7
insight/readme.md
Normal file
7
insight/readme.md
Normal file
@@ -0,0 +1,7 @@
|
||||
insight
|
||||
|
||||
探索研究
|
||||
|
||||
```
|
||||
npx tsc --declaration --allowJs --emitDeclarationOnly your-file.js
|
||||
```
|
||||
6
insight/test.js
Normal file
6
insight/test.js
Normal file
@@ -0,0 +1,6 @@
|
||||
let a = 1
|
||||
|
||||
export const main = ({b,c}) => {
|
||||
console.log('current a', a);
|
||||
return a++
|
||||
}
|
||||
Reference in New Issue
Block a user