feat: vue3渲染适配器

This commit is contained in:
wangxuefeng
2025-03-12 18:10:47 +08:00
parent bcdb4e8c95
commit 5f8609fc02
20 changed files with 398 additions and 150 deletions

View File

@@ -2,7 +2,7 @@ import type { DefaultTheme } from 'vitepress';
import { defineConfig } from 'vitepress';
import { version } from '../../../package.json';
import { version } from '../../../../package.json';
export const en = defineConfig({
description: 'y-code-platform & Enterprise level management system framework',

View File

@@ -2,7 +2,7 @@ import type { DefaultTheme } from 'vitepress';
import { defineConfig } from 'vitepress';
import { version } from '../../../package.json';
import { version } from '../../../../package.json';
export const zh = defineConfig({
description: '悦码 & 低代码管理系统',