From 3cc4bb6036c4302fe7e3fea7b6d0bd194ca17a68 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 8 Dec 2023 18:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.html | 28 ++++++++++++++++++++++++++++ manifest.json | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 main.html diff --git a/main.html b/main.html new file mode 100644 index 0000000..7fd71b7 --- /dev/null +++ b/main.html @@ -0,0 +1,28 @@ + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + + + + + + + + + +
+ + + diff --git a/manifest.json b/manifest.json index 2fd21f6..75c4967 100644 --- a/manifest.json +++ b/manifest.json @@ -113,6 +113,7 @@ "base" : "./" }, "domain" : "https://app.btcoinmt.com", - "title" : "BTCoinmt" + "title" : "BTCoinmt", + "template" : "main.html" } }