Skip to content

Commit

Permalink
feat(client)!: refine props
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 15, 2025
1 parent 0e8aa74 commit 2d705a9
Show file tree
Hide file tree
Showing 19 changed files with 169 additions and 1,582 deletions.
9 changes: 9 additions & 0 deletions docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ export default defineUserConfig({
},
}),

markdown: {
importCode: {
handleImportPath: (str) =>
str === '@waline/api/types'
? path.resolve(__dirname, '../../../packages/api/dist/api.d.ts')
: str,
},
},

theme,

alias: {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/en/migration/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The following options have long been marked as deprecated APIs in V1, they have
- `avatarForce`: refresh by default
- `anonymous`: use `login`
- `mathTagSupport`: use `texRenderer`
- `copyRight`: use `copyright`
- `copyRight`: use `noCopyright`

## Other changes

Expand Down
Loading

0 comments on commit 2d705a9

Please sign in to comment.