chore: changeset for framework package configs (#347)

* chore: add changeset for framework package configs

* fix(docs): 修复 VitePress 配置中的包路径
This commit is contained in:
YHH
2025-12-26 18:13:12 +08:00
committed by GitHub
parent 5cb83f0743
commit ede440d277
2 changed files with 10 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import { fileURLToPath } from 'url'
const __dirname = dirname(fileURLToPath(import.meta.url))
const corePackageJson = JSON.parse(
readFileSync(join(__dirname, '../../packages/core/package.json'), 'utf-8')
readFileSync(join(__dirname, '../../packages/framework/core/package.json'), 'utf-8')
)
// Import i18n messages