Skip to content

Commit

Permalink
chore: enhance typings
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 19, 2022
1 parent 99b2183 commit bda7461
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/client/app/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/assets/koishi.png" />
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Expand Up @@ -44,11 +44,11 @@
"element-plus": "2.2.17",
"marked": "^4.0.18",
"ns-require": "^1.1.4",
"sass": "^1.54.0",
"sass": "^1.55.0",
"schemastery": "^3.5.4",
"schemastery-vue": "^1.3.2",
"vite": "^3.0.4",
"vue": "^3.2.40",
"vue": "^3.2.41",
"vue-router": "^4.1.3"
},
"yakumo": {
Expand Down
2 changes: 2 additions & 0 deletions packages/console/src/shared/index.ts
Expand Up @@ -10,6 +10,8 @@ export interface AbstractWebSocket {
onmessage(event: any): void
onclose(event: any): void
send(data: string): void
addEventListener(event: string, listener: (event: any) => void): void
removeEventListener(event: string, listener: (event: any) => void): void
}

type NestedServices = {
Expand Down

0 comments on commit bda7461

Please sign in to comment.