mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update version number
This commit is contained in:
parent
462f7dbbd4
commit
539e101418
1
@types/global/index.d.ts
vendored
1
@types/global/index.d.ts
vendored
@ -11,6 +11,7 @@ declare global
|
||||
dir: string
|
||||
host: string
|
||||
port: string
|
||||
skipByDefault: boolean
|
||||
}
|
||||
interface MonkeyInfo
|
||||
{
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Offline)
|
||||
// @version 370.83
|
||||
// @version 370.84
|
||||
// @description Bilibili Evolved 的离线版, 所有功能都已内置于脚本中.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
@ -239,6 +239,7 @@ const settings = {
|
||||
dir: '',
|
||||
host: '127.0.0.1',
|
||||
port: '6800',
|
||||
skipByDefault: false,
|
||||
},
|
||||
cache: {},
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Preview Offline)
|
||||
// @version 370.83
|
||||
// @version 370.84
|
||||
// @description Bilibili Evolved 的预览离线版, 可以抢先体验新功能, 并且所有功能都已内置于脚本中.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
@ -239,6 +239,7 @@ const settings = {
|
||||
dir: '',
|
||||
host: '127.0.0.1',
|
||||
port: '6800',
|
||||
skipByDefault: false,
|
||||
},
|
||||
cache: {},
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Preview)
|
||||
// @version 1.8.10
|
||||
// @version 1.8.11
|
||||
// @description Bilibili Evolved 的预览版, 可以抢先体验新功能.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
@ -238,6 +238,7 @@ const settings = {
|
||||
dir: '',
|
||||
host: '127.0.0.1',
|
||||
port: '6800',
|
||||
skipByDefault: false,
|
||||
},
|
||||
cache: {},
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved
|
||||
// @version 1.8.10
|
||||
// @version 1.8.11
|
||||
// @description 增强哔哩哔哩Web端体验: 下载视频, 音乐, 封面, 弹幕; 自定义播放器的画质, 模式, 布局; 自定义顶栏, 删除广告, 使用夜间模式; 以及增加对触屏设备的支持等.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
@ -238,6 +238,7 @@ const settings = {
|
||||
dir: '',
|
||||
host: '127.0.0.1',
|
||||
port: '6800',
|
||||
skipByDefault: false,
|
||||
},
|
||||
cache: {},
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Preview)
|
||||
// @version 1.8.10
|
||||
// @version 1.8.11
|
||||
// @description Bilibili Evolved 的预览版, 可以抢先体验新功能.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
|
||||
@ -131,6 +131,7 @@ export const settings = {
|
||||
dir: '',
|
||||
host: '127.0.0.1',
|
||||
port: '6800',
|
||||
skipByDefault: false,
|
||||
},
|
||||
cache: {},
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
1.8.10
|
||||
1.8.11
|
||||
Loading…
Reference in New Issue
Block a user