init
Showing
.editorconfig
0 → 100644
.env
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
.prettierignore
0 → 100644
.prettierrc
0 → 100644
config/config.dev.js
0 → 100644
config/config.js
0 → 100644
config/config.prod.js
0 → 100644
config/config.test.js
0 → 100644
config/defaultSettings.js
0 → 100644
config/router.config.js
0 → 100644
config/theme.js
0 → 100644
mock/.gitkeep
0 → 100644
package.json
0 → 100644
{ | |||
"private": true, | |||
"scripts": { | |||
"start": "cross-env UMI_UI=none UMI_ENV=dev umi dev", | |||
"build": "umi build", | |||
"test": "umi test", | |||
"lint": "eslint {src,mock,tests}/**/*.{js,jsx} --fix", | |||
"precommit": "lint-staged" | |||
}, | |||
"dependencies": { | |||
"antd-mobile": "^2.3.1", | |||
"dva": "^2.6.0-beta.6", | |||
"path-to-regexp": "^2.4.0", | |||
"react": "^16.8.6", | |||
"react-dom": "^16.8.6" | |||
}, | |||
"devDependencies": { | |||
"babel-eslint": "^9.0.0", | |||
"babel-plugin-import": "^1.13.0", | |||
"cross-env": "^6.0.0", | |||
"eslint": "^5.4.0", | |||
"eslint-config-umi": "^1.4.0", | |||
"eslint-plugin-flowtype": "^2.50.0", | |||
"eslint-plugin-import": "^2.14.0", | |||
"eslint-plugin-jsx-a11y": "^5.1.1", | |||
"eslint-plugin-react": "^7.11.1", | |||
"husky": "^0.14.3", | |||
"lint-staged": "^7.2.2", | |||
"react-test-renderer": "^16.7.0", | |||
"svg-sprite-loader": "^4.2.6", | |||
"umi": "^2.7.7", | |||
"umi-plugin-react": "^1.8.4" | |||
}, | |||
"lint-staged": { | |||
"*.{js,jsx}": [ | |||
"eslint --fix", | |||
"git add" | |||
] | |||
}, | |||
"engines": { | |||
"node": ">=8.0.0" | |||
} | |||
} |
141 KB
1.11 KB
public/images/exam.png
0 → 100644
1.1 KB
public/images/exam1.png
0 → 100644
14.8 KB
public/images/exam2.png
0 → 100644
19.3 KB
public/images/exam3.png
0 → 100644
25.7 KB
public/images/favicon.ico
0 → 100644
4.19 KB
44.6 KB
60.2 KB
52.7 KB
public/images/like.svg
0 → 100644
public/images/notice.png
0 → 100644
3.12 KB
51.8 KB
1.87 KB
public/images/profile.png
0 → 100644
1.12 KB
43.8 KB
public/images/share.svg
0 → 100644
1.71 KB
public/images/video.png
0 → 100644
815 Bytes
src/app.js
0 → 100644
src/assets/yay.jpg
0 → 100644
177 KB
src/components/Icon.js
0 → 100644
src/config.js
0 → 100644
src/global.less
0 → 100644
src/layouts/BasicLayout.js
0 → 100644
src/layouts/BasicLayout.less
0 → 100644
src/layouts/BlankLayout.js
0 → 100644
src/layouts/HomeLayout.js
0 → 100644
src/layouts/HomeLayout.less
0 → 100644
src/layouts/UserLayout.js
0 → 100644
src/layouts/UserLayout.less
0 → 100644
src/layouts/index.js
0 → 100644
src/layouts/index.less
0 → 100644
src/models/.gitkeep
0 → 100644
src/pages/demo/index.js
0 → 100644
src/pages/exam/basic.js
0 → 100644
src/pages/exam/index.js
0 → 100644
src/pages/exam/index.less
0 → 100644
src/pages/exam/key.js
0 → 100644
src/pages/exam/practice.js
0 → 100644
src/pages/index.css
0 → 100644
src/pages/index.js
0 → 100644
src/pages/profile/index.js
0 → 100644
src/pages/profile/index.less
0 → 100644
src/pages/video/index.js
0 → 100644
src/pages/video/index.less
0 → 100644
src/themes/vars.less
0 → 100644
src/utils/index.js
0 → 100644
webpack.config.js
0 → 100644