Merge branch 'feature/neotype' into test
Showing
This diff is collapsed.
Click to expand it.
babel.config.js
0 → 100644
cbnDockerfile
deleted
100644 → 0
cbnStart.sh
deleted
100644 → 0
cbncloudsDockerfile
deleted
100644 → 0
cbncloudsStart.sh
deleted
100644 → 0
cdzhcmDockerfile
deleted
100644 → 0
cdzhcmStart.sh
deleted
100644 → 0
cmDockerfile
deleted
100644 → 0
cmStart.sh
deleted
100644 → 0
config.js
deleted
100644 → 0
cucDockerfile
deleted
100644 → 0
cucStart.sh
deleted
100644 → 0
huaweiDockerfile
deleted
100644 → 0
huaweiStart.sh
deleted
100644 → 0
nuxt.config.js
deleted
100644 → 0
... | ... | @@ -7,85 +7,72 @@ |
"release": "standard-version", | ||
"release:minor": "standard-version -r minor", | ||
"release:patch": "standard-version -r patch", | ||
"serve:dev": "cross-env mode=test nuxt", | ||
"serve:pre": "cross-env mode=preview nuxt", | ||
"serve:prod": "cross-env mode=production nuxt", | ||
"serve:cm": "cross-env mode=cm nuxt", | ||
"serve:vvku": "cross-env mode=vvku nuxt", | ||
"serve:cbn": "cross-env mode=cbn nuxt", | ||
"serve:huawei": "cross-env mode=huawei nuxt", | ||
"serve:cbnclouds": "cross-env mode=cbnclouds nuxt", | ||
"serve:cuc": "cross-env mode=cuc nuxt", | ||
"serve:cdzhcm": "cross-env mode=cdzhcm nuxt", | ||
"build:dev": "cross-env mode=test nuxt build", | ||
"build:pre": "cross-env mode=preview nuxt build", | ||
"build:prod": "cross-env mode=production nuxt build", | ||
"build:cm": "cross-env mode=cm nuxt build", | ||
"build:vvku": "cross-env mode=vvku nuxt build", | ||
"build:cbn": "cross-env mode=cbn nuxt build", | ||
"build:huawei": "cross-env mode=huawei nuxt build", | ||
"build:cbnclouds": "cross-env mode=cbnclouds nuxt build", | ||
"build:cuc": "cross-env mode=cuc nuxt build", | ||
"build:cdzhcm": "cross-env mode=cdzhcm nuxt build", | ||
"start:dev": "cross-env mode=test nuxt start", | ||
"start:pre": "cross-env mode=preview nuxt start", | ||
"start:prod": "cross-env mode=production nuxt start", | ||
"start:cm": "cross-env mode=cm nuxt start", | ||
"start:vvku": "cross-env mode=vvku nuxt start", | ||
"start:cbn": "cross-env mode=cbn nuxt start", | ||
"start:huawei": "cross-env mode=huawei nuxt start", | ||
"start:cbnclouds": "cross-env mode=cbnclouds nuxt start", | ||
"start:cuc": "cross-env mode=cuc nuxt start", | ||
"start:cdzhcm": "cross-env mode=cdzhcm nuxt start", | ||
"pm2:dev": "pm2 start pm2.json --only lottery-test", | ||
"pm2:pre": "pm2 start pm2.json --only lottery-pre", | ||
"pm2:prod": "pm2 start pm2.json --only lottery-prod", | ||
"pm2:cm": "pm2 start pm2.json --only lottery-cm", | ||
"pm2:vvku": "pm2 start pm2.json --only lottery-vvku", | ||
"pm2:cbn": "pm2 start pm2.json --only lottery-cbn", | ||
"pm2:huawei": "pm2 start pm2.json --only lottery-huawei", | ||
"pm2:cbnclouds": "pm2 start pm2.json --only lottery-cbnclouds", | ||
"pm2:cuc": "pm2 start pm2.json --only lottery-cuc", | ||
"pm2:cdzhcm": "pm2 start pm2.json --only lottery-cdzhcm", | ||
"serve:dev": "cross-env mode=test vue-cli-service serve", | ||
"serve:pre": "cross-env mode=preview vue-cli-service serve", | ||
"serve:prod": "cross-env mode=production vue-cli-service serve", | ||
"serve:cm": "cross-env mode=cm vue-cli-service serve", | ||
"serve:vvku": "cross-env mode=vvku vue-cli-service serve", | ||
"serve:cbn": "cross-env mode=cbn vue-cli-service serve", | ||
"serve:huawei": "cross-env mode=huawei vue-cli-service serve", | ||
"serve:cbnclouds": "cross-env mode=cbnclouds vue-cli-service serve", | ||
"serve:cuc": "cross-env mode=cuc vue-cli-service serve", | ||
"serve:cdzhcm": "cross-env mode=cdzhcm vue-cli-service serve", | ||
"build:dev": "cross-env mode=test vue-cli-service build", | ||
"build:pre": "cross-env mode=preview vue-cli-service build", | ||
"build:prod": "cross-env mode=production vue-cli-service build", | ||
"build:cm": "cross-env mode=cm vue-cli-service build", | ||
"build:vvku": "cross-env mode=vvku vue-cli-service build", | ||
"build:cbn": "cross-env mode=cbn vue-cli-service build", | ||
"build:huawei": "cross-env mode=huawei vue-cli-service build", | ||
"build:cbnclouds": "cross-env mode=cbnclouds vue-cli-service build", | ||
"build:cuc": "cross-env mode=cuc vue-cli-service build", | ||
"build:cdzhcm": "cross-env mode=cdzhcm vue-cli-service build", | ||
"generate": "nuxt generate", | ||
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", | ||
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore", | ||
"lint": "yarn lint:js && yarn lint:style" | ||
}, | ||
"dependencies": { | ||
"@babel/plugin-proposal-optional-chaining": "^7.21.0", | ||
"@easy-messenger/client-connection": "^1.0.3", | ||
"@gdyfe/config": "^1.3.2", | ||
"@gdyfe/gdy-component-lib": "^1.0.3", | ||
"@gdyfe/config": "^2.1.5", | ||
"@gdyfe/gdy-component-lib": "^1.0.4", | ||
"@gdyfe/rop-client": "1.1.10", | ||
"@nuxtjs/axios": "^5.13.6", | ||
"@nuxtjs/google-gtag": "^1.0.4", | ||
"@nuxtjs/sentry": "^5.1.7", | ||
"axios": "^0.18.0", | ||
"@vant/area-data": "^1.5.1", | ||
"core-js": "^3.15.1", | ||
"core-js": "^3.37.1", | ||
"dayjs": "^1.10.6", | ||
"js-cookie": "2.2.0", | ||
"lotteries": "^1.2.2", | ||
"normalize.css": "^8.0.1", | ||
"nuxt": "^2.15.8", | ||
"qrcode": "^1.4.4", | ||
"uuid": "^8.3.2", | ||
"vant": "^2.12.22", | ||
"vconsole": "^3.9.1", | ||
"vue": "^2.6.14", | ||
"vue-clipboard2": "^0.3.1", | ||
"vue-cookie": "^1.1.4", | ||
"vue-router": "^3.1.3", | ||
"vuescroll": "^4.17.3", | ||
"vuex": "^3.0.1", | ||
"webpack": "^4.46.0", | ||
"weixin-js-sdk": "^1.6.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.14.7", | ||
"@gdyfe/webpack-alioss-plugin": "^0.1.6", | ||
"@nuxtjs/eslint-config": "^6.0.1", | ||
"@nuxtjs/eslint-module": "^3.0.2", | ||
"@nuxtjs/style-resources": "^1.2.0", | ||
"@vant/touch-emulator": "^1.3.2", | ||
"@vue/cli-plugin-babel": "~5.0.0", | ||
"@vue/cli-plugin-eslint": "~5.0.0", | ||
"@vue/cli-plugin-router": "~5.0.0", | ||
"@vue/cli-plugin-vuex": "~5.0.0", | ||
"@vue/cli-service": "~5.0.0", | ||
"@vue/eslint-config-airbnb": "^4.0.0", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"babel-plugin-import": "^1.13.3", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.29.0", | ||
"eslint-config-alloy": "^3.0.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-nuxt": "^2.0.0", | ||
"eslint-plugin-vue": "^7.12.1", | ||
... | ... |
plugins/routeHooks.js
deleted
100644 → 0
plugins/vueClipboard.js
deleted
100644 → 0
plugins/vueScroll.js
deleted
100644 → 0
pm2.json
deleted
100644 → 0
public/index.html
0 → 100644
public/pre/config.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/prod/config.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/test/config.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/App.vue
0 → 100644
src/assets/images/lottery/address-right.png
0 → 100644

689 Bytes
src/assets/images/lottery/address.png
0 → 100644

4.79 KB
src/assets/images/lottery/force-close.png
0 → 100644

3.33 KB
src/assets/images/lottery/force.png
0 → 100644

730 KB
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/images/lottery/needOnline.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/Common/ConfigPopup.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Common/ForcePopup.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/config.js
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/config/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
src/plugins/vueClipboard.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/vueScroll.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
src/store/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/utils/Bus.js
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
File moved
src/utils/postMessage.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
start.sh
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
utils/Bus.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
vue.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
vvkuDockerfile
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
vvkuStart.sh
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment