From fece5eca8e43c4d631130da30d8defdfcc80c3eb Mon Sep 17 00:00:00 2001 From: arvinxx Date: Thu, 24 Aug 2023 23:51:05 +0800 Subject: [PATCH] =?UTF-8?q?:lipstick:=20style:=20=E4=BC=98=E5=8C=96=20sett?= =?UTF-8?q?ings=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index fe1a9a5..ac98724 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -29,7 +29,8 @@ "SERPAPI_API_KEY": { "title": "SerpAPI API Key", "description": "please fill SerpAPI API Key to use search engine. [Learn more](https://github.com/lobehub/chat-plugin-search-engine)", - "type": "string" + "type": "string", + "format": "password" } } }