-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vite-web-wallet
updated
17 files
+2 −1 | .eslintrc.js | |
+3 −3 | pack/config.js | |
+0 −5 | package.json | |
+13 −0 | src/i18n/en.json | |
+13 −0 | src/i18n/zh.json | |
+14 −7 | src/services/apiServer.ts | |
+26 −1 | src/services/dnsHostIP.ts | |
+156 −0 | srcPC/components/dialog/changeRpcUrl.vue | |
+2 −0 | srcPC/components/dialog/index.js | |
+1 −0 | srcPC/index.js | |
+1 −0 | srcPC/pages/index.vue | |
+23 −0 | srcPC/pages/setting/netInfo.vue | |
+0 −8 | srcPC/pages/wallet/vote/index.vue | |
+46 −6 | srcPC/store/envVariable.js | |
+49 −0 | srcPC/utils/nodeApi.js | |
+3 −0 | srcPC/utils/store/constant.js | |
+1 −30 | yarn.lock |