Skip to content

Commit

Permalink
Merge pull request #426 from the1812/preview
Browse files Browse the repository at this point in the history
Update to v1.10.14
  • Loading branch information
the1812 authored Apr 3, 2020
2 parents 7bfcab4 + 3611db0 commit e00c99b
Show file tree
Hide file tree
Showing 101 changed files with 1,713 additions and 735 deletions.
14 changes: 14 additions & 0 deletions @types/global/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ declare global {
$: JQueryStatic
[key: string]: any
}
interface Document {
pictureInPictureElement: HTMLElement | null
exitPictureInPicture: () => void
}
interface HTMLVideoElement
{
requestPictureInPicture: () => void
}
class SpinQuery {
static condition<T>(query: () => T, condition: (queryResult: T) => boolean, success: (queryResult: T) => void, failed?: () => void): void
static condition<T>(query: () => T, condition: (queryResult: T) => boolean): Promise<T>
Expand Down Expand Up @@ -444,6 +452,12 @@ declare global {
foregroundColorMode: '自动' | '白色' | '黑色'
preserveEventBanner: boolean
bvidConvert: boolean
fixedSidebars: boolean
updateCdn: 'jsDelivr' | 'GitHub',
lastNewVersionCheck: number,
newVersionCheckInterval: number,
useDarkStyleAsUserStyle: boolean,
livePip: boolean,
latestVersionLink: string,
currentVersion: string,
}
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
> 某些破坏性的大更新会使旧版脚本**完全**无法运行, 请及时检查更新.
## 备用安装源
如果默认的安装链接无法使用, 可以尝试以下的备用安装源, 内容更新与 GitHub 可能稍有延迟.
如果默认的安装链接无法使用, 可以尝试以下的备用安装源(连接速度从高到低), 内容更新与 GitHub 可能稍有延迟.

| | 正式版 | 预览版 | 离线版 | 预览离线版 |
| ---------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| jsDelivr | [安装](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/bilibili-evolved.user.js) | [安装](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/bilibili-evolved.preview.user.js) | [安装](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/bilibili-evolved.offline.user.js) | [安装](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/bilibili-evolved.preview-offline.user.js) |
| GreasyFork | [安装](https://greasyfork.org/scripts/373563-bilibili-evolved/code/Bilibili%20Evolved.user.js) | [安装](https://greasyfork.org/scripts/373564-bilibili-evolved-preview/code/Bilibili%20Evolved%20(Preview).user.js) | [安装](https://greasyfork.org/scripts/373565-bilibili-evolved-offline/code/Bilibili%20Evolved%20(Offline).user.js) | [安装](https://greasyfork.org/scripts/373566-bilibili-evolved-preview-offline/code/Bilibili%20Evolved%20(Preview%20Offline).user.js) |
| GitHub | [安装](https://github.com/the1812/Bilibili-Evolved/raw/master/bilibili-evolved.user.js) | [安装](https://github.com/the1812/Bilibili-Evolved/raw/preview/bilibili-evolved.preview.user.js) | [安装](https://github.com/the1812/Bilibili-Evolved/raw/master/bilibili-evolved.offline.user.js) | [安装](https://github.com/the1812/Bilibili-Evolved/raw/preview/bilibili-evolved.preview-offline.user.js) |
| | 更新延迟 | 正式版 | 预览版 | 离线版 | 预览离线版 |
| ---------- | ------------ | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| jsDelivr | 24h | [安装](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/bilibili-evolved.user.js) | [安装](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/bilibili-evolved.preview.user.js) | [安装](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/bilibili-evolved.offline.user.js) | [安装](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/bilibili-evolved.preview-offline.user.js) |
| GreasyFork | 12h | [安装](https://greasyfork.org/scripts/373563-bilibili-evolved/code/Bilibili%20Evolved.user.js) | [安装](https://greasyfork.org/scripts/373564-bilibili-evolved-preview/code/Bilibili%20Evolved%20(Preview).user.js) | [安装](https://greasyfork.org/scripts/373565-bilibili-evolved-offline/code/Bilibili%20Evolved%20(Offline).user.js) | [安装](https://greasyfork.org/scripts/373566-bilibili-evolved-preview-offline/code/Bilibili%20Evolved%20(Preview%20Offline).user.js) |
| GitHub | <1h | [安装](https://github.com/the1812/Bilibili-Evolved/raw/master/bilibili-evolved.user.js) | [安装](https://github.com/the1812/Bilibili-Evolved/raw/preview/bilibili-evolved.preview.user.js) | [安装](https://github.com/the1812/Bilibili-Evolved/raw/master/bilibili-evolved.offline.user.js) | [安装](https://github.com/the1812/Bilibili-Evolved/raw/preview/bilibili-evolved.preview-offline.user.js) |


# 设置
Expand Down
Loading

0 comments on commit e00c99b

Please sign in to comment.