Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp committed Jan 5, 2024
1 parent bf1de62 commit a7cad5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vitepress/theme/styles/vars.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: zh-cn-min;
src: url('/docs/fonts/zh-cn-min.woff');
src: url('../../../src/public/fonts/zh-cn-min.woff');
}

/**
Expand Down
8 changes: 4 additions & 4 deletions src/staff/staffPage.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<script setup lang="ts">
import { useData } from 'vitepress'
import StaffHero from './staffHero.vue'
import StaffList from './staffList.vue'
import StaffHero from './StaffHero.vue'
import StaffList from './StaffList.vue'
import staffTranslate from './staff-translate.json'
import staffPin from './staff-pin.json'
import staffClient from './staff-client.json'
import staffWeb from './staff-web.json'
// import staffClient from './staff-client.json'
// import staffWeb from './staff-web.json'
import staffCommunity from './staff-community.json'
import type { Member } from './Member'
const { theme } = useData()
Expand Down

0 comments on commit a7cad5a

Please sign in to comment.