优化描述

This commit is contained in:
IndieKKY
2023-06-02 19:38:19 +08:00
parent 1a3ac30ec8
commit 8c8d5bf4e1
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "哔哩哔哩字幕列表", "name": "哔哩哔哩字幕列表",
"description": "显示B站视频的字幕列表,可点击跳转与下载字幕,并支持翻译和总结字幕!", "description": "显示B站视频的字幕列表,可点击跳转与下载字幕,并支持翻译和总结字幕!",
"version": "1.7.0", "version": "1.7.1",
"manifest_version": 3, "manifest_version": 3,
"permissions": [ "permissions": [
"storage" "storage"

View File

@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "bilibili-subtitle", "name": "bilibili-subtitle",
"version": "1.7.0", "version": "1.7.1",
"type": "module", "type": "module",
"description": "哔哩哔哩字幕列表", "description": "哔哩哔哩字幕列表",
"main": "index.js", "main": "index.js",

View File

@@ -163,7 +163,7 @@ export const getSummarize = (title: string | undefined, segments: Segment[] | un
} }
} }
content += '\n--- 哔哩哔哩字幕列表' content += '\n--- 哔哩哔哩字幕列表扩展'
if (!success) { if (!success) {
toast.error('未找到总结') toast.error('未找到总结')