timongh
|
495b52a095
|
Fix type of assetsOptions in DownloadVideo.vue
|
2023-02-09 18:06:03 +08:00 |
|
timongh
|
1ca7edb29e
|
Remove Component's generic parameters
|
2023-02-09 17:55:20 +08:00 |
|
timongh
|
6a33d760d3
|
Replace () => import(./TheComponent.vue) to defineAsyncComponent
|
2023-02-09 17:41:14 +08:00 |
|
timongh
|
8f4f393c87
|
Use type Component as vue component in src/components/types.ts
|
2023-02-09 16:55:10 +08:00 |
|
timongh
|
4388cdf186
|
Use type Component as vue component in lib/components/video/download/types.ts
|
2023-02-09 14:04:40 +08:00 |
|
timongh
|
d24fbdd89a
|
Removed all use of $refs. Instead, use ref() to define component references.
|
2023-02-09 03:10:06 +08:00 |
|
timongh
|
f3f7e34a41
|
Change beforeDestroy to beforeUnmount
|
2023-02-07 12:07:51 +08:00 |
|
timongh
|
125a0c6595
|
Removes all uses of the variable Vue in vue2
|
2023-02-07 11:56:38 +08:00 |
|
timongh
|
481ec887ae
|
Replace class name for vue <Transition> component
|
2023-02-07 01:49:52 +08:00 |
|
timongh
|
74267e5531
|
Change render method to vue3 style
|
2023-02-05 14:42:02 +08:00 |
|
timongh
|
ab9e5aacaf
|
Update v-model definition to vue3 style
|
2023-02-05 04:39:29 +08:00 |
|
timongh
|
c07abaaa05
|
Document all vue events with the emits option.
|
2023-02-05 02:18:43 +08:00 |
|
timongh
|
0cc80b29ef
|
Remove all vue .native modifier
|
2023-02-05 02:02:00 +08:00 |
|
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 |
|