From 34e1fa0e598ff66bfe2fa67ab5f76bcef248260c Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 14 Jul 2023 22:35:24 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +- package-lock.json | 236 +++++++++++++++++++++++++++++++++++++++++- static/img/app st.png | Bin 0 -> 4755 bytes 3 files changed, 238 insertions(+), 4 deletions(-) create mode 100644 static/img/app st.png diff --git a/.gitignore b/.gitignore index 638fb71..fe45d0b 100644 --- a/.gitignore +++ b/.gitignore @@ -35,9 +35,11 @@ Icon .AppleDesktop Network Trash Folder Temporary Items -.apdisk +.apdisk +package-lock.json node_modules/ unpackage -.idea/ \ No newline at end of file +.idea/ +.hbuilderx \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5b0d893..0584205 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,239 @@ { "name": "exchange", "version": "1.0.0", - "lockfileVersion": 1, + "lockfileVersion": 2, "requires": true, + "packages": { + "": { + "name": "exchange", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "async-validator": "^1.11.5", + "axios": "^0.20.0", + "clipboard": "^2.0.8", + "element-ui": "^2.15.3", + "highcharts": "^8.2.0", + "lodash": "^4.17.20", + "qs": "^6.9.4", + "vue-i18n": "^8.21.0", + "vuex": "^3.5.1" + }, + "devDependencies": { + "babel-plugin-component": "^1.1.1" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.0.0-beta.35", + "resolved": "https://registry.nlark.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.0.0-beta.35.tgz?cache=0&sync_timestamp=1623280362184&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-module-imports%2Fdownload%2F%40babel%2Fhelper-module-imports-7.0.0-beta.35.tgz", + "integrity": "sha1-MI41DnMXUs200PBY3x1wSSXGTgo=", + "dev": true, + "dependencies": { + "@babel/types": "7.0.0-beta.35", + "lodash": "^4.2.0" + } + }, + "node_modules/@babel/types": { + "version": "7.0.0-beta.35", + "resolved": "https://registry.nlark.com/@babel/types/download/@babel/types-7.0.0-beta.35.tgz?cache=0&sync_timestamp=1626804454589&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.0.0-beta.35.tgz", + "integrity": "sha1-z5M6mpo4SEynJLM1uI2Dcm1auWA=", + "dev": true, + "dependencies": { + "esutils": "^2.0.2", + "lodash": "^4.2.0", + "to-fast-properties": "^2.0.0" + } + }, + "node_modules/async-validator": { + "version": "1.11.5", + "resolved": "https://registry.nlark.com/async-validator/download/async-validator-1.11.5.tgz", + "integrity": "sha1-nUPPSe9rt2vlRCOI0Z+5puR1l+o=" + }, + "node_modules/axios": { + "version": "0.20.0", + "resolved": "https://registry.npm.taobao.org/axios/download/axios-0.20.0.tgz?cache=0&sync_timestamp=1597979633356&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faxios%2Fdownload%2Faxios-0.20.0.tgz", + "integrity": "sha1-BXujDwSIRpSZOozQf6OUz/EcUL0=", + "deprecated": "Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410", + "dependencies": { + "follow-redirects": "^1.10.0" + } + }, + "node_modules/babel-helper-vue-jsx-merge-props": { + "version": "2.0.3", + "resolved": "https://registry.npm.taobao.org/babel-helper-vue-jsx-merge-props/download/babel-helper-vue-jsx-merge-props-2.0.3.tgz", + "integrity": "sha1-Iq69OzOQIyjlEyk6jkmSs4T58bY=" + }, + "node_modules/babel-plugin-component": { + "version": "1.1.1", + "resolved": "https://registry.npm.taobao.org/babel-plugin-component/download/babel-plugin-component-1.1.1.tgz", + "integrity": "sha1-mwI6I/9cmq4P1WxaGLnKuMTUXuo=", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "7.0.0-beta.35" + } + }, + "node_modules/babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.nlark.com/babel-runtime/download/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "dependencies": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } + }, + "node_modules/clipboard": { + "version": "2.0.8", + "resolved": "https://registry.npm.taobao.org/clipboard/download/clipboard-2.0.8.tgz?cache=0&sync_timestamp=1615409953598&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fclipboard%2Fdownload%2Fclipboard-2.0.8.tgz", + "integrity": "sha1-/8bBA90pZ6gwBfP2GXaqRlWkzbo=", + "dependencies": { + "good-listener": "^1.2.2", + "select": "^1.1.2", + "tiny-emitter": "^2.0.0" + } + }, + "node_modules/core-js": { + "version": "2.6.12", + "resolved": "https://registry.nlark.com/core-js/download/core-js-2.6.12.tgz", + "integrity": "sha1-2TM9+nsGXjR8xWgiGdb2kIWcwuw=", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "hasInstallScript": true + }, + "node_modules/deepmerge": { + "version": "1.5.2", + "resolved": "https://registry.npm.taobao.org/deepmerge/download/deepmerge-1.5.2.tgz", + "integrity": "sha1-EEmdhohEza1P7ghC34x/bwyVp1M=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/delegate": { + "version": "3.2.0", + "resolved": "https://registry.npm.taobao.org/delegate/download/delegate-3.2.0.tgz", + "integrity": "sha1-tmtxwxWFIuirV0T3INjKDCr1kWY=" + }, + "node_modules/element-ui": { + "version": "2.15.3", + "resolved": "https://registry.nlark.com/element-ui/download/element-ui-2.15.3.tgz", + "integrity": "sha1-VRCKuCo7zGRuewVwhxxIupYwBlI=", + "dependencies": { + "async-validator": "~1.8.1", + "babel-helper-vue-jsx-merge-props": "^2.0.0", + "deepmerge": "^1.2.0", + "normalize-wheel": "^1.0.1", + "resize-observer-polyfill": "^1.5.0", + "throttle-debounce": "^1.0.1" + }, + "peerDependencies": { + "vue": "^2.5.17" + } + }, + "node_modules/element-ui/node_modules/async-validator": { + "version": "1.8.5", + "resolved": "https://registry.nlark.com/async-validator/download/async-validator-1.8.5.tgz", + "integrity": "sha1-3D4I7B/Q3dtn5ghC8CwM0c7G1/A=", + "dependencies": { + "babel-runtime": "6.x" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.nlark.com/esutils/download/esutils-2.0.3.tgz", + "integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/follow-redirects": { + "version": "1.13.0", + "resolved": "https://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.13.0.tgz?cache=0&sync_timestamp=1597057976909&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffollow-redirects%2Fdownload%2Ffollow-redirects-1.13.0.tgz", + "integrity": "sha1-tC6Nk6Kn7qXtiGM2dtZZe8jjhNs=", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/good-listener": { + "version": "1.2.2", + "resolved": "https://registry.npm.taobao.org/good-listener/download/good-listener-1.2.2.tgz", + "integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=", + "dependencies": { + "delegate": "^3.1.2" + } + }, + "node_modules/highcharts": { + "version": "8.2.0", + "resolved": "https://registry.npm.taobao.org/highcharts/download/highcharts-8.2.0.tgz?cache=0&sync_timestamp=1597919354751&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhighcharts%2Fdownload%2Fhighcharts-8.2.0.tgz", + "integrity": "sha1-PUiTAVyvGnye2FKE2YORHoRGSfM=" + }, + "node_modules/lodash": { + "version": "4.17.20", + "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.20.tgz?cache=0&sync_timestamp=1597335994883&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.20.tgz", + "integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI=" + }, + "node_modules/normalize-wheel": { + "version": "1.0.1", + "resolved": "https://registry.npm.taobao.org/normalize-wheel/download/normalize-wheel-1.0.1.tgz", + "integrity": "sha1-rsiGr/2wRQcNhWRH32Ls+GFG7EU=" + }, + "node_modules/qs": { + "version": "6.9.4", + "resolved": "https://registry.npm.taobao.org/qs/download/qs-6.9.4.tgz", + "integrity": "sha1-kJCykNH5FyjTwi5UhDykSupatoc=", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.nlark.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz?cache=0&sync_timestamp=1626993001371&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fregenerator-runtime%2Fdownload%2Fregenerator-runtime-0.11.1.tgz", + "integrity": "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk=" + }, + "node_modules/resize-observer-polyfill": { + "version": "1.5.1", + "resolved": "https://registry.nlark.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz", + "integrity": "sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ=" + }, + "node_modules/select": { + "version": "1.1.2", + "resolved": "https://registry.npm.taobao.org/select/download/select-1.1.2.tgz", + "integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=" + }, + "node_modules/throttle-debounce": { + "version": "1.1.0", + "resolved": "https://registry.npm.taobao.org/throttle-debounce/download/throttle-debounce-1.1.0.tgz?cache=0&sync_timestamp=1604313832516&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fthrottle-debounce%2Fdownload%2Fthrottle-debounce-1.1.0.tgz", + "integrity": "sha1-UYU9o3vmihVctugns1FKPEIuic0=", + "engines": { + "node": ">=4" + } + }, + "node_modules/tiny-emitter": { + "version": "2.1.0", + "resolved": "https://registry.npm.taobao.org/tiny-emitter/download/tiny-emitter-2.1.0.tgz", + "integrity": "sha1-HRpW7fxRxD6GPLtTgqcjMONVVCM=" + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.nlark.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/vue-i18n": { + "version": "8.21.0", + "resolved": "https://registry.npm.taobao.org/vue-i18n/download/vue-i18n-8.21.0.tgz?cache=0&sync_timestamp=1597336528269&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-i18n%2Fdownload%2Fvue-i18n-8.21.0.tgz", + "integrity": "sha1-UmRQUl/buch3aFtbpsuVc7c9OUA=" + }, + "node_modules/vuex": { + "version": "3.5.1", + "resolved": "https://registry.npm.taobao.org/vuex/download/vuex-3.5.1.tgz", + "integrity": "sha1-8bjc6mSbwlJUz09DWAgdv12hiz0=", + "peerDependencies": { + "vue": "^2.0.0" + } + } + }, "dependencies": { "@babel/helper-module-imports": { "version": "7.0.0-beta.35", @@ -187,7 +418,8 @@ "vuex": { "version": "3.5.1", "resolved": "https://registry.npm.taobao.org/vuex/download/vuex-3.5.1.tgz", - "integrity": "sha1-8bjc6mSbwlJUz09DWAgdv12hiz0=" + "integrity": "sha1-8bjc6mSbwlJUz09DWAgdv12hiz0=", + "requires": {} } } } diff --git a/static/img/app st.png b/static/img/app st.png new file mode 100644 index 0000000000000000000000000000000000000000..541e57c4bc2a9c29cc6cbf92d78e81141f41692f GIT binary patch literal 4755 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 V_>Zd}g1_Dnl!}&esiO7E{{TaUkj?-A literal 0 HcmV?d00001 From 2ba00129b2b424494dc11666d063951d72bc31be Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 14 Jul 2023 22:37:15 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=BF=BD=E7=95=A5.hubuilderx=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- .hbuilderx/launch.json | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .hbuilderx/launch.json diff --git a/.gitignore b/.gitignore index fe45d0b..5ca0df3 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,4 @@ node_modules/ unpackage .idea/ -.hbuilderx \ No newline at end of file +.hbuilderx/ \ No newline at end of file diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json deleted file mode 100644 index 07c1d5f..0000000 --- a/.hbuilderx/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ - // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 - "version": "0.0", - "configurations": [{ - "default" : - { - "launchtype" : "local" - }, - "h5" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" - } - ] -} From e71e79386dc50ac70d6b77ec605852b8e55769c8 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 14 Jul 2023 22:53:37 +0800 Subject: [PATCH 3/4] =?UTF-8?q?CXICoin=E6=9B=BF=E6=8D=A2=E4=B8=BACXIPro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/lang/en.json | 2 +- i18n/lang/zh-CN.json | 2 +- i18n/lang/zh-TW.json | 2 +- pages/exchange/contract-history.vue | 2 +- pages/exchange/open-position.vue | 2 +- pages/income/index.vue | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/i18n/lang/en.json b/i18n/lang/en.json index 68cf119..eab7292 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -756,7 +756,7 @@ "a9":"multiple", "b0":"Are you sure you want to log out?", "b1":"Sign in or register", - "b2":"Hi, welcome to CXICoin", + "b2":"Hi, welcome to CXIPro", "b3":"amount", "b4":"spot index ", "b5":"Contract index", diff --git a/i18n/lang/zh-CN.json b/i18n/lang/zh-CN.json index cf2d8c2..7e69497 100644 --- a/i18n/lang/zh-CN.json +++ b/i18n/lang/zh-CN.json @@ -739,7 +739,7 @@ "a9": "倍数", "b0": "确定要退出登录吗?", "b1": "登录或注册", - "b2": "Hi,欢迎使用CXICoin", + "b2": "Hi,欢迎使用CXIPro", "b3": "量", "b4": "现货指数", "b5": "合约指数", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index a564ca8..c9bbf83 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -754,7 +754,7 @@ "a9":"倍數", "b0":"確定要登出嗎?", "b1":"登入或注册", - "b2":"Hi,歡迎使用CXICoin", + "b2":"Hi,歡迎使用CXIPro", "b3":"量", "b4":"現貨指數", "b5":"合約指數", diff --git a/pages/exchange/contract-history.vue b/pages/exchange/contract-history.vue index 90f1213..7f5d876 100644 --- a/pages/exchange/contract-history.vue +++ b/pages/exchange/contract-history.vue @@ -210,7 +210,7 @@ export default { myCanvas.font = '12px Arial';//绘制文字 myCanvas.fillText('全球合约领跑者',88,windowHeight*0.653); myCanvas.font = '16px Arial'; - myCanvas.fillText('CXICoin',88,windowHeight*0.63); + myCanvas.fillText('CXIPro',88,windowHeight*0.63); myCanvas.font = '14px Arial'; myCanvas.setFillStyle('#717171') myCanvas.fillText(i.symbol+'/USDT',25,windowHeight*0.53); diff --git a/pages/exchange/open-position.vue b/pages/exchange/open-position.vue index e35dc93..cd6a826 100644 --- a/pages/exchange/open-position.vue +++ b/pages/exchange/open-position.vue @@ -1008,7 +1008,7 @@ export default { myCanvas.font = '12px Arial';//绘制文字 myCanvas.fillText('全球合约领跑者',88,windowHeight*0.653); myCanvas.font = '16px Arial'; - myCanvas.fillText('CXICoin',88,windowHeight*0.63); + myCanvas.fillText('CXIPro',88,windowHeight*0.63); myCanvas.font = '14px Arial'; myCanvas.setFillStyle('#717171') myCanvas.fillText(i.pair_name,25,windowHeight*0.53); diff --git a/pages/income/index.vue b/pages/income/index.vue index a0d5e5c..b03c22e 100644 --- a/pages/income/index.vue +++ b/pages/income/index.vue @@ -98,7 +98,7 @@ - CXICoin + CXIPro 全球合约领跑者 From 042d9a4bafed7195c141f5a67b500837f732e0c8 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 14 Jul 2023 22:59:48 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=8D=95=E8=AF=8D?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/base/home.vue | 2 +- static/img/{app st.png => app_st.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename static/img/{app st.png => app_st.png} (100%) diff --git a/pages/base/home.vue b/pages/base/home.vue index 1797d20..8a4ec78 100644 --- a/pages/base/home.vue +++ b/pages/base/home.vue @@ -440,7 +440,7 @@ - App Stoer + App Store Android APK diff --git a/static/img/app st.png b/static/img/app_st.png similarity index 100% rename from static/img/app st.png rename to static/img/app_st.png