Merge remote-tracking branch 'origin/main'

This commit is contained in:
Suomm 2024-03-02 22:45:08 +08:00
commit 323b0d9ac1

View File

@ -11,8 +11,8 @@ export default defineConfig({
// logo: '/assets/images/logo02.png', // logo: '/assets/images/logo02.png',
themeConfig: { themeConfig: {
outline:{ outline: {
label:"章节" label: "章节"
}, },
search: { search: {
provider: 'local' provider: 'local'
@ -30,7 +30,8 @@ export default defineConfig({
{text: '帮助文档', link: '/zh/intro/what-is-mybatisflex'}, {text: '帮助文档', link: '/zh/intro/what-is-mybatisflex'},
{text: '🆘 常见问题', link: '/zh/faq'}, {text: '🆘 常见问题', link: '/zh/faq'},
{text: '周边 / 视频教程', link: '/zh/awesome-things'}, {text: '周边 / 视频教程', link: '/zh/awesome-things'},
{text: 'ChangeLog', link: '/zh/changes'}, {text: '更新日志', link: '/zh/changes'},
{text: 'JavaDoc', link: 'https://apidoc.gitee.com/mybatis-flex/mybatis-flex/'},
{ {
text: '获取源码', items: [ text: '获取源码', items: [
{text: 'Gitee', link: 'https://gitee.com/mybatis-flex/mybatis-flex'}, {text: 'Gitee', link: 'https://gitee.com/mybatis-flex/mybatis-flex'},