timongh
|
7cfb9938ba
|
Fix result type of code loading
|
2022-03-31 15:53:14 +08:00 |
|
timongh
|
b8ea52e356
|
Revert "Fix default display name"
This reverts commit 1be862acba.
It is not a bug.
|
2022-03-29 15:40:56 +08:00 |
|
timongh
|
1be862acba
|
Fix default display name
|
2022-03-29 15:18:31 +08:00 |
|
timongh
|
7b4201475a
|
Change the way of feature code loading
|
2022-03-29 15:12:02 +08:00 |
|
the1812
|
06e48542ab
|
Build files
|
2022-03-22 13:52:54 +08:00 |
|
the1812
|
84b92e6e45
|
Merge branch 'master' into preview
|
2022-03-22 13:48:41 +08:00 |
|
the1812
|
d3c63973d2
|
Update version number
|
2022-03-21 23:53:51 +08:00 |
|
the1812
|
3e445f0ad7
|
Use string param
|
2022-03-21 23:43:36 +08:00 |
|
the1812
|
2ea9f3a0ce
|
Add random scope
|
2022-03-21 23:43:24 +08:00 |
|
timongh
|
fae9a7eeb3
|
Change notifyNewVersion to define api
|
2022-03-21 19:33:19 +08:00 |
|
timongh
|
5678c19868
|
Specify the return type of method getGeneralSettings
|
2022-03-21 19:06:32 +08:00 |
|
timongh
|
c68acc079d
|
Change autoUpdate to define api
|
2022-03-21 18:58:51 +08:00 |
|
timongh
|
cf9ac6f849
|
Change i18n to define api
|
2022-03-21 14:26:50 +08:00 |
|
the1812
|
a3f6043e21
|
Merge branch 'preview-fixes' into preview-features
|
2022-03-21 13:25:54 +08:00 |
|
timongh
|
2cbebd7d95
|
Change launchBar to define api
|
2022-03-21 13:10:58 +08:00 |
|
timongh
|
78635c5d81
|
Support to mount Component and VueConstructor
|
2022-03-21 06:14:13 +08:00 |
|
timongh
|
e21a9db070
|
Change settingsContainer to define api
|
2022-03-21 04:56:53 +08:00 |
|
timongh
|
7e905fa7d7
|
Fix mountVueComponent
|
2022-03-20 21:59:45 +08:00 |
|
the1812
|
3cffe14f50
|
Merge branch 'preview-features' into component-option-types
|
2022-03-20 10:29:04 +08:00 |
|
the1812
|
b163085bfd
|
Merge branch 'preview-fixes' into preview-features
|
2022-03-20 10:26:44 +08:00 |
|
the1812
|
628427be02
|
Fix title in bangumi (#3140)
|
2022-03-20 10:14:58 +08:00 |
|
the1812
|
d38ffadfa3
|
Add generalSettings description (#3140)
|
2022-03-20 10:07:39 +08:00 |
|
timongh
|
6ef7c20306
|
Add comments to define api
|
2022-03-18 21:08:47 +08:00 |
|
timongh
|
7ac83328fb
|
Change names of define api
|
2022-03-18 21:03:16 +08:00 |
|
timongh
|
19d2973e36
|
Add type alias from OptionMetadata to ComponentOption
|
2022-03-18 19:09:31 +08:00 |
|
timongh
|
ec7054d0e4
|
Merge remote-tracking branch 'main/preview-features' into feat-options-type2
|
2022-03-18 17:36:35 +08:00 |
|
timongh
|
4ec3f68964
|
Add type of component options
|
2022-03-18 16:28:25 +08:00 |
|
the1812
|
54146b65c9
|
Merge branch 'preview-features' of https://github.com/the1812/Bilibili-Evolved into preview-features
|
2022-03-17 20:15:30 +08:00 |
|
the1812
|
1c4320e96b
|
Revert "Merge pull request #3101 from FoundTheWOUT/preview-features"
This reverts commit b7626e3cbf, reversing
changes made to 77d4e04d00.
|
2022-03-17 20:07:02 +08:00 |
|
the1812
|
c7694de11e
|
Revert "Improve settings panel style"
This reverts commit 4a90cfb333.
|
2022-03-17 20:06:55 +08:00 |
|
the1812
|
073492c990
|
Merge branch 'preview-fixes' into preview-features
|
2022-03-17 19:48:07 +08:00 |
|
the1812
|
ca2ee7bf1d
|
Fix text color not updating
|
2022-03-17 19:48:01 +08:00 |
|
the1812
|
08a94aa705
|
Fix bwp video detection (fix #3131)
|
2022-03-17 19:41:06 +08:00 |
|
the1812
|
4a90cfb333
|
Improve settings panel style
|
2022-03-16 23:24:34 +08:00 |
|
JLoeve
|
8c8bc9f45a
|
feat: 从「倍速记忆」/「倍速增强」中分离出「扩展倍速」组件和「视频倍速 - 快捷键支持」插件
* 【新增】支持固定全局倍速值和设置倍速菜单最大高度(后者不显示选项)
* 【新增】支持隐藏倍速菜单滚动条
* 【优化】改变选项实时更新
* 【优化】使用了更稳妥的方式获取菜单项元素
* 【优化】使用自实现的 mini-rxjs 处理事件流,避免重复操作,实现更改选项值实时响应
* 【优化】为切换倍速等操作加上了防抖处理
* 【修复】添加空倍速会报倍速值太小的错误信息
* 【迁移】添加了迁移提示和自动迁移配置的功能
* 【更名】「倍速记忆」/「倍速增强」->「记忆倍速」
* 【更名】「扩展倍速菜单」->「扩展倍速」
|
2022-03-16 23:23:37 +08:00 |
|
the1812
|
2a93e291c0
|
Merge branch 'preview-features' of https://github.com/the1812/Bilibili-Evolved into preview-features
|
2022-03-16 22:48:04 +08:00 |
|
the1812
|
e6b63e779e
|
Use scoped console
|
2022-03-16 22:46:57 +08:00 |
|
the1812
|
3cd44a8895
|
Add ScopedConsole API (#3105)
|
2022-03-16 22:42:48 +08:00 |
|
Grant Howard
|
b7626e3cbf
|
Merge pull request #3101 from FoundTheWOUT/preview-features
把一些功能搬到了主页
|
2022-03-15 20:30:06 +08:00 |
|
the1812
|
226deff5c0
|
Export VideoChangeCallback
|
2022-03-15 13:02:46 +08:00 |
|
the1812
|
2ef5779b41
|
Fix update url (fix #3122)
|
2022-03-14 23:33:15 +08:00 |
|
the1812
|
0b45a3862c
|
Fix number validator (fix #3120)
|
2022-03-14 20:35:48 +08:00 |
|
the1812
|
f82f8a5dbf
|
Update version number
|
2022-03-13 23:34:28 +08:00 |
|
the1812
|
01b7077f6c
|
Merge branch 'preview-fixes' into preview-features
|
2022-03-13 21:47:05 +08:00 |
|
the1812
|
d8cc63068d
|
Update upload links (#3087)
|
2022-03-13 21:43:28 +08:00 |
|
the1812
|
944fe8f521
|
Fix cid null (fix #3045)
|
2022-03-13 17:20:28 +08:00 |
|
the1812
|
2b1ba99e41
|
Fix bwp video detection (fix #3046)
|
2022-03-12 23:24:04 +08:00 |
|
the1812
|
ba312452f7
|
Add number validator API
|
2022-03-12 17:24:26 +08:00 |
|
the1812
|
084776ccd3
|
Add oldValue in validator
|
2022-03-12 17:13:28 +08:00 |
|
the1812
|
2b338cb2f5
|
Support horizontal scroll
|
2022-03-12 15:14:31 +08:00 |
|
FoundTheWOUT
|
3181ac0641
|
Add modifier
|
2022-03-10 16:52:15 +08:00 |
|
the1812
|
1a3c8daba7
|
Merge branch 'preview-fixes' into preview-features
|
2022-03-06 23:49:41 +08:00 |
|
the1812
|
e647fcd9a1
|
Fix multiple video control bar
|
2022-03-06 23:41:42 +08:00 |
|
the1812
|
52cdb852f6
|
Merge branch 'preview-fixes' into preview-features
|
2022-03-06 22:09:49 +08:00 |
|
the1812
|
cd821b6407
|
Exclude more iframes
|
2022-03-06 22:06:21 +08:00 |
|
the1812
|
7d9bf609b3
|
Add bangumi ranklist
|
2022-03-05 17:41:11 +08:00 |
|
the1812
|
a7e5a117f9
|
Merge branch 'preview-fixes' into preview
|
2022-02-20 10:02:06 +08:00 |
|
the1812
|
5e2ab0e6a0
|
Merge branch 'preview-fixes'
|
2022-02-19 21:53:50 +08:00 |
|
the1812
|
2b5c1f8f84
|
Merge branch 'preview-features' into preview
|
2022-02-19 21:53:18 +08:00 |
|
the1812
|
2cd3047165
|
Merge branch 'master' into preview
|
2022-02-19 21:52:34 +08:00 |
|
the1812
|
d1629c9956
|
Update version number
|
2022-02-19 21:51:12 +08:00 |
|
the1812
|
1bdea9e0dd
|
Fix proxy on prototypes (fix #2928)
|
2022-02-19 17:19:14 +08:00 |
|
the1812
|
3729055d19
|
Use force update on manual updates
|
2022-02-19 16:00:08 +08:00 |
|
the1812
|
1c456dd7a4
|
Merge branch 'master' into preview
|
2022-02-18 23:41:57 +08:00 |
|
the1812
|
46c2fa8d0e
|
Update version number
|
2022-02-18 23:40:25 +08:00 |
|
the1812
|
f64735fdd7
|
Merge branch 'preview-fixes'
|
2022-02-18 23:39:09 +08:00 |
|
the1812
|
230b457cd1
|
Merge branch 'preview-fixes' into preview
|
2022-02-18 23:21:35 +08:00 |
|
the1812
|
383bf1f1d9
|
Fix missing credentials
|
2022-02-18 23:20:13 +08:00 |
|
the1812
|
3e118312a9
|
Support all festival pages (#2999)
|
2022-02-17 22:48:20 +08:00 |
|
the1812
|
b811173532
|
Merge branch 'preview-fixes' of https://github.com/the1812/Bilibili-Evolved into preview-fixes
|
2022-02-17 13:18:04 +08:00 |
|
the1812
|
210439b792
|
Support xml escaping (fix #3003)
|
2022-02-17 13:11:37 +08:00 |
|
the1812
|
bb8b914072
|
Improve cid hook compatibility (fix #3005)
|
2022-02-17 12:56:16 +08:00 |
|
the1812
|
da9f72e1c6
|
Merge branch 'fresh-home' into preview-features
|
2022-02-13 10:25:41 +08:00 |
|
timongh
|
de995866d7
|
Add the missing url rule: upListUrls (#2986)
|
2022-02-11 16:29:44 +08:00 |
|
timongh
|
c3d5f496d6
|
Separate out bnjUrls
|
2022-02-11 16:27:46 +08:00 |
|
timongh
|
a39a685b86
|
Fix watchlaterUrls (#2987)
|
2022-02-11 16:27:45 +08:00 |
|
timongh
|
db1726e400
|
Separate out bnjUrls
|
2022-02-11 04:29:54 +08:00 |
|
timongh
|
b8c90707e8
|
Fix watchlaterUrls (#2987)
|
2022-02-11 04:18:21 +08:00 |
|
timongh
|
546e99f807
|
Add the missing url rule: upListUrls (#2986)
|
2022-02-11 04:16:52 +08:00 |
|
the1812
|
1eab804e83
|
Fix missing field
|
2022-02-06 11:29:22 +08:00 |
|
the1812
|
f40abea4e8
|
Fix cooperation style
|
2022-02-06 11:17:09 +08:00 |
|
the1812
|
5112421628
|
Merge branch 'preview' into fresh-home
|
2022-02-06 11:02:21 +08:00 |
|
the1812
|
13300f13b5
|
Update version number
|
2022-02-05 23:31:06 +08:00 |
|
the1812
|
461b286608
|
Merge branch 'preview-features' into preview
|
2022-02-05 23:06:27 +08:00 |
|
the1812
|
48fcf5297f
|
Auto update extra option support
|
2022-02-04 10:47:23 +08:00 |
|
the1812
|
37475db30e
|
Update version number
|
2022-02-04 10:46:46 +08:00 |
|
the1812
|
a857250f11
|
Fix navbar style in history
|
2022-02-01 15:05:13 +08:00 |
|
the1812
|
3502cba64b
|
Fix homepage link
|
2022-02-01 14:52:27 +08:00 |
|
the1812
|
d98b41dd49
|
Fix extraOptions type (fix #2967)
|
2022-02-01 13:52:39 +08:00 |
|
the1812
|
ce742ccebc
|
Support festival pages
|
2022-02-01 12:38:02 +08:00 |
|
the1812
|
68d96dda5e
|
Add ranking link
|
2022-01-31 13:01:10 +08:00 |
|
the1812
|
2104cddd11
|
Add links
|
2022-01-30 16:01:41 +08:00 |
|
the1812
|
a85a483ce8
|
Add UpInfo component
|
2022-01-29 19:25:21 +08:00 |
|
the1812
|
8dd3b30f92
|
Merge branch 'preview-features' into fresh-home
|
2022-01-29 12:05:46 +08:00 |
|
the1812
|
85542cce9a
|
Fix bangumi support
|
2022-01-26 23:50:48 +08:00 |
|
the1812
|
34118ab5cd
|
Return empty watchlater list when not login
|
2022-01-26 22:59:01 +08:00 |
|
the1812
|
ce512e131a
|
Update version number
|
2022-01-25 00:17:26 +08:00 |
|
the1812
|
5213a7b9c9
|
Merge branch 'preview' into fresh-home
|
2022-01-21 13:09:57 +08:00 |
|
the1812
|
236c612afd
|
Update docs
|
2022-01-21 08:19:23 +08:00 |
|
the1812
|
ba527e7392
|
Fix core loading in Firefox (fix #2902)
|
2022-01-18 20:41:50 +08:00 |
|
the1812
|
da1de09b8c
|
Update changelog and version
|
2022-01-17 23:30:05 +08:00 |
|
the1812
|
4c39829e95
|
Add notify new version
|
2022-01-16 23:57:54 +08:00 |
|
the1812
|
66ec569226
|
Add core version check (#2891)
|
2022-01-16 01:05:47 +08:00 |
|
the1812
|
a26b1df1d7
|
Support author in plugin
|
2022-01-16 00:06:09 +08:00 |
|
the1812
|
07b83dbd62
|
Fix VSlider cannot drag (#2892)
|
2022-01-16 00:01:12 +08:00 |
|
the1812
|
cee90016e4
|
Merge branch 'preview' of https://github.com/the1812/Bilibili-Evolved into preview
|
2022-01-15 23:19:19 +08:00 |
|
timongh
|
e2b24a5048
|
fix: 修正 VSlider,固定当没有可取值的行为
修正后:若 min 与 max 范围内没有可取值,会将值固定为大于 min 的最小的对齐值
|
2022-01-15 19:29:00 +08:00 |
|
timongh
|
76f8601ae8
|
fix: 去除 fix-num 参数
该参数会导致组件的可取值、可取值的大小顺序、最大最小值等关键数据无法预测。组件难以对这些意料之外的情况作出应对,也因此可能会产生一些不易追查的 bug。
|
2022-01-15 17:33:35 +08:00 |
|
the1812
|
9cc6602858
|
Fix id adaptor
|
2022-01-15 16:52:51 +08:00 |
|
the1812
|
c58f75163e
|
Allow optional ComponentOption.displayName (fix #2809)
|
2022-01-15 16:21:18 +08:00 |
|
the1812
|
e517db9fa1
|
Fix formData encode (fix #2872)
|
2022-01-15 15:25:39 +08:00 |
|
the1812
|
86a77a6b81
|
Add first rank item
|
2022-01-15 13:50:09 +08:00 |
|
timongh
|
6598fa85aa
|
修改 startListen 的返回值
|
2022-01-14 10:19:40 +08:00 |
|
the1812
|
6529081ceb
|
Use deleteValue API
|
2022-01-13 23:04:15 +08:00 |
|
the1812
|
29f322f47f
|
Fix watchlater delete item
|
2022-01-13 22:40:12 +08:00 |
|
timongh
|
5c4360ea38
|
重构 VSlider,修复 bug,添加新的功能与行为
修复:
- 当 min 不为 0 时,点击 slider bar 无法跳到正确的值
新增:
- 新增了 start, end 两个事件,监视用户拖动的开始与结束
- 新增 center, fix-num, display-fun 三个 prop
修改:
- 修改了值的对齐逻辑
- 修改了 min, max 的含义,同时修改了真实最大与最小值的获取逻辑
- 更改用户操作组件的逻辑:即使父组件不修改 value,组件的 thumb 仍然可以被用户改变位置(通过拖动等);
此行为与浏览器原生表单类似。
|
2022-01-12 11:20:54 +08:00 |
|
the1812
|
7df3c78e77
|
Add video slides
|
2022-01-12 09:12:08 +08:00 |
|
timongh
|
b058b0a8d4
|
fix: 修复在现安装时分支选择无效(Issue #2849)
|
2022-01-11 11:26:03 +08:00 |
|
the1812
|
7c6233b5ea
|
Merge branch 'preview' into fresh-home
|
2022-01-09 11:14:50 +08:00 |
|
the1812
|
e943b32a9d
|
Fix sub categories url (fix #2532)
|
2022-01-08 22:42:40 +08:00 |
|
the1812
|
39214c0c9f
|
Add categories layout
|
2022-01-08 22:36:26 +08:00 |
|
the1812
|
e4d19efc82
|
Support tab reorder
|
2022-01-06 23:50:59 +08:00 |
|
the1812
|
0b943da519
|
Merge branch 'preview' into fresh-home
|
2022-01-06 22:50:44 +08:00 |
|
the1812
|
2bc78d538b
|
Fix download link broken (#2846)
|
2022-01-06 22:50:33 +08:00 |
|
the1812
|
befa8c3087
|
Fix comment style (fix #2837)
|
2022-01-06 08:45:08 +08:00 |
|
the1812
|
26bac862b1
|
Merge branch 'preview' into fresh-home
|
2022-01-05 08:54:52 +08:00 |
|
the1812
|
3e34264e68
|
Update version number
|
2022-01-04 09:19:21 +08:00 |
|
the1812
|
687d875e41
|
Detect undefined component
|
2022-01-04 09:01:42 +08:00 |
|
the1812
|
ed61eea287
|
logError in core watchlater
|
2022-01-04 09:00:05 +08:00 |
|
the1812
|
e5ba3f3a80
|
Add categories
|
2022-01-04 08:55:45 +08:00 |
|
the1812
|
c6e1eecc42
|
Add 'video/' in url (fix #2779)
|
2022-01-04 08:31:55 +08:00 |
|
the1812
|
9a3c840cab
|
Fix categories url (fix #2774)
|
2022-01-02 16:02:38 +08:00 |
|
the1812
|
4009bf9d54
|
Add disableWindowScroll
|
2021-12-31 09:11:32 +08:00 |
|
the1812
|
beff4ce395
|
Update version number
|
2021-12-29 20:49:24 +08:00 |
|
the1812
|
08631d3a25
|
Remove logs
|
2021-12-24 23:27:33 +08:00 |
|
the1812
|
e7a1a435ac
|
Open in new tab
|
2021-12-22 23:12:24 +08:00 |
|
the1812
|
5477b9467d
|
Scoped column card style (fix #2709)
|
2021-12-21 13:17:04 +08:00 |
|
the1812
|
658c513a2c
|
Fix enter triggered when composing (fix #2738)
|
2021-12-21 13:08:15 +08:00 |
|
the1812
|
ac118759ef
|
Add areas layout
|
2021-12-19 21:17:25 +08:00 |
|
the1812
|
a3fa47ca17
|
Add feeds layout
|
2021-12-19 19:17:44 +08:00 |
|
the1812
|
3ebd7243be
|
Add trending layout
|
2021-12-19 16:56:35 +08:00 |
|
the1812
|
3e6bc26ba4
|
Add blackboard
|
2021-12-17 08:56:16 +08:00 |
|
the1812
|
2d675472ef
|
Update version number
|
2021-12-14 13:21:40 +08:00 |
|
the1812
|
f64046bb39
|
Show maxUpdateCount option
|
2021-12-14 13:20:24 +08:00 |
|
the1812
|
2e2a90c568
|
Refresh state on pack install
|
2021-12-13 23:37:09 +08:00 |
|
the1812
|
7e4aa71104
|
Fix v1 panel popups (fix #2604)
|
2021-12-10 23:36:02 +08:00 |
|
the1812
|
b3e483c25f
|
Update version number
|
2021-12-10 23:20:10 +08:00 |
|
the1812
|
fcaba15eda
|
Update docs
|
2021-12-10 22:55:38 +08:00 |
|
the1812
|
98c78796e6
|
Update version number
|
2021-12-08 13:10:10 +08:00 |
|
the1812
|
d37dacdd6b
|
Use mdi-close icon
|
2021-12-07 23:51:39 +08:00 |
|