Skip to content

Commit

Permalink
feat: update client and api files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 14, 2023
1 parent ced618a commit 2ffd789
Show file tree
Hide file tree
Showing 18 changed files with 3,068 additions and 1,698 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ overrides:
leadingUnderscore: allow
trailingUnderscore: allow

- selector: import
format:
- PascalCase
- camelCase

- selector: typeLike
format:
- PascalCase
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"dev": "vuepress dev src"
},
"devDependencies": {
"@fancyapps/ui": "5.0.28",
"@fancyapps/ui": "5.0.30",
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"@waline/client": "workspace:*",
"marked": "11.0.0",
"marked": "11.1.0",
"mathjax-full": "3.2.2",
"vue": "3.3.10",
"vue": "3.3.11",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-redirect": "2.0.0-rc.2",
"vuepress-plugin-remove-pwa": "2.0.0-rc.2",
"vuepress-shared": "2.0.0-rc.2",
"vuepress-theme-hope": "2.0.0-rc.2"
"vuepress-plugin-redirect": "2.0.0-rc.4",
"vuepress-plugin-remove-pwa": "2.0.0-rc.4",
"vuepress-shared": "2.0.0-rc.4",
"vuepress-theme-hope": "2.0.0-rc.4"
}
}
2 changes: 2 additions & 0 deletions docs/src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const zhNavbarConfig = navbar([
icon: 'reference',
prefix: '/reference/',
children: [
'api/',
{
text: '客户端',
prefix: 'client/',
Expand Down Expand Up @@ -55,6 +56,7 @@ export const enNavbarConfig = navbar([
icon: 'reference',
prefix: '/en/reference/',
children: [
'api/',
{
text: 'Client',
prefix: 'client/',
Expand Down
2 changes: 2 additions & 0 deletions docs/src/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const zhSidebarConfig = sidebar({
icon: 'reference',
prefix: 'reference/',
children: [
'api/',
{
text: '客户端',
icon: 'client',
Expand Down Expand Up @@ -235,6 +236,7 @@ export const enSidebarConfig = sidebar({
icon: 'reference',
prefix: 'reference/',
children: [
'api/',
{
text: 'Client',
icon: 'client',
Expand Down
Loading

0 comments on commit 2ffd789

Please sign in to comment.