chore(config): 更新项目名称为 xinlong-taro

- 修改 config/index.ts 中的 projectName 字段
- 更新 package.json 的 name 字段
- 调整 project.config.json 中 description 和 projectname 为新名称
- 修改 README.md 中项目目录名称为 xinlong-taro
This commit is contained in:
2026-07-04 13:21:38 +08:00
parent 1729ef3ae4
commit 201f90c6ad
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ import { getEnvConfig } from './env.js'
export default defineConfig<'webpack5'>(async (merge, { mode }) => {
const baseConfig: UserConfigExport<'webpack5'> = {
// 项目配置
projectName: 'shop-taro',
projectName: 'xinlong-taro',
date: '2026-5-10',
designWidth: 750,
deviceRatio: {