This repository has been archived by the owner on Apr 20, 2020. It is now read-only.
forked from CITA-Toys/CITA-Toys-Wallet
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge develop to master for release 0.1.0 (#17)
* update: refact config context route app index * update: adjust loading timing * update: update def * update: update notification and server list style * update: move lngs to env config * Feature/refactor (#8) * update: refact config context route app index * update: adjust loading timing * update: update def * update: update notification and server list style * update: move lngs to env config * update: update search params display * Update README.md (#10) * update: add notice of tps in doc * update: refactor config, metadata module * Feature/refactor (#11) * update: refact config context route app index * update: adjust loading timing * update: update def * update: update notification and server list style * update: move lngs to env config * update: update search params display * update: add notice of tps in doc * update: refactor config, metadata module * update: update readme * fix: fix metadata panel style * Fix/fix metadata panel style (#14) * update: refact config context route app index * update: adjust loading timing * update: update def * update: update notification and server list style * update: move lngs to env config * update: update search params display * update: add notice of tps in doc * update: refactor config, metadata module * fix: fix metadata panel style * fix: fix metadata panel height * Fix/fix metadata style (#15) * update: refact config context route app index * update: adjust loading timing * update: update def * update: update notification and server list style * update: move lngs to env config * update: update search params display * update: add notice of tps in doc * update: refactor config, metadata module * fix: fix metadata panel style * fix: fix metadata panel height * update: add badge * update: update appchain badge link * update: update appchain badge color
- Loading branch information
1 parent
6e008c5
commit 9a0a5dc
Showing
21 changed files
with
303 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PUBLIC=localhost:8082 | ||
CHAIN_SERVERS=http://121.196.200.225:1337,http://47.94.105.226:1337 | ||
CHAIN_SERVER=http://47.96.231.19:4000 | ||
APP_NAME=Microscope | ||
LNGS=zh,en,ja-JP,ko,de,it,fr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "nervos-web", | ||
"name": "Microscope", | ||
"version": "0.1.0", | ||
"description": "NervOS Web", | ||
"main": "index.js", | ||
"repository": "https://github.com/CITA-Toys/CITA-Toys-Wallet", | ||
"repository": "https://github.com/cryptape/microscope", | ||
"author": "Keith <[email protected]>", | ||
"license": "MIT", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.