Skip to content

Commit

Permalink
update: item details
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Oct 21, 2024
1 parent e5df4d2 commit 85099b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- 新增:字幕样式 字重设定
- 新增:弹幕样式 字体和字重设定
- 优化:热门页 双列样式
- 更新:部分功能细节

## 4.0.3

Expand Down
1 change: 1 addition & 0 deletions src/modules/rules/homepage/groups/rcmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const homepageRcmdItems: Item[] = [
type: 'switch',
id: 'homepage-move-no-interest',
name: '移动 负反馈按钮 恢复标题宽度',
description: ['负反馈报文可能被其他插件阻断而失效', '可 F12 检查负反馈时有无报错'],
},
{
type: 'switch',
Expand Down
22 changes: 0 additions & 22 deletions src/types/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,29 +1,7 @@
export declare global {
interface Window {
isWide?: boolean
hasBlackSide?: boolean
setSize?: function
webAbTest?: {
danmuku_block_version?: string
}
vd?: {
aid?: number
bvid?: string
}
player?: {
__core: () => {
uiStore: {
state: {
miniScreenBottom: number
miniScreenRight: number
}
}
}
}
__INITIAL_STATE__?: {
abtest?: {
comment_next_version?: 'ELEMENTS' | 'DEFAULT'
}
related?: {
bvid?: string
}[]
Expand Down

0 comments on commit 85099b6

Please sign in to comment.