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
b9d82121dc
commit
44abe1fa9c
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Bilibili Evolved (Preview)
|
// @name Bilibili Evolved (Preview)
|
||||||
// @version 1.11.14
|
// @version 1.11.15
|
||||||
// @description Bilibili Evolved 的预览版, 可以抢先体验新功能.
|
// @description Bilibili Evolved 的预览版, 可以抢先体验新功能.
|
||||||
// @author Grant Howard, Coulomb-G
|
// @author Grant Howard, Coulomb-G
|
||||||
// @copyright 2021, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
// @copyright 2021, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||||
@ -126,7 +126,7 @@ window.EventTarget = class EventTarget {
|
|||||||
}
|
}
|
||||||
// Safari EventTarget polyfill end
|
// Safari EventTarget polyfill end
|
||||||
|
|
||||||
import { logError, raiseEvent, loadLazyPanel, loadDanmakuSettingsPanel, loadLazyPlayerSettingsPanel, loadSubtitleSettingsPanel, contentLoaded, fixed, isOffline, getUID, scriptVersion, getCsrf, formatCount, escapeFilename } from './utils'
|
import { logError, raiseEvent, loadLazyPanel, loadDanmakuSettingsPanel, loadLazyPlayerSettingsPanel, loadSubtitleSettingsPanel, contentLoaded, fixed, isOffline, getUID, scriptVersion, getCsrf, formatCount, escapeFilename, fullyLoaded, formatDuration, formatFileSize, getDpiSourceSet, videoCondition, matchPattern, formData, retrieveImageUrl, isTyping, getAid } from './utils'
|
||||||
import { settings, loadSettings, settingsChangeHandlers } from './settings'
|
import { settings, loadSettings, settingsChangeHandlers } from './settings'
|
||||||
import { Ajax, setupAjaxHook } from './ajax'
|
import { Ajax, setupAjaxHook } from './ajax'
|
||||||
import { loadResources } from './resource-loader'
|
import { loadResources } from './resource-loader'
|
||||||
@ -257,6 +257,7 @@ import { store } from './store'
|
|||||||
loadDanmakuSettingsPanel,
|
loadDanmakuSettingsPanel,
|
||||||
loadSubtitleSettingsPanel,
|
loadSubtitleSettingsPanel,
|
||||||
contentLoaded,
|
contentLoaded,
|
||||||
|
fullyLoaded,
|
||||||
fixed,
|
fixed,
|
||||||
settings,
|
settings,
|
||||||
settingsChangeHandlers,
|
settingsChangeHandlers,
|
||||||
@ -281,6 +282,12 @@ import { store } from './store'
|
|||||||
getCsrf,
|
getCsrf,
|
||||||
formatCount,
|
formatCount,
|
||||||
escapeFilename,
|
escapeFilename,
|
||||||
|
videoCondition,
|
||||||
|
matchPattern,
|
||||||
|
formData,
|
||||||
|
retrieveImageUrl,
|
||||||
|
isTyping,
|
||||||
|
getAid,
|
||||||
installStyle,
|
installStyle,
|
||||||
uninstallStyle,
|
uninstallStyle,
|
||||||
toggleStyle,
|
toggleStyle,
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.11.14
|
1.11.15
|
||||||
Loading…
Reference in New Issue
Block a user