├── README.md ├── app.js ├── app.json ├── app.wxss ├── dist └── load-more │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── images ├── BG.png ├── check.png ├── confirm-word1.png ├── exam-icon.png ├── header.png ├── icon_center_msg.png ├── icon_center_phone.png ├── icon_center_tj.png ├── icon_cuotishoucang@3x.png ├── icon_equipment_msg.png ├── icon_monichnegji@3x.png ├── icon_monikaoshi@3x.png ├── icon_zhangjielianxi@3x.png ├── jkt │ ├── danxuan.png │ ├── duoxuan.png │ ├── error.png │ ├── jexam.png │ ├── panduan.png │ ├── rank-01.png │ ├── rank-02.png │ ├── rank-03.png │ ├── right.png │ └── success.png ├── loading.gif ├── name.png ├── nav_icon_time@2x.png ├── nav_test_icon_fav.png ├── no-record.png ├── q_answer_sheet_number.png ├── q_answer_sheet_right.png ├── q_answer_sheet_wrong.png ├── register.png ├── star-active.png ├── title8.png ├── todaySubmit2.png ├── toolbar_icon_deletd_normal_protect@2x.png ├── useTime.png ├── wave.png └── white-icon.png ├── pages ├── category │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── cell │ ├── cell.js │ ├── cell.wxml │ └── cell.wxss ├── dati │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── error │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── errorStar │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── exam │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── examResult │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── feedback │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── index │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── learn │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── moniq │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── my │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── questions │ ├── questions.js │ ├── questions.wxml │ └── questions.wxss ├── rank │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── record │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── register │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── start │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── status │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss └── wrong │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── project.config.json ├── project.private.config.json ├── sitemap.json ├── utils ├── Bmob-1.6.7.min.js └── util.js └── 更新日志.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/README.md -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/app.js -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/app.json -------------------------------------------------------------------------------- /app.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/app.wxss -------------------------------------------------------------------------------- /dist/load-more/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/dist/load-more/index.js -------------------------------------------------------------------------------- /dist/load-more/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "component": true 3 | } 4 | -------------------------------------------------------------------------------- /dist/load-more/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/dist/load-more/index.wxml -------------------------------------------------------------------------------- /dist/load-more/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/dist/load-more/index.wxss -------------------------------------------------------------------------------- /images/BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/BG.png -------------------------------------------------------------------------------- /images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/check.png -------------------------------------------------------------------------------- /images/confirm-word1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/confirm-word1.png -------------------------------------------------------------------------------- /images/exam-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/exam-icon.png -------------------------------------------------------------------------------- /images/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/header.png -------------------------------------------------------------------------------- /images/icon_center_msg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/icon_center_msg.png -------------------------------------------------------------------------------- /images/icon_center_phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/icon_center_phone.png -------------------------------------------------------------------------------- /images/icon_center_tj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/icon_center_tj.png -------------------------------------------------------------------------------- /images/icon_cuotishoucang@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/icon_cuotishoucang@3x.png -------------------------------------------------------------------------------- /images/icon_equipment_msg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/icon_equipment_msg.png -------------------------------------------------------------------------------- /images/icon_monichnegji@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/icon_monichnegji@3x.png -------------------------------------------------------------------------------- /images/icon_monikaoshi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/icon_monikaoshi@3x.png -------------------------------------------------------------------------------- /images/icon_zhangjielianxi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/icon_zhangjielianxi@3x.png -------------------------------------------------------------------------------- /images/jkt/danxuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/jkt/danxuan.png -------------------------------------------------------------------------------- /images/jkt/duoxuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/jkt/duoxuan.png -------------------------------------------------------------------------------- /images/jkt/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/jkt/error.png -------------------------------------------------------------------------------- /images/jkt/jexam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/jkt/jexam.png -------------------------------------------------------------------------------- /images/jkt/panduan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/jkt/panduan.png -------------------------------------------------------------------------------- /images/jkt/rank-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/jkt/rank-01.png -------------------------------------------------------------------------------- /images/jkt/rank-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/jkt/rank-02.png -------------------------------------------------------------------------------- /images/jkt/rank-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/jkt/rank-03.png -------------------------------------------------------------------------------- /images/jkt/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/jkt/right.png -------------------------------------------------------------------------------- /images/jkt/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/jkt/success.png -------------------------------------------------------------------------------- /images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/loading.gif -------------------------------------------------------------------------------- /images/name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/name.png -------------------------------------------------------------------------------- /images/nav_icon_time@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/nav_icon_time@2x.png -------------------------------------------------------------------------------- /images/nav_test_icon_fav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/nav_test_icon_fav.png -------------------------------------------------------------------------------- /images/no-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/no-record.png -------------------------------------------------------------------------------- /images/q_answer_sheet_number.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/q_answer_sheet_number.png -------------------------------------------------------------------------------- /images/q_answer_sheet_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/q_answer_sheet_right.png -------------------------------------------------------------------------------- /images/q_answer_sheet_wrong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/q_answer_sheet_wrong.png -------------------------------------------------------------------------------- /images/register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/register.png -------------------------------------------------------------------------------- /images/star-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/star-active.png -------------------------------------------------------------------------------- /images/title8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/title8.png -------------------------------------------------------------------------------- /images/todaySubmit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/todaySubmit2.png -------------------------------------------------------------------------------- /images/toolbar_icon_deletd_normal_protect@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/toolbar_icon_deletd_normal_protect@2x.png -------------------------------------------------------------------------------- /images/useTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/useTime.png -------------------------------------------------------------------------------- /images/wave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/wave.png -------------------------------------------------------------------------------- /images/white-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/images/white-icon.png -------------------------------------------------------------------------------- /pages/category/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/category/index.js -------------------------------------------------------------------------------- /pages/category/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText":"分类列表", 3 | "usingComponents": {} 4 | } -------------------------------------------------------------------------------- /pages/category/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/category/index.wxml -------------------------------------------------------------------------------- /pages/category/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/category/index.wxss -------------------------------------------------------------------------------- /pages/cell/cell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/cell/cell.js -------------------------------------------------------------------------------- /pages/cell/cell.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/cell/cell.wxml -------------------------------------------------------------------------------- /pages/cell/cell.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/cell/cell.wxss -------------------------------------------------------------------------------- /pages/dati/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/dati/index.js -------------------------------------------------------------------------------- /pages/dati/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/dati/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/dati/index.wxml -------------------------------------------------------------------------------- /pages/dati/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/dati/index.wxss -------------------------------------------------------------------------------- /pages/error/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/error/index.js -------------------------------------------------------------------------------- /pages/error/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/error/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/error/index.wxml -------------------------------------------------------------------------------- /pages/error/index.wxss: -------------------------------------------------------------------------------- 1 | /* pages/error/index.wxss */ -------------------------------------------------------------------------------- /pages/errorStar/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/errorStar/index.js -------------------------------------------------------------------------------- /pages/errorStar/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/errorStar/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/errorStar/index.wxml -------------------------------------------------------------------------------- /pages/errorStar/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/errorStar/index.wxss -------------------------------------------------------------------------------- /pages/exam/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/exam/index.js -------------------------------------------------------------------------------- /pages/exam/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/exam/index.json -------------------------------------------------------------------------------- /pages/exam/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/exam/index.wxml -------------------------------------------------------------------------------- /pages/exam/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/exam/index.wxss -------------------------------------------------------------------------------- /pages/examResult/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/examResult/index.js -------------------------------------------------------------------------------- /pages/examResult/index.json: -------------------------------------------------------------------------------- 1 | { 2 | 3 | "usingComponents": {} 4 | } -------------------------------------------------------------------------------- /pages/examResult/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/examResult/index.wxml -------------------------------------------------------------------------------- /pages/examResult/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/examResult/index.wxss -------------------------------------------------------------------------------- /pages/feedback/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/feedback/index.js -------------------------------------------------------------------------------- /pages/feedback/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText":"意见反馈", 3 | "usingComponents": {} 4 | } -------------------------------------------------------------------------------- /pages/feedback/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/feedback/index.wxml -------------------------------------------------------------------------------- /pages/feedback/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/feedback/index.wxss -------------------------------------------------------------------------------- /pages/index/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/index/index.js -------------------------------------------------------------------------------- /pages/index/index.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/index/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/index/index.wxml -------------------------------------------------------------------------------- /pages/index/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/index/index.wxss -------------------------------------------------------------------------------- /pages/learn/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/learn/index.js -------------------------------------------------------------------------------- /pages/learn/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/learn/index.json -------------------------------------------------------------------------------- /pages/learn/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/learn/index.wxml -------------------------------------------------------------------------------- /pages/learn/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/learn/index.wxss -------------------------------------------------------------------------------- /pages/moniq/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/moniq/index.js -------------------------------------------------------------------------------- /pages/moniq/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/moniq/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/moniq/index.wxml -------------------------------------------------------------------------------- /pages/moniq/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/moniq/index.wxss -------------------------------------------------------------------------------- /pages/my/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/my/index.js -------------------------------------------------------------------------------- /pages/my/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText":"个人中心" 3 | } -------------------------------------------------------------------------------- /pages/my/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/my/index.wxml -------------------------------------------------------------------------------- /pages/my/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/my/index.wxss -------------------------------------------------------------------------------- /pages/questions/questions.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/questions/questions.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/questions/questions.wxml -------------------------------------------------------------------------------- /pages/questions/questions.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/questions/questions.wxss -------------------------------------------------------------------------------- /pages/rank/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/rank/index.js -------------------------------------------------------------------------------- /pages/rank/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/rank/index.json -------------------------------------------------------------------------------- /pages/rank/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/rank/index.wxml -------------------------------------------------------------------------------- /pages/rank/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/rank/index.wxss -------------------------------------------------------------------------------- /pages/record/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/record/index.js -------------------------------------------------------------------------------- /pages/record/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/record/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/record/index.wxml -------------------------------------------------------------------------------- /pages/record/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/record/index.wxss -------------------------------------------------------------------------------- /pages/register/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/register/index.js -------------------------------------------------------------------------------- /pages/register/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/register/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/register/index.wxml -------------------------------------------------------------------------------- /pages/register/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/register/index.wxss -------------------------------------------------------------------------------- /pages/start/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/start/index.js -------------------------------------------------------------------------------- /pages/start/index.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/start/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/start/index.wxml -------------------------------------------------------------------------------- /pages/start/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/start/index.wxss -------------------------------------------------------------------------------- /pages/status/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/status/index.js -------------------------------------------------------------------------------- /pages/status/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/status/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/status/index.wxml -------------------------------------------------------------------------------- /pages/status/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/status/index.wxss -------------------------------------------------------------------------------- /pages/wrong/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/wrong/index.js -------------------------------------------------------------------------------- /pages/wrong/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarTitleText":"错题集", 3 | "usingComponents": {} 4 | } -------------------------------------------------------------------------------- /pages/wrong/index.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/wrong/index.wxml -------------------------------------------------------------------------------- /pages/wrong/index.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/pages/wrong/index.wxss -------------------------------------------------------------------------------- /project.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/project.config.json -------------------------------------------------------------------------------- /project.private.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/project.private.config.json -------------------------------------------------------------------------------- /sitemap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/sitemap.json -------------------------------------------------------------------------------- /utils/Bmob-1.6.7.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/utils/Bmob-1.6.7.min.js -------------------------------------------------------------------------------- /utils/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/utils/util.js -------------------------------------------------------------------------------- /更新日志.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kesixin/QuestionWechatApp/HEAD/更新日志.md --------------------------------------------------------------------------------