Commit Graph

6475 Commits

Author SHA1 Message Date
Grant Howard
e653f5f1f4
Fix donate info 2022-01-24 20:09:21 +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
0869374434 CI build 2022-01-17 16:41:37 +00:00
Grant Howard
115c9d61e8
Create FUNDING.yml 2022-01-18 00:38:00 +08:00
the1812
c509634789 Fix image path 2022-01-17 23:50:54 +08:00
the1812
bb6cad1cbe Remove outdated docs & jsDelivr images 2022-01-17 23:49:07 +08:00
the1812
42d9826030 Build files 2022-01-17 23:32:32 +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
aad537fc67 Update logo and donate 2022-01-16 14:23:39 +08:00
the1812
66ec569226 Add core version check (#2891) 2022-01-16 01:05:47 +08:00
the1812
de2fe7999c Add avUrl (#2631) 2022-01-16 00:21:41 +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
Grant Howard
1486d8dc88
Merge pull request #2895 from FoundTheWOUT/fix-default-mode
Fix default mode (fix #2894)
2022-01-15 23:18:37 +08:00
FoundTheWOUT
db61a8fd09 Fix default mode (fix #2894) 2022-01-15 23:07:39 +08:00
Grant Howard
5c299afad3
Merge pull request #2892 from timongh/fix_slider
去除 VSlider 中的 fix-num 参数,修正边缘行为,修改该组件的描述
2022-01-15 19:45:36 +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
b8ac07b1f9 Add trigger width option (#2836) 2022-01-15 15:48:14 +08:00
the1812
e517db9fa1 Fix formData encode (fix #2872) 2022-01-15 15:25:39 +08:00
the1812
bc5be9fcce Fix xml danmaku content (fix #2875) 2022-01-15 15:16:33 +08:00
the1812
a486792ea8 Merge branch 'preview' of https://github.com/the1812/Bilibili-Evolved into preview 2022-01-15 14:06:13 +08:00
Grant Howard
e8cdd14b25
Merge pull request #2877 from timongh/feat_slider
重构 VSlider,修复 bug,添加新的功能与行为
2022-01-15 14:05:54 +08:00
the1812
4d32b76c39 Upgrade @typescript-eslint (fix #2885) 2022-01-15 13:52:10 +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
12fa8e3d44 Support watchlater 2022-01-13 22:46:29 +08:00
the1812
29f322f47f Fix watchlater delete item 2022-01-13 22:40:12 +08:00
the1812
0856517404 Support card jumps 2022-01-13 00:16:49 +08:00
the1812
2b9fc2d37f Add links 2022-01-12 21:19:40 +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
Grant Howard
16c2c57baa
Merge pull request #2874 from timongh/fix_online_registry_url
fix: 修复在现安装时分支选择无效(Issue #2849)
2022-01-11 19:26:03 +08:00
timongh
b058b0a8d4 fix: 修复在现安装时分支选择无效(Issue #2849) 2022-01-11 11:26:03 +08:00
the1812
d14373ce19 Merge branch 'preview' into fresh-home 2022-01-09 23:46:07 +08:00
the1812
0325eac850 Add title for idm output (#2871) 2022-01-09 23:45:24 +08:00
the1812
aab99b8e93 Use refresh icon 2022-01-09 21:32:32 +08:00
the1812
7c6233b5ea Merge branch 'preview' into fresh-home 2022-01-09 11:14:50 +08:00
the1812
f03829f945 Build PR #2806 2022-01-09 11:14:08 +08:00
the1812
227ce689d3 Merge branch 'preview' of https://github.com/the1812/Bilibili-Evolved into preview 2022-01-09 11:13:01 +08:00
Grant Howard
f348c64033
Merge pull request #2806 from wullic/preview
添加feat - 下载视频:MPV播放支持(列表)插件
2022-01-09 00:12:57 +08:00
oywl
a8d311c89f Add MPV playlist plugin 2022-01-09 00:08:34 +08:00
the1812
e943b32a9d Fix sub categories url (fix #2532) 2022-01-08 22:42:40 +08:00