Commit Graph

181 Commits

Author SHA1 Message Date
timongh
d2bfb2a6e1 Change the way Vue instances are created. 2023-02-04 17:45:03 +08:00
timongh
fa6001eb7a All Vue components are defined using defineComponent instead 2023-02-04 01:15:38 +08:00
timongh
185770030d Merge branch 'extend-vue-tsconfig' into update-to-vue3-compat
# Conflicts:
#	registry/lib/components/style/custom-navbar/favorites/FavoritesFolderSelect.vue
#	registry/lib/components/style/custom-navbar/feeds/tabs/next-page.ts
#	registry/lib/components/style/home-redesign/fresh/VideoList.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/blackboard/Blackboard.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/Categories.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/categories.ts
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/content/Default.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/content/RankList.vue
#	registry/lib/components/style/home-redesign/mixin.ts
#	registry/lib/components/utils/black-list/BlackListSettings.vue
#	registry/lib/components/utils/dev-client/Action.vue
#	registry/lib/components/utils/keymap/settings/KeymapSettingsRow.vue
#	registry/lib/components/video/download/inputs/EpisodesPicker.vue
#	registry/lib/components/video/download/inputs/episode-item.ts
#	src/components/SwitchOptions.vue
#	src/components/feeds/VideoCard.vue
#	src/components/settings-panel/ComponentDetail.vue
#	src/components/settings-panel/ComponentOption.vue
#	src/components/settings-panel/ComponentSettings.vue
#	src/components/settings-panel/sub-pages/manage-panel/ManagePanel.vue
#	src/components/settings-panel/sub-pages/online-registry/RegistryItem.vue
#	src/core/toast/ToastCard.vue
#	src/ui/ImagePicker.vue
#	src/ui/TabControl.vue
2023-02-03 22:20:15 +08:00
timongh
4bb70030b8 Mark more specific types for Object, Array and Function in the props option
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
2023-02-03 13:11:26 +08:00
timongh
accae5d047 Mark [] and {} in the data option with a more specific type
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
2023-02-03 00:05:35 +08:00
timongh
f0d24bd652 Annotate return type of methods in computed option
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
2023-02-02 22:51:08 +08:00
timongh
fadc39fc5c add ts config: noImplicitThis 2023-01-29 18:06:00 +08:00
timongh
1c9e0d0aac
Merge branch 'preview-features' into consistent-type-imports 2023-01-29 01:32:02 +08:00
timongh
7a248529bb Add ts config: importsNotUsedAsValues with corresponding eslint rule 2023-01-29 00:49:17 +08:00
the1812
58512315d6 Merge branch 'preview-fixes' into preview-features 2023-01-22 14:12:25 +08:00
the1812
3d6a3aac04 Allow downloadSubtitle in bangumi 2023-01-19 21:16:09 +08:00
the1812
1dc61a3d7f Merge branch 'preview-features' of https://github.com/the1812/Bilibili-Evolved into preview-features 2023-01-01 16:01:38 +08:00
the1812
cc491ee005 Merge branch 'preview-fixes' into preview-features 2023-01-01 16:01:33 +08:00
Grant Howard
04eed092f3
Merge pull request #3864 from Tinhone/preview-features
扩展倍速: 添加设置选项
2022-12-31 21:49:33 +08:00
the1812
e5494c9a1e Add third-party cookie description 2022-12-31 16:08:31 +08:00
the1812
307d26caa1 Merge branch 'preview-features' into component-option-types 2022-12-30 12:26:54 +08:00
the1812
77082dfe26 Allow section folding (#3764) 2022-12-30 09:45:01 +08:00
the1812
4ce69b640b Merge branch 'preview-fixes' into preview-features 2022-12-29 23:21:59 +08:00
the1812
780d67b4a4 Update video popup class (fix #3853) 2022-12-29 23:21:16 +08:00
the1812
79dbded04e Fix episode title style (fix #3841) 2022-12-29 22:16:03 +08:00
the1812
739ef5ef9e Fix language code (fix #3873) 2022-12-29 22:04:03 +08:00
Tinhone
52b9a3afa3 Update component.ts 2022-12-29 05:18:43 +08:00
the1812
6bf868dc36 Merge branch 'preview-fixes' into preview-features 2022-12-20 11:17:16 +08:00
wisokey
3d2a712ef5 显示视频投稿时间适配新版页面 2022-12-16 23:59:51 +08:00
Tinhone
d70d183a5e 扩展倍速: 添加设置选项
添加了[隐藏移除图标][隐藏新增图标]以供用户选择
2022-12-11 16:54:30 +08:00
the1812
377a805d8e Merge branch 'preview-fixes' into preview-features 2022-11-14 08:30:45 +08:00
the1812
df11e442fa Merge branch 'preview-fixes' of https://github.com/the1812/Bilibili-Evolved into preview-fixes 2022-11-13 14:51:23 +08:00
the1812
451c71690c Fix icon size in widescreen 2022-11-13 14:51:02 +08:00
the1812
1c6917e4c9 Fix icon size in widescreen 2022-11-13 14:46:37 +08:00
the1812
5e820347e2 Restore 1080P for flv 2022-11-13 14:43:05 +08:00
the1812
9320fd2bb8 Remove log 2022-11-13 14:14:32 +08:00
the1812
d17aff5801 Add StreamSaver output 2022-11-13 14:13:09 +08:00
the1812
993ff743f8 Merge branch 'preview-fixes' into preview-features 2022-11-13 12:30:40 +08:00
the1812
2a3d126ba7 Add disableScrollVolume (#3489) 2022-11-13 12:22:31 +08:00
Grant Howard
f894717a39
Merge pull request #3797 from Ethkuil/3794
fix(bvidConvert): copied link
2022-11-12 23:47:13 +08:00
the1812
a29ddcd0d8 Fix null error 2022-11-12 23:23:03 +08:00
the1812
f3b575aacc Improve expandDanmakuList (#1734)
- Add ignoreWithEpisodes option
- Fix danmaku count detection
2022-11-12 23:17:31 +08:00
Ethkuil
27b8d6495c style: lint 2022-11-07 17:11:14 +08:00
Ethkuil
4c44287ca1 Fix copy link for av and bv number (fix #3794) 2022-11-07 16:18:50 +08:00
JLoeve
58d5b3759d fix(extend-speed): 修复3.x播放器1.5x倍速可能无法点击的问题
fix: #3539
2022-11-06 19:23:01 +08:00
alioth
3b44b9e84f 新增下载视频时选择是否使用备用下载地址的功能 2022-11-03 21:57:35 +08:00
the1812
27b1479c59 Merge full episode list & title
close #692, #3752
2022-10-22 00:15:23 +08:00
the1812
a308b46367 Fix duplicate key (fix #3752) 2022-10-21 08:37:02 +08:00
the1812
2f921b5fd5 Use external description file 2022-10-19 23:42:09 +08:00
the1812
91823adb70 Merge branch 'preview-fixes' into preview-features 2022-10-19 22:56:02 +08:00
the1812
f48bdb6b8b Fix danmaku orders (fix #3739) 2022-10-19 09:00:59 +08:00
the1812
4b53e12b86 Fix reading danmaku settings (#3739) 2022-10-19 08:50:24 +08:00
the1812
9764a6730d Update description (close #3746) 2022-10-18 23:18:52 +08:00
the1812
99cee36b81 Fix show cover in watchlater 2022-10-16 09:42:43 +08:00
the1812
08e8f6d80f Add full episode list (#3380) 2022-10-16 09:15:39 +08:00