From a0f00b086ef790e4e87291051e4e31081dc81d38 Mon Sep 17 00:00:00 2001 From: Blizzard Date: Thu, 30 Jul 2026 09:24:43 +0800 Subject: [PATCH] =?UTF-8?q?chore(fe):=20=E7=A7=BB=E9=99=A4=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=9A=84=20token=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8Cpreview-v3=20=E5=8A=A0=E8=BF=9B=E5=8C=85=E4=BD=93?= =?UTF-8?q?=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit adm.txt 是联调时写 access token 的临时文件,我 cwd 弄错写进了 pets-fe 并跟着 上一个提交进了仓库。撤掉并在 .gitignore 里堵住(连 at.txt 一起)。 preview-v3.html 加进 packOptions.ignore,和 preview.html / preview-v2.html 一样 不进小程序包体。 Co-Authored-By: Claude Opus 5 --- pets-fe/.gitignore | 4 ++++ pets-fe/adm.txt | 1 - pets-fe/project.config.json | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 pets-fe/.gitignore delete mode 100644 pets-fe/adm.txt diff --git a/pets-fe/.gitignore b/pets-fe/.gitignore new file mode 100644 index 0000000..1b445c8 --- /dev/null +++ b/pets-fe/.gitignore @@ -0,0 +1,4 @@ + +# 联调时写 token 的临时文件 +adm.txt +at.txt diff --git a/pets-fe/adm.txt b/pets-fe/adm.txt deleted file mode 100644 index 0a08bb0..0000000 --- a/pets-fe/adm.txt +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjM0MTAyNzAxOTEwMzkzMjQxNiIsImtpbmQiOiJ1c2VyIiwibmFtZSI6IuiCieWeq-eIseWlveiAhTA0NTE3IiwiaXNzIjoicGV0cy1iZSIsImV4cCI6MTc4NTM4MTU3NywiaWF0IjoxNzg1Mzc0Mzc3fQ.iDKxUsk3ICp4JlrqiDvBbj_1NnHV687DD2zNUuRb0z8 \ No newline at end of file diff --git a/pets-fe/project.config.json b/pets-fe/project.config.json index 8b137dc..17dcaad 100644 --- a/pets-fe/project.config.json +++ b/pets-fe/project.config.json @@ -25,6 +25,10 @@ { "type": "folder", "value": "scripts" + }, + { + "type": "file", + "value": "preview-v3.html" } ], "include": []