Skip to content

Commit

Permalink
完善README
Browse files Browse the repository at this point in the history
  • Loading branch information
zljkarry committed Oct 3, 2019
1 parent 191df4d commit d76ac28
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 7 deletions.
Binary file added README-img/game.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README-img/home.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README-img/pass.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README-img/pic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README-img/rankList.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 32 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
3. 只有通过前一关卡才能选择下一关卡,每一关卡计时,可重复闯关,用时短者排名靠前

**项目截图**

1. 首页
![Image text](https://github.com/RedrockTeam/China-map-puzzle.git)
2. 关卡选择
3. 查看原图
4. 排行榜

## 使用方法
#### 开发环境
Expand All @@ -35,12 +39,33 @@ $ yarn run build
* webpack
* axios

## 实现情况

- [x] 基本页面切图动效
- [ ]

## 目录结构

## 备注
1. 用FECS统一代码风格(考虑,暂时舍弃)
├─common
│ ├─config
│ └─service
├─public
├─README-img
└─src
├─assets
│ ├─font
│ ├─img
│ │ ├─common
│ │ ├─game
│ │ ├─home
│ │ ├─pass
│ │ └─rank
│ ├─js
│ └─styles
├─common
│ └─service
├─components
├─router
├─store
│ └─type
└─views

## 接口文档
[接口文档](链接:https://easydoc.xyz/#/s/39808233)

0 comments on commit d76ac28

Please sign in to comment.