'init'
parents
Showing
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "japan", | ||
| "version": "0.0.0", | ||
| "scripts": { | ||
| "dev:app": "uni -p app", | ||
| "dev:custom": "uni -p", | ||
| "dev:h5": "uni", | ||
| "dev:h5:ssr": "uni --ssr", | ||
| "dev:mp-alipay": "uni -p mp-alipay", | ||
| "dev:mp-baidu": "uni -p mp-baidu", | ||
| "dev:mp-kuaishou": "uni -p mp-kuaishou", | ||
| "dev:mp-lark": "uni -p mp-lark", | ||
| "dev:mp-qq": "uni -p mp-qq", | ||
| "dev:mp-toutiao": "uni -p mp-toutiao", | ||
| "dev:mp-weixin": "uni -p mp-weixin", | ||
| "dev:quickapp-webview": "uni -p quickapp-webview", | ||
| "dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei", | ||
| "dev:quickapp-webview-union": "uni -p quickapp-webview-union", | ||
| "build:app": "uni build -p app", | ||
| "build:custom": "uni build -p", | ||
| "build:h5": "uni build", | ||
| "build:h5:ssr": "uni build --ssr", | ||
| "build:mp-alipay": "uni build -p mp-alipay", | ||
| "build:mp-baidu": "uni build -p mp-baidu", | ||
| "build:mp-kuaishou": "uni build -p mp-kuaishou", | ||
| "build:mp-lark": "uni build -p mp-lark", | ||
| "build:mp-qq": "uni build -p mp-qq", | ||
| "build:mp-toutiao": "uni build -p mp-toutiao", | ||
| "build:mp-weixin": "uni build -p mp-weixin", | ||
| "build:quickapp-webview": "uni build -p quickapp-webview", | ||
| "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei", | ||
| "build:quickapp-webview-union": "uni build -p quickapp-webview-union", | ||
| "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix" | ||
| }, | ||
| "dependencies": { | ||
| "@dcloudio/uni-app": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-app-plus": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-components": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-h5": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-mp-alipay": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-mp-baidu": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-mp-kuaishou": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-mp-lark": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-mp-qq": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-mp-toutiao": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-mp-weixin": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-quickapp-webview": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-ui": "^1.4.12", | ||
| "animate.css": "^4.1.1", | ||
| "axios": "^1.7.4", | ||
| "font-awesome": "^4.7.0", | ||
| "install": "^0.13.0", | ||
| "klinecharts": "^9.8.10", | ||
| "npm": "^10.9.0", | ||
| "pinia": "^2.0.12", | ||
| "vant": "^4.9.8", | ||
| "vue": "^3.2.31", | ||
| "vue-i18n": "^9.14.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@dcloudio/types": "^2.5.18", | ||
| "@dcloudio/uni-automator": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/uni-cli-shared": "^3.0.0-alpha-3040220220310005", | ||
| "@dcloudio/vite-plugin-uni": "^3.0.0-alpha-3040220220310005", | ||
| "@types/node": "^17.0.23", | ||
| "@typescript-eslint/eslint-plugin": "^5.17.0", | ||
| "@typescript-eslint/parser": "^5.17.0", | ||
| "autoprefixer": "^10.4.20", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.5.0", | ||
| "eslint-config-standard": "^16.0.3", | ||
| "eslint-plugin-import": "^2.25.4", | ||
| "eslint-plugin-node": "^11.1.0", | ||
| "eslint-plugin-prettier": "^4.0.0", | ||
| "eslint-plugin-promise": "^5.2.0", | ||
| "eslint-plugin-vue": "^8.5.0", | ||
| "postcss": "^8.4.41", | ||
| "prettier": "^2.6.1", | ||
| "sass": "^1.49.9", | ||
| "sass-loader": "^16.0.2", | ||
| "tailwindcss": "^3.4.10", | ||
| "typescript": "^4.6.2", | ||
| "vite": "^2.8.6", | ||
| "vite-plugin-eslint": "^1.3.0" | ||
| } | ||
| } |
src/App.vue
0 → 100644
src/api/index/index.ts
0 → 100644
src/api/index/indexType.ts
0 → 100644
src/common/common.ts
0 → 100644
src/common/socket.ts
0 → 100644
src/components/Footer/Footer.vue
0 → 100644
src/components/Header/Header.vue
0 → 100644
src/components/Navigator/Navigator.vue
0 → 100644
src/components/NoData/NoData.vue
0 → 100644
src/components/Nomore/Nomore.vue
0 → 100644
src/env.d.ts
0 → 100644
src/main.ts
0 → 100644
src/manifest.json
0 → 100644
src/pages.json
0 → 100644
src/pages/account/account.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/deposit/deposit.vue
0 → 100644
src/pages/deposit/depositDetail.vue
0 → 100644
src/pages/index/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/liushui/liushui.vue
0 → 100644
src/pages/login/login.vue
0 → 100644
src/pages/recharge/recharge.vue
0 → 100644
src/pages/register/register.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/staking/staking.vue
0 → 100644
src/pages/withdraw/withdraw.vue
0 → 100644
src/static/font/PretendardVariable.ttf
0 → 100644
File added
src/static/font/PretendardVariable.woff2
0 → 100644
File added
src/static/image/index/footer.png
0 → 100644
11.7 KB
src/static/image/index/footer2.png
0 → 100644
10.4 KB
src/static/image/index/footer_bg.png
0 → 100644
300 KB
src/static/image/index/header.png
0 → 100644
3.43 KB
src/static/image/index/header_bg.png
0 → 100644
482 KB
src/static/image/index/list_icon.svg
0 → 100644
src/static/image/index/list_icon1.jpeg
0 → 100644
5.71 KB
src/static/image/index/list_icon2.jpg
0 → 100644
14.7 KB
src/static/image/index/list_icon3.jpg
0 → 100644
3.59 KB
src/static/image/index/list_icon4.png
0 → 100644
1.5 KB
src/static/image/index/logo.png
0 → 100644
7.89 KB
src/static/image/index/mobile_bg.png
0 → 100644
33.2 KB
src/static/image/index/pc_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/static/image/index/pc_bg2.png
0 → 100644
177 KB
src/static/image/index/pc_bg21.png
0 → 100644
495 KB
src/static/image/index/tip1.png
0 → 100644
10.4 KB
src/static/image/index/tip1.svg
0 → 100644
src/static/image/index/tip2.png
0 → 100644
9.44 KB
src/static/image/index/tip2.svg
0 → 100644
src/static/image/login/bg-nomore.png
0 → 100644
700 KB
src/static/image/login/bg-wenli.png
0 → 100644
285 KB
src/static/image/login/bg2.png
0 → 100644
392 KB
src/static/image/login/logo.png
0 → 100644
5.17 KB
src/static/image/login/logo2.png
0 → 100644
7.6 KB
src/static/image/login/logo3.png
0 → 100644
3.43 KB
src/static/json/en.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/static/json/en2.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/static/logo.svg
0 → 100644
src/store/counterStore.js
0 → 100644
src/store/store.ts
0 → 100644
src/store/storeType.ts
0 → 100644
src/uni.scss
0 → 100644
src/utils/config.ts
0 → 100644
src/utils/http.ts
0 → 100644
tsconfig.json
0 → 100644
vite.config.ts
0 → 100644