Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/upstream'
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Nov 10, 2024
2 parents 77bb329 + fbde6c5 commit f64a293
Show file tree
Hide file tree
Showing 11 changed files with 700 additions and 617 deletions.
8 changes: 1 addition & 7 deletions .vitepress/components/FeaturesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
通用的配置、转换器、解析器和插件。
</ListItem>
<ListItem>使用与你的应用相同的设置来运行测试!</ListItem>
<ListItem>
<a
target="_blank"
href="https://twitter.com/antfu7/status/1468233216939245579"
rel="noopener noreferrer"
>智能文件监听模式,就像是测试的 HMR!</a>
</ListItem>
<ListItem>智能文件监听模式,就像是测试的 HMR!</ListItem>
<ListItem>支持对 Vue、React、Svelte、Lit等框架进行组件测试。</ListItem>
<ListItem>开箱即用的 TypeScript / JSX 支持</ListItem>
<ListItem>ESM 优先,支持模块顶级 await</ListItem>
Expand Down
12 changes: 4 additions & 8 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs'
import { version } from '../package.json'
import { teamMembers } from './contributors'
import {
bluesky,
contributing,
discord,
font,
Expand All @@ -13,7 +14,6 @@ import {
ogImage,
ogUrl,
releases,
twitter,
vitestDescription,
vitestName,
} from './meta'
Expand Down Expand Up @@ -152,9 +152,9 @@ export default ({ mode }: { mode: string }) => {
// },

socialLinks: [
// { icon: 'mastodon', link: mastodon },
// { icon: 'x', link: twitter },
// { icon: 'discord', link: discord },
{ icon: 'bluesky', link: bluesky },
{ icon: 'mastodon', link: mastodon },
{ icon: 'discord', link: discord },
{ icon: 'github', link: github },
],

Expand Down Expand Up @@ -193,10 +193,6 @@ export default ({ mode }: { mode: string }) => {
text: 'Mastodon',
link: mastodon,
},
{
text: 'Twitter',
link: twitter,
},
{
text: 'Discord 聊天室',
link: discord,
Expand Down
Loading

0 comments on commit f64a293

Please sign in to comment.