This commit is contained in:
krahets
2023-07-26 15:34:46 +08:00
parent f8f7086196
commit 7351ec70a6
53 changed files with 439 additions and 329 deletions

View File

@@ -69,7 +69,7 @@ comments: true
*/
```
=== "JavaScript"
=== "JS"
```javascript title=""
/* 标题注释,用于标注函数、类、测试样例等 */
@@ -82,7 +82,7 @@ comments: true
*/
```
=== "TypeScript"
=== "TS"
```typescript title=""
/* 标题注释,用于标注函数、类、测试样例等 */