From 910b1ce6d98ec80c75ce9e0a93ff5f657c17d12f Mon Sep 17 00:00:00 2001 From: IndieKKY Date: Thu, 10 Oct 2024 11:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.config.ts b/manifest.config.ts index a5174d8..eb15ec1 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -12,7 +12,7 @@ const [major, minor, patch, label = '0'] = version .split(/[.-]/) export default defineManifest(async (env) => ({ - "name": "哔哔君 - 哔哩哔哩字幕列表", + "name": "哔哔君 - bilibili哔哩哔哩字幕列表", "description": "显示B站视频的字幕列表,可点击跳转与下载字幕,并支持翻译和总结字幕!", "version": `${major}.${minor}.${patch}`, "manifest_version": 3,