Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 17, 2024
1 parent fc73ddd commit 4f18d81
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from '@koishijs/vitepress'
import { defineConfig } from '@cordisjs/vitepress'
import { resolve } from 'path'
import { cp, mkdir, rm } from 'fs/promises'
import vueI18n from '@intlify/unplugin-vue-i18n/vite'
Expand Down
9 changes: 0 additions & 9 deletions .vitepress/theme/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,6 @@ html.dark {
}
}

mjx-container {
font-size: 0.95em;
vertical-align: middle;

> svg {
margin-top: -4px;
}
}

@media (max-width: 640px) {
.vp-doc .custom-block {
div[class*='language-'] {
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineTheme } from '@koishijs/vitepress/client'
import { defineTheme } from '@cordisjs/vitepress/client'
import { defineAsyncComponent } from 'vue'
import Empty from './components/empty.vue'
import Markdown from 'marked-vue'
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<script lang="ts" setup>
import { Layout } from '@koishijs/vitepress/client'
import { Layout } from '@cordisjs/vitepress/client'
import { useData } from 'vitepress'
import { computed, provide, watch } from 'vue'
import { useI18n } from 'vue-i18n'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vitepress build ."
},
"devDependencies": {
"@cordisjs/vitepress": "^3.2.4",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@koishijs/components": "^1.5.6",
"@koishijs/core": "^4.16.4",
"@koishijs/dns": "^1.0.1",
"@koishijs/market": "^4.2.0",
"@koishijs/market": "^4.2.1",
"@koishijs/registry": "^7.0.0",
"@koishijs/vitepress": "^3.2.2",
"@types/node": "^20.10.2",
"@types/spark-md5": "^3.0.4",
"@vueuse/core": "^10.6.1",
Expand Down
1 change: 1 addition & 0 deletions zh-CN/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ Koishi 官方提供了许多插件。为了更好地模块化开发,它们被
- [@koishijs/plugin-hmr](./develop/hmr.md):模块热替换
- [@koishijs/plugin-mock](./develop/mock.md):测试工具
- [@koishijs/plugin-notifier](./develop/notifier.md):通知服务
- [@koishijs/plugin-server](./develop/server.md):服务器
- [@koishijs/plugin-server-satori](./develop/server-satori.md):API 服务器
- [@koishijs/plugin-server-temp](./develop/server-temp.md):临时服务器

0 comments on commit 4f18d81

Please sign in to comment.