From 928c69540d01e6e1e8346c03d70046e774820b1a Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Thu, 27 Jun 2024 21:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E9=87=8F=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=88=A4=E6=96=AD=E3=80=81=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?=E6=95=99=E7=A8=8B=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.text.production | 14 ++++++++++++++ package.json | 1 + src/view/mintIndex.vue | 8 ++++---- 3 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 .env.text.production diff --git a/.env.text.production b/.env.text.production new file mode 100644 index 0000000..ec1f361 --- /dev/null +++ b/.env.text.production @@ -0,0 +1,14 @@ +VITE_BASE_API='https://oauth-svr.cebggame.com/mint' +VUE_APP_GPAL_API='http://192.168.100.83:4000/sns' +VITE_GPAL_ROUTER='https://vlpwkzon-testflight.counterfire.games' +VITE_TOKENID_ID='0x343b' +VITE_NET_ID='13371' +VITE_ERC_ADDRESS='0x52A6c53869Ce09a731CD772f245b97A4401d3348' +VITE_CFNFT_ADDRESS='0x3A85cA6615953c683826FBe54fA5e2a770ee8bA2' +VITE_CLAIMWL_ADDRESS='0xc7de4C8f802e29B21C21379eD3190Cc0c36C0c28' +VITE_PASSPORT_PUBLISHABLE_KEY=pk_imapik-tU10buLqoyLZ0o54rcub +VITE_PASSPORT_CLIENT_ID=tTB5eEedqDOHPHMI41sRDGmqAQwus9oE +VITE_PRODUCTION=production +VITE_RPC_API='https://rpc.immutable.com/' +VITE_HX_API='https://explorer.immutable.com/tx/' +VITE_MKT_API='https://market-api.counterfire.games' \ No newline at end of file diff --git a/package.json b/package.json index 08cd207..66abf84 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "dev": "vite --host --mode development", "build": "vite build --mode development", "build:prod": "vite build --mode production", + "build:text": "vite build --mode text.production", "preview": "vite preview" }, "dependencies": { diff --git a/src/view/mintIndex.vue b/src/view/mintIndex.vue index 77e31df..2e2c2df 100644 --- a/src/view/mintIndex.vue +++ b/src/view/mintIndex.vue @@ -100,7 +100,7 @@
- Learn More + Learn More
Supply
@@ -211,7 +211,7 @@
-

{{ totalLimit+500 }}/{{getMintConfig.maxSupply}}

+

{{ totalLimit+500 }}/{{getMintConfig.maxSupply}}

Supply
@@ -400,7 +400,7 @@
-

{{ totalLimit+500 }}/{{getMintConfig.maxSupply}}

+

{{ totalLimit+500 }}/{{getMintConfig.maxSupply}}

Supply