mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
972ea6c78c
commit
07fa84c393
50
@types/vue/index.d.ts
vendored
50
@types/vue/index.d.ts
vendored
@ -1,50 +0,0 @@
|
|||||||
import { Vue, VueConstructor } from "./vue";
|
|
||||||
|
|
||||||
|
|
||||||
declare global
|
|
||||||
{
|
|
||||||
const Vue: VueConstructor<Vue>;
|
|
||||||
}
|
|
||||||
|
|
||||||
// export default Vue;
|
|
||||||
|
|
||||||
// export as namespace Vue;
|
|
||||||
|
|
||||||
export
|
|
||||||
{
|
|
||||||
CreateElement,
|
|
||||||
VueConstructor
|
|
||||||
} from "./vue";
|
|
||||||
|
|
||||||
export
|
|
||||||
{
|
|
||||||
Component,
|
|
||||||
AsyncComponent,
|
|
||||||
ComponentOptions,
|
|
||||||
FunctionalComponentOptions,
|
|
||||||
RenderContext,
|
|
||||||
PropType,
|
|
||||||
PropOptions,
|
|
||||||
ComputedOptions,
|
|
||||||
WatchHandler,
|
|
||||||
WatchOptions,
|
|
||||||
WatchOptionsWithHandler,
|
|
||||||
DirectiveFunction,
|
|
||||||
DirectiveOptions
|
|
||||||
} from "./options";
|
|
||||||
|
|
||||||
export
|
|
||||||
{
|
|
||||||
PluginFunction,
|
|
||||||
PluginObject
|
|
||||||
} from "./plugin";
|
|
||||||
|
|
||||||
export
|
|
||||||
{
|
|
||||||
VNodeChildren,
|
|
||||||
VNodeChildrenArrayContents,
|
|
||||||
VNode,
|
|
||||||
VNodeComponentOptions,
|
|
||||||
VNodeData,
|
|
||||||
VNodeDirective
|
|
||||||
} from "./vnode";
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/dark.min.css
vendored
2
min/dark.min.css
vendored
File diff suppressed because one or more lines are too long
@ -469,7 +469,10 @@
|
|||||||
.pgc-list .pgc-item .right-info .headline .pgc-label,
|
.pgc-list .pgc-item .right-info .headline .pgc-label,
|
||||||
.pgc-list .pgc-item,
|
.pgc-list .pgc-item,
|
||||||
#pgc-navigate-wrap .play-btn,
|
#pgc-navigate-wrap .play-btn,
|
||||||
#pgc-navigate-wrap .play-btn:hover
|
#pgc-navigate-wrap .play-btn:hover,
|
||||||
|
.el-picker-panel__body .el-date-table th,
|
||||||
|
.el-popper[x-placement^=bottom] .popper__arrow,
|
||||||
|
.el-popper[x-placement^=bottom] .popper__arrow:after
|
||||||
{
|
{
|
||||||
border-color: transparent !important;
|
border-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user