Skip to content

Commit

Permalink
fix: @nolebase/ui-asciinema
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Jul 31, 2024
1 parent aca7c8d commit 8db1432
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@iconify-json/simple-icons": "^1.1.111",
"@iconify-json/twemoji": "^1.1.15",
"@nolebase/ui": "^2.3.0",
"@nolebase/ui-asciinema": "^2.3.0",
"@nolebase/vitepress-plugin-enhanced-mark": "^2.3.0",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.3.0",
"@nolebase/vitepress-plugin-git-changelog": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ features:
---

<script setup>
import { NuAsciinemaPlayer } from '@nolebase/ui'
import { NuAsciinemaPlayer } from '@nolebase/ui-asciinema'
</script>

### Getting started
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/zh-CN/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ features:
---

<script setup>
import { NuAsciinemaPlayer } from '@nolebase/ui'
import { NuAsciinemaPlayer } from '@nolebase/ui-asciinema'
</script>

### 开始
Expand Down
42 changes: 42 additions & 0 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8db1432

Please sign in to comment.