-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da5b4d7
commit 5f245ca
Showing
59 changed files
with
1,319 additions
and
1,377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
--- | ||
name: 产品功能需求及建议 | ||
about: 提供新功能的建议 | ||
|
||
--- | ||
|
||
**您提出的功能是否和您遇到的问题有关,请描述该问题** | ||
|
||
|
||
**您是否有建议的实现方案** | ||
|
||
|
||
**其它帮助我们理解您需求的描述、截图** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,18 @@ | ||
--- | ||
name: Bug反馈 | ||
about: 为了更快速的定位您的问题,请提供详细的BUG描述。 | ||
|
||
--- | ||
|
||
**BUG描述** | ||
|
||
**BUG 描述** | ||
|
||
**复现步骤** | ||
|
||
|
||
**期望结果** | ||
|
||
|
||
**实际结果** | ||
|
||
|
||
**截图** | ||
|
||
|
||
**环境** | ||
|
||
|
||
**附加信息** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
## Taro快速开发模版 | ||
## Taro 快速开发模版 | ||
|
||
### 选型 | ||
|
||
Taro + React + Less | ||
|
||
### 特性 | ||
|
||
- 非UI全局缓存能力 | ||
- UI全局缓存能力 | ||
- 非 UI 全局缓存能力 | ||
- UI 全局缓存能力 | ||
|
||
### 规范 | ||
|
||
|
@@ -20,7 +20,6 @@ Commitlint + Husky + lint-staged + Prettier + Eslint + Stylelint + TSC | |
|
||
Prettier - Code formatter + Eslint + stylelint | ||
|
||
|
||
### 工程使用 | ||
|
||
git clone [email protected]:AntmJS/temptaro.git | ||
|
@@ -47,23 +46,23 @@ project.weapp.json - projectname description | |
|
||
project.tt.json - projectname description | ||
|
||
package.json - name description appId(环境对应API_ENV) Taro版本 | ||
package.json - name description appId(环境对应 API_ENV) Taro 版本 | ||
|
||
config/index.js - projectName date h5.webpackChain.publicPath | ||
|
||
src/app.config.ts - window.navigationBarTitleText | ||
|
||
src/utils/request/innerRequest/index.ts - statusCode为200的判断依据返回是否和约定一致,其他均为失败 | ||
src/utils/request/innerRequest/index.ts - statusCode 为 200 的判断依据返回是否和约定一致,其他均为失败 | ||
|
||
src/components/container.tsx - MiniBar的homeUrl | ||
src/components/container.tsx - MiniBar 的 homeUrl | ||
|
||
### 注意事项 | ||
|
||
- 路径引用可以使用 '@/xxx' | ||
- 主题可以放在src/style/index.less下面 | ||
- 主题可以放在 src/style/index.less 下面 | ||
- API_ENV: stable real pre dev | ||
|
||
### 执行顺序 useDidShow 优先于useEffect执行 | ||
### 执行顺序 useDidShow 优先于 useEffect 执行 | ||
|
||
- app show | ||
- app launch | ||
|
@@ -97,7 +96,7 @@ src/components/container.tsx - MiniBar的homeUrl | |
|
||
- hack Taro API | ||
- Boundary Error | ||
- request loading error 结合React | ||
- request loading error 结合 React | ||
- theme | ||
- action ts | ||
- 分页快速模版 | ||
- 分页快速模版 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.