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

- 修改 config/index.ts 中的 projectName 为 shop-taro
- 更新 package.json 中的 name 字段为 shop-taro
- 调整 project.config.json 中的 description 和 projectname 为 shop-taro
- 修改 README.md 中的项目目录名称为 shop-taro
This commit is contained in:
2026-07-13 12:38:10 +08:00
parent 2f12a1fd27
commit 7be334f6b6
4 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ npm run build:[platform]
## 📁 项目结构
```
xinlong-taro/
shop-taro/
├── config/ # Taro 配置文件
│ ├── index.ts # 主配置
│ ├── dev.ts # 开发配置

View File

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

View File

@@ -1,5 +1,5 @@
{
"name": "xinlong-taro",
"name": "shop-taro",
"version": "1.0.0",
"private": true,
"description": "Taro + React + TypeScript 项目框架",

View File

@@ -1,5 +1,5 @@
{
"description": "xinlong-taro 项目配置",
"description": "shop-taro 项目配置",
"setting": {
"urlCheck": false,
"es6": true,
@@ -44,7 +44,7 @@
},
"compileType": "miniprogram",
"appid": "wx75cbc65759eb981a",
"projectname": "xinlong-taro",
"projectname": "shop-taro",
"condition": {},
"simulatorPluginLibVersion": {},
"packOptions": {