|
2 | 2 |
|
3 | 3 | 基于 TDesign 打造的通用页面模板,包含通用的登陆注册、个人中心、设置中心、信息流等等功能。 |
4 | 4 |
|
5 | | -## 通用能力 |
| 5 | +## 模版功能预览 |
6 | 6 |
|
7 | 7 | ### 首页 |
8 | 8 |
|
9 | | -<img width="371" alt="image" src="https://github.com/TDesignOteam/tdesign-miniprogram-starter/assets/7017290/b0edf199-31cd-4182-ab1b-9e669acec2a3"> |
| 9 | +<div style="display: flex"> |
| 10 | + <img width="375" alt="image" src="https://oteam-tdesign-1258344706.cos-internal.ap-guangzhou.tencentcos.cn/miniprogram/template/home-1.png"> |
| 11 | + <img width="375" alt="image" src="https://oteam-tdesign-1258344706.cos-internal.ap-guangzhou.tencentcos.cn/miniprogram/template/home-2.png"> |
| 12 | +</div> |
10 | 13 |
|
11 | 14 | ### 信息发布 |
12 | 15 |
|
13 | | -<img width="390" alt="image" src="https://github.com/TDesignOteam/tdesign-miniprogram-starter/assets/7017290/c780d8d3-c444-4bd7-85c2-e9c6b69678ec"> |
| 16 | +<img width="375" alt="image" src="https://oteam-tdesign-1258344706.cos-internal.ap-guangzhou.tencentcos.cn/miniprogram/template/publish-1.png"> |
| 17 | + |
| 18 | +### 搜索页 |
| 19 | + |
| 20 | +<img width="375" alt="image" src="https://oteam-tdesign-1258344706.cos-internal.ap-guangzhou.tencentcos.cn/miniprogram/template/search-1.png"> |
14 | 21 |
|
15 | 22 | ### 个人中心 |
| 23 | +<div style="display: flex"> |
| 24 | + <img width="375" alt="image" src="https://oteam-tdesign-1258344706.cos-internal.ap-guangzhou.tencentcos.cn/miniprogram/template/user-1.png"> |
| 25 | + <img width="375" alt="image" src="https://oteam-tdesign-1258344706.cos-internal.ap-guangzhou.tencentcos.cn/miniprogram/template/user-2.png"> |
| 26 | + <img width="375" alt="image" src="https://oteam-tdesign-1258344706.cos-internal.ap-guangzhou.tencentcos.cn/miniprogram/template/user-3.png"> |
| 27 | +</div> |
16 | 28 |
|
17 | | -<img width="395" alt="image" src="https://github.com/TDesignOteam/tdesign-miniprogram-starter/assets/7017290/d248f8df-6b2e-4a19-b20f-c28b60e1976f"> |
18 | 29 |
|
19 | 30 | ### 设置中心 |
20 | 31 |
|
21 | | -<img width="388" alt="image" src="https://github.com/TDesignOteam/tdesign-miniprogram-starter/assets/7017290/36444396-0cc7-4dfa-9626-f6935c8a3f38"> |
| 32 | +<img width="375" alt="image" src="https://oteam-tdesign-1258344706.cos-internal.ap-guangzhou.tencentcos.cn/miniprogram/template/setting-1.png"> |
22 | 33 |
|
23 | 34 | ### 消息中心 |
24 | 35 |
|
25 | | -<img width="396" alt="image" src="https://github.com/TDesignOteam/tdesign-miniprogram-starter/assets/7017290/d49c8b27-1eae-47f5-ae94-012412ebd0d1"> |
| 36 | +<img width="375" alt="image" src="https://oteam-tdesign-1258344706.cos-internal.ap-guangzhou.tencentcos.cn/miniprogram/template/message-1.png"> |
| 37 | + |
| 38 | + |
| 39 | +## 开发预览 |
| 40 | +### 目录结构(TODO: 生成目录结构树) |
| 41 | + |
| 42 | + |
| 43 | +### 在开发者工具中预览 |
| 44 | + |
| 45 | +```bash |
| 46 | +# 安装项目依赖 |
| 47 | +npm install |
| 48 | + |
| 49 | +``` |
| 50 | + |
| 51 | +打开[微信开发者工具](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html),导入整个项目,构建 npm 包,就可以预览示例了。 |
| 52 | + |
| 53 | +### 基础库版本 |
| 54 | + |
| 55 | +最低基础库版本`^2.6.5` |
| 56 | + |
| 57 | + |
| 58 | +## 贡献成员 |
| 59 | + |
| 60 | +<a href="https://github.com/TDesignOteam/tdesign-miniprogram-starter/graphs/contributors"> |
| 61 | + <img src="https://contrib.rocks/image?repo=TDesignOteam/tdesign-miniprogram-starter" /> |
| 62 | +</a> |
| 63 | + |
| 64 | +## 反馈 |
| 65 | + |
| 66 | +有任何问题,建议通过 [Github issues](https://github.com/TDesignOteam/tdesign-miniprogram-starter/issues) 反馈。 |
| 67 | + |
| 68 | +## 开源协议 |
| 69 | + |
| 70 | +TDesign 遵循 [MIT 协议](https://github.com/TDesignOteam/tdesign-miniprogram-starter/blob/main/LICENSE)。 |
0 commit comments