Skip to content

Commit 3e9b88f

Browse files
committed
docs(readme): update
1 parent 124f64a commit 3e9b88f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.en-US.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ GitHub Repository: [React-Ts-Template](https://github.com/huangmingfu/react-ts-t
3131
- 🛡️ **Type Safety** - Complete TypeScript type definitions for code quality assurance
3232
- 🎨 **Modern CSS** - SCSS preprocessing + BEM naming convention for standardized styling
3333
- 🔧 **Engineering Standards** - ESLint, Prettier, Stylelint, Commitlint and other code quality assurance tools
34-
- 🌍 **Internationalization** - Bilingual documentation for developers worldwide
3534

3635
## 🚀 Quick Start
3736

@@ -88,7 +87,6 @@ pnpm build:pro
8887
│ ├── assets # Static resources
8988
│ ├── components # Reusable components
9089
│ ├── hooks # Custom Hooks
91-
│ ├── layouts # Layout components
9290
│ ├── views # Page components
9391
│ ├── router # Routing configuration
9492
│ ├── services # API encapsulation
@@ -108,7 +106,6 @@ pnpm build:pro
108106

109107
- Built on Vite 7 with millisecond-level cold start time
110108
- Supports code splitting and dynamic imports to optimize first screen loading speed
111-
- Built-in gzip/brotli compression to reduce bundle size
112109

113110
### 🛡️ Complete Type System
114111

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
- 🛡️ **类型安全** - 完整的 TypeScript 类型定义,保障代码质量
3636
- 🎨 **现代 CSS** - SCSS 预编译 + BEM 命名规范,样式管理更规范
3737
- 🔧 **工程化规范** - ESLint、Prettier、Stylelint、Commitlint 等代码质量保障
38-
- 🌍 **国际化支持** - 双语文档,方便国内外开发者使用
3938

4039
## 🚀 快速开始
4140

@@ -92,7 +91,6 @@ pnpm build:pro
9291
│ ├── assets # 静态资源
9392
│ ├── components # 公共组件
9493
│ ├── hooks # 自定义 Hooks
95-
│ ├── layouts # 布局组件
9694
│ ├── views # 页面组件
9795
│ ├── router # 路由配置
9896
│ ├── services # 接口封装
@@ -112,7 +110,6 @@ pnpm build:pro
112110

113111
- 基于 Vite 7 构建,冷启动时间快至毫秒级
114112
- 支持代码分割和动态导入,优化首屏加载速度
115-
- 内置 gzip/brotli 压缩,减小打包体积
116113

117114
### 🛡️ 完善的类型系统
118115

0 commit comments

Comments
 (0)