From b28521018201bedb05555e8105d87183f726533b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Thu, 16 Jul 2026 21:41:14 +0800 Subject: [PATCH] =?UTF-8?q?chore(project):=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=90=8D=E7=A7=B0=E5=8F=8A=E7=9B=B8=E5=85=B3=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将项目名称由 "Paopao Taro" 修改为 "Websopy Inc." - 修改首页标题为 "Websopy Inc." - 更新余额接口调用由 paopao-api 变更为 shop-api - 调整订单页面项目名称显示为 "WebSopy Inc." - 变更README文件项目名称为 Shop-Taro - 项目框架 --- README.md | 2 +- src/api/system/user/balance.ts | 2 +- src/api/system/user/index.ts | 2 +- src/app.config.ts | 2 +- src/index.html | 2 +- src/pages/order/order.tsx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2635d5..c1a4e7a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Paopao Taro - 项目框架 +# Shop-Taro - 项目框架 基于 Taro 4.0.8 + React 18.3.1 + TypeScript 5.7.2 的跨端开发框架 diff --git a/src/api/system/user/balance.ts b/src/api/system/user/balance.ts index 0d47240..d75fac1 100644 --- a/src/api/system/user/balance.ts +++ b/src/api/system/user/balance.ts @@ -4,7 +4,7 @@ import type { UserBalance } from './model' /** * 获取当前用户余额信息(跨库读取 gxwebsoft_core.sys_user) - * 通过 paopao-api 本地 /auth/user-balance 接口,无需跨域请求 core 系统 + * 通过 shop-api 本地 /auth/user-balance 接口,无需跨域请求 core 系统 */ export async function getUserBalance(): Promise { const res = await request.get>( diff --git a/src/api/system/user/index.ts b/src/api/system/user/index.ts index 05a8e02..780a26e 100644 --- a/src/api/system/user/index.ts +++ b/src/api/system/user/index.ts @@ -229,7 +229,7 @@ export async function checkExistence( } /** - * 统计用户余额(使用 paopao-api) + * 统计用户余额(使用 shop-api) */ export async function countUserBalance(params?: UserParam) { const res = await request.get>( diff --git a/src/app.config.ts b/src/app.config.ts index b946cd6..f137e77 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -133,7 +133,7 @@ export default { window: { backgroundTextStyle: 'light', navigationBarBackgroundColor: '#fff', - navigationBarTitleText: 'Paopao Taro', + navigationBarTitleText: 'Websopy Inc.', navigationBarTextStyle: 'black', backgroundColor: '#f8f8f8', }, diff --git a/src/index.html b/src/index.html index c1d7b6c..0868de9 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ - Paopao Taro + Websopy Inc. <% if (typeof script !== 'undefined' && script) { %><% } %> diff --git a/src/pages/order/order.tsx b/src/pages/order/order.tsx index ad84078..903831b 100644 --- a/src/pages/order/order.tsx +++ b/src/pages/order/order.tsx @@ -24,7 +24,7 @@ export default function Order() { - +