You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 快速开始
|
|
|
|
|
|
|
|
<span>
|
|
|
|
<a class="route-link" href="/io.sc.platform.developer.doc/">
|
|
|
|
<img class="vp-site-logo" src="/io.sc.platform.developer.doc/logo.svg" alt="开发者帮助文档"/>
|
|
|
|
<span class="vp-site-name vp-hide-mobile" aria-hidden="true">开发者帮助文档</span>
|
|
|
|
</a>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
```ts title=".vuepress/config.ts"
|
|
|
|
import { defaultTheme } from '@vuepress/theme-default'
|
|
|
|
import { defineUserConfig } from 'vuepress'
|
|
|
|
|
|
|
|
export default defineUserConfig({
|
|
|
|
title: '你好, VuePress',
|
|
|
|
|
|
|
|
theme: defaultTheme({
|
|
|
|
logo: 'https://vuejs.org/images/logo.png',
|
|
|
|
}),
|
|
|
|
})
|
|
|
|
```
|
|
|
|
|
|
|
|
VuePress 2 已经发布 :tada: !
|
|
|
|
<w-grid :auto-fetch-data="false"/>
|
|
|
|
VuePress 2 已经发布 :tada: !
|