You've already forked bilibili-subtitle
优化描述
This commit is contained in:
@@ -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"
|
||||||
|
@@ -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",
|
||||||
|
@@ -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('未找到总结')
|
||||||
|
Reference in New Issue
Block a user