Skip to content

Commit 11f0b62

Browse files
goldhan韩金
authored and
韩金
committed
Feat: init
1 parent 8cf6407 commit 11f0b62

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+15044
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dist/
2+
deploy_versions/
3+
.temp/
4+
.rn_temp/
5+
node_modules/
6+
.DS_Store

README.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# 链滴微信小程序
2+
3+
![img](./design/扫码_搜索联合传播样式-标准色版.png)
4+
#### 介绍
5+
黑科派,链滴小程序
6+
7+
<center class="half">
8+
<img src="./design/ld1.png" />
9+
<img src="./design/ld2.png" />
10+
<img src="./design/ld3.png" />
11+
<img src="./design/ld4.png" />
12+
<img src="./design/ld5.png" />
13+
<img src="./design/ld6.png" />
14+
<img src="./design/ld7.png" />
15+
<img src="./design/ld8.png" />
16+
<img src="./design/ld9.jpg" />
17+
<img src="./design/ld10.jpg" />
18+
<img src="./design/ld11.jpg" />
19+
<img src="./design/ld12.jpg" />
20+
</center>
21+
22+
#### 技术栈
23+
24+
`Taro`
25+
26+
`React`
27+
28+
`Taro-UI`
29+
30+
`Node.js`
31+
32+
#### 结构
33+
34+
比较关键位置文件说明,关于微信小程序的文件结构这里不再说明
35+
36+
```
37+
src
38+
├── app.config.ts
39+
├── app.scss
40+
├── app.tsx
41+
├── assets
42+
│   └── fonts
43+
│   ├── icomoon.ttf
44+
│   └── icon.scss
45+
├── components // 组件
46+
│   └── parser // html 解析
47+
├── index.html
48+
├── net
49+
│   ├── config.ts
50+
│   └── index.ts
51+
├── pages
52+
│   ├── article
53+
│   ├── comments
54+
│   ├── domain
55+
│   ├── index // 首页
56+
│   ├── index.tsx
57+
│   ├── me
58+
│   ├── meDetail
59+
│   ├── notifications
60+
│   ├── style.scss
61+
│   ├── tagDetail
62+
│   └── theme.json
63+
├── test.js
64+
└── tools // 工具封装
65+
```
66+
67+
#### 运行
68+
69+
在 ld246 目录下
70+
71+
1. yarn global add @tarojs/cli
72+
2. yarn install
73+
3. yarn dev:weapp
74+
75+
注意:需要自己去搭建小程序开发环境,有用到云函数。
76+
77+
#### TODO
78+
79+
- [x] 登录/验证码
80+
- [x] 回帖
81+
- [x] 个人信息
82+
- [x] 首页
83+
- [x] 标签详情页
84+
- [x] 帖子详情页
85+
- [x] 评论页
86+
- [x] 领域列表页
87+
- [x] 消息中心/提醒
88+
- [x] 主题,暗色皮肤/皮肤切换/跟随微信自动切换
89+
- [x] 设置页面
90+
- [x] 字体大小切换
91+
- [x] 自动签到
92+
93+
#### About
94+
95+
第一次尝试用 ts 写的。本人并不是一个专业的 H5 开发,从事 iOS 开发(虽然现在被公司压迫的做 H5 开发),如有迷惑行为请多多鞭策😏。

0 commit comments

Comments
 (0)