1
0
mirror of synced 2026-05-20 17:28:42 +08:00

feat: 新增数据源

This commit is contained in:
roymondchen
2023-05-29 11:33:44 +08:00
parent d0ec2fd588
commit aac478eebc
94 changed files with 3601 additions and 765 deletions

View File

@@ -1,5 +1,5 @@
import path from 'path';
import { defineConfig, DefaultTheme } from 'vitepress'
import { defineConfig } from 'vitepress'
export default defineConfig({
title: 'tmagic-editor',
@@ -14,6 +14,10 @@ export default defineConfig({
themeConfig: {
logo: './favicon.png',
search: {
provider: 'local'
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/Tencent/tmagic-editor' }
],