Update version number

This commit is contained in:
the1812 2021-01-24 21:57:07 +08:00
parent b9d82121dc
commit 44abe1fa9c
2 changed files with 10 additions and 3 deletions

View File

@ -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,

View File

@ -1 +1 @@
1.11.14 1.11.15