timongh
|
fa6001eb7a
|
All Vue components are defined using defineComponent instead
|
2023-02-04 01:15:38 +08:00 |
|
timongh
|
e61aab874a
|
Update tools to vue3 compat
|
2023-02-04 00:04:24 +08:00 |
|
timongh
|
ddefdecef9
|
Fix the remaining issues after the merge
|
2023-02-03 22:24:14 +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
|
975951cee2
|
Remove marked type maybe wrong: DocSourceItem
|
2023-02-03 15:25:12 +08:00 |
|
timongh
|
06b3f74262
|
Fix a problem with the this loop definition in NavbarHistory.vue
|
2023-02-03 14:50:38 +08:00 |
|
timongh
|
76fb194773
|
fixup! Mark more specific types for Object, Array and Function in the props option
|
2023-02-03 14:39:04 +08:00 |
|
timongh
|
6e8f80973a
|
Mark the type of this for search in NavbarHistory.vue
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
|
2023-02-03 13:48:22 +08:00 |
|
timongh
|
36e070808b
|
Fix the return types in computed in DpiImage.vue
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
|
2023-02-03 13:46:19 +08:00 |
|
timongh
|
f349c0e9cc
|
Marking types for partially complex mixin
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
|
2023-02-03 13:43:30 +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
|
c2c0b7764b
|
Annotate this type when use lodash.debounce
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
|
2023-02-02 22:01:39 +08:00 |
|
timongh
|
a5cc1143b8
|
Add Vue.extend
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
|
2023-02-02 21:03:31 +08:00 |
|
timongh
|
946f8527f4
|
Extend @vue/tsconfig
|
2023-01-30 00:51:41 +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
|
9fd23d6507
|
Change for ts config: importsNotUsedAsValues
|
2023-01-29 01:03:51 +08:00 |
|
timongh
|
7a248529bb
|
Add ts config: importsNotUsedAsValues with corresponding eslint rule
|
2023-01-29 00:49:17 +08:00 |
|
the1812
|
d5b40b04bc
|
Fix comment styles
|
2023-01-26 19:48:59 +08:00 |
|
the1812
|
579eab05a3
|
Fix comment styles
|
2023-01-26 11:25:43 +08:00 |
|
the1812
|
e0b7d96066
|
Fix style for gift panel (fix #3243)
|
2023-01-23 21:40:45 +08:00 |
|
the1812
|
9503efe2ca
|
Fix link color in dark mode
|
2023-01-22 22:03:35 +08:00 |
|
the1812
|
0dec14efc4
|
Add disableCommentsSearchLink (#3648)
|
2023-01-22 14:47:16 +08:00 |
|
the1812
|
58512315d6
|
Merge branch 'preview-fixes' into preview-features
|
2023-01-22 14:12:25 +08:00 |
|
the1812
|
e51cb269e5
|
Merge branch 'preview-fixes' of https://github.com/the1812/Bilibili-Evolved into preview-fixes
|
2023-01-19 21:16:21 +08:00 |
|
the1812
|
3d6a3aac04
|
Allow downloadSubtitle in bangumi
|
2023-01-19 21:16:09 +08:00 |
|
Grant Howard
|
ccb8fb2c82
|
Merge pull request #3936 from Ethkuil/preview-fixes
Update default empty content (fix #3932)
|
2023-01-18 21:52:51 +08:00 |
|
Grant Howard
|
1906f687fe
|
Merge pull request #3915 from swhoro/preview-features
fix bug #3902
|
2023-01-18 21:52:35 +08:00 |
|
Ethkuil
|
300c1a0292
|
Replace mark with theme color for a
|
2023-01-18 15:29:05 +08:00 |
|
Ethkuil
|
44be1d577a
|
Update default empty content (fix #3932)
|
2023-01-18 00:28:23 +08:00 |
|
the1812
|
f3a3ea034c
|
Update bug report template
|
2023-01-15 16:02:08 +08:00 |
|
the1812
|
ada3f00d70
|
Update license
|
2023-01-15 16:00:40 +08:00 |
|
the1812
|
fdc1bae2a0
|
Add release notes dialog
|
2023-01-14 15:28:03 +08:00 |
|
the1812
|
6f1a57f5f9
|
Add Dialog API
|
2023-01-14 15:28:01 +08:00 |
|
aiden
|
49dc3f92db
|
optimize
|
2023-01-06 11:54:13 +08:00 |
|
aiden
|
f7af330f28
|
fix bug
|
2023-01-05 17:37:34 +08:00 |
|
the1812
|
fd7ac36c96
|
Merge branch 'preview-fixes' into preview-features
|
2023-01-04 09:03:53 +08:00 |
|
Grant Howard
|
c2c9ee8114
|
Merge pull request #3912 from Colerar/preview-fixes
修复首页排行榜数据问题
|
2023-01-04 09:00:22 +08:00 |
|
Grant Howard
|
de987000b9
|
Merge pull request #3908 from FoundTheWOUT/preview-features
Motrix download output
|
2023-01-04 08:58:18 +08:00 |
|
Colerar
|
b9dfeedd74
|
fix: home rank thirdItem data
(cherry picked from commit f85d90cfac75f009cc1733a88613a063174fb315)
|
2023-01-04 01:11:55 +08:00 |
|
the1812
|
af72350172
|
Improve margin
|
2023-01-03 23:21:41 +08:00 |
|
the1812
|
51ff19f20c
|
Fix comment style with images (fix #3872)
|
2023-01-03 23:19:27 +08:00 |
|
Waua
|
382af765c3
|
Motrix download output
|
2023-01-03 10:11:17 +08:00 |
|
the1812
|
c27b37bce1
|
Merge branch 'preview-fixes' into preview-features
|
2023-01-03 08:56:00 +08:00 |
|
the1812
|
059ff7285e
|
Fix build script (fix #3903)
|
2023-01-02 18:46:53 +08:00 |
|
the1812
|
fb634126ad
|
Update docs
|
2023-01-01 21:51:43 +08:00 |
|
the1812
|
4c883d7cfd
|
Merge branch 'preview-fixes' into preview-features
|
2023-01-01 21:49:16 +08:00 |
|
the1812
|
2b14fea1d9
|
Update docs
|
2023-01-01 17:26:40 +08:00 |
|