diff --git a/src/client/bilibili-evolved.js b/src/client/bilibili-evolved.js index dccdc3da5..d3f687d4c 100644 --- a/src/client/bilibili-evolved.js +++ b/src/client/bilibili-evolved.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Bilibili Evolved (Preview) -// @version 1.11.14 +// @version 1.11.15 // @description Bilibili Evolved 的预览版, 可以抢先体验新功能. // @author Grant Howard, 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 -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 { Ajax, setupAjaxHook } from './ajax' import { loadResources } from './resource-loader' @@ -257,6 +257,7 @@ import { store } from './store' loadDanmakuSettingsPanel, loadSubtitleSettingsPanel, contentLoaded, + fullyLoaded, fixed, settings, settingsChangeHandlers, @@ -281,6 +282,12 @@ import { store } from './store' getCsrf, formatCount, escapeFilename, + videoCondition, + matchPattern, + formData, + retrieveImageUrl, + isTyping, + getAid, installStyle, uninstallStyle, toggleStyle, diff --git a/version.txt b/version.txt index 717ff4bfa..2e776089c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.11.14 \ No newline at end of file +1.11.15 \ No newline at end of file