docs(enum): fixed #122
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled

This commit is contained in:
ruanyf
2024-09-29 19:29:11 +08:00
parent f68cdbc910
commit 5c56fd550e
2 changed files with 2 additions and 2 deletions

View File

@@ -312,7 +312,7 @@ enum Foo {
// 等同于
enum Foo {
A,
B = 1
B = 1,
C = 2
}
```

View File

@@ -22,6 +22,6 @@
"dependencies": {
"gh-pages": "6.x",
"loppo": "^0.6.25",
"loppo-theme-wangdoc": "^0.7.1"
"loppo-theme-wangdoc": "^0.7.3"
}
}