From d5381ec06ab5f549fade867c3a874de613bdd5d4 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 07 Jun 2024 10:23:41 +0800
Subject: [PATCH] 去掉BNB充值,调试好充值接口
---
public/index.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/index.html b/public/index.html
index 5259018..64f4bba 100644
--- a/public/index.html
+++ b/public/index.html
@@ -8,7 +8,7 @@
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0,viewport-fit=cover">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>
- <%= htmlWebpackPlugin.options.title %>
+ USDTONE
</title>
<link rel="manifest" href="./desk/manifest.json">
<meta name="theme-color" content="white">
@@ -20,8 +20,8 @@
<body>
<noscript>
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
- Please enable it to continue.</strong>
+ <strong>We're sorry but USDTONE doesn't work properly without JavaScript enabled.
+ Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
--
Gitblit v1.9.3