预览地址 : http://sujie.ink
- 前端
TypeScript
React
material-ui
Redux
|-- src
|-- components 公共组件
|-- page 页面
|-- static 静态文件
|-- store 数据
|-- type 定义的数据结构
|-- utils 工具函数
| -- deavices.ts 获取设备信息
| -- io.ts websocket
| -- request.ts 所有ajax请求函数
| -- time.ts 解析时间
| -- App.tsx
| -- index.css
| -- index.tsx
- 登陆注册
- 推荐列表
- 在线人数
- 私信聊天
- 消息通知
- 发布问题
- 回答问题
- 回复评论
- ...