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 |
|
timongh
|
6598fa85aa
|
修改 startListen 的返回值
|
2022-01-14 10: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 |
|
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
|
0325eac850
|
Add title for idm output (#2871)
|
2022-01-09 23:45:24 +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 |
|
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
|
f47ee380d7
|
Build components
|
2022-01-05 23:15:57 +08:00 |
|
Grant Howard
|
b6ea3caa7b
|
Merge pull request #2818 from FoundTheWOUT/upstream-preview
Fix default mode
|
2022-01-05 23:12:56 +08:00 |
|
Grant Howard
|
c0cd65b49a
|
Merge branch 'preview' into upstream-preview
|
2022-01-05 23:10:30 +08:00 |
|
Grant Howard
|
3ad05ef127
|
Merge pull request #2801 from timongh/fix_nav_bar_home
fix: 修复火狐浏览器顶栏主页弹出窗大小异常的问题(#2773)
|
2022-01-05 23:08:50 +08:00 |
|
Grant Howard
|
3467c34b73
|
Merge pull request #2807 from timongh/feat_close_after_copy_comments_link
feat: 在复制评论链接后添加自动关闭菜单的行为
|
2022-01-05 23:08:37 +08:00 |
|
the1812
|
7076422e01
|
Fix typo (fix #2838)
|
2022-01-05 23:07:55 +08:00 |
|
timongh
|
655385bf9a
|
Merge branch 'main_preview' into feat_close_after_copy_comments_link
# Conflicts:
# registry/dist/components/utils/comments/copy-link.js
|
2022-01-05 14:27:46 +08:00 |
|
timongh
|
b53f527000
|
Merge branch 'main_preview' into fix_nav_bar_home
# Conflicts:
# registry/dist/components/style/custom-navbar.js
|
2022-01-05 14:13:46 +08:00 |
|
the1812
|
4cd24874f6
|
Update docs
|
2022-01-04 13:16:58 +08:00 |
|
the1812
|
3e34264e68
|
Update version number
|
2022-01-04 09:19:21 +08:00 |
|
the1812
|
4d806f48b9
|
Add development mode in watch task
|
2022-01-04 09:16:24 +08:00 |
|
the1812
|
806f6920ed
|
Update changelog
|
2022-01-04 09:11:15 +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
|
238ed281cd
|
Only trigger in master
|
2022-01-04 08:56:25 +08:00 |
|
the1812
|
c6e1eecc42
|
Add 'video/' in url (fix #2779)
|
2022-01-04 08:31:55 +08:00 |
|
FoundTheWOUT
|
00e13190b6
|
Fix default mode pick wrong selector
|
2022-01-03 16:31:53 +08:00 |
|
FoundTheWOUT
|
01cf663732
|
Fix default mode
|
2022-01-02 23:52:44 +08:00 |
|
the1812
|
9a3c840cab
|
Fix categories url (fix #2774)
|
2022-01-02 16:02:38 +08:00 |
|
timongh
|
f9a0ea29ca
|
feat: 在复制评论链接后添加自动关闭菜单的行为
|
2021-12-31 22:59:43 +08:00 |
|
the1812
|
4009bf9d54
|
Add disableWindowScroll
|
2021-12-31 09:11:32 +08:00 |
|
timongh
|
3eb7f39935
|
fix: 修复火狐浏览器顶栏主页弹出窗大小异常的问题(#2773)
|
2021-12-30 17:53:59 +08:00 |
|
the1812
|
9637948c30
|
CI build
|
2021-12-29 12:53:05 +00:00 |
|
the1812
|
beff4ce395
|
Update version number
|
2021-12-29 20:49:24 +08:00 |
|
the1812
|
38659bf71d
|
CI build
|
2021-12-28 13:31:43 +00:00 |
|
Grant Howard
|
430c7d6a7b
|
Merge pull request #2776 from FoundTheWOUT/upstream-preview
Fix #2740
|
2021-12-28 21:29:16 +08:00 |
|
FoundTheWOUT
|
783677cc97
|
Fix class name conflict
|
2021-12-25 15:50:23 +08:00 |
|
the1812
|
d2d83e2757
|
CI build
|
2021-12-24 16:00:57 +00:00 |
|
the1812
|
f5c4f2d04d
|
Revert "Build only when released"
This reverts commit c6270d4c00.
|
2021-12-24 23:57:44 +08:00 |
|
the1812
|
1210e0b869
|
Update changelog
|
2021-12-24 23:39:23 +08:00 |
|
the1812
|
08631d3a25
|
Remove logs
|
2021-12-24 23:27:33 +08:00 |
|
the1812
|
c6270d4c00
|
Build only when released
|
2021-12-24 22:57:12 +08:00 |
|
the1812
|
629103e9ca
|
Merge branch 'preview' of https://github.com/the1812/Bilibili-Evolved into preview
|
2021-12-24 22:55:50 +08:00 |
|
the1812
|
18a65ab404
|
CI build
|
2021-12-24 12:23:28 +00:00 |
|
Grant Howard
|
9af8066737
|
Merge pull request #2757 from timongh/fix_nav_bar_home
fix: 修复 customNavbar 组件的“主页”弹出窗在小分辨下的显示异常。(fix #2610)
|
2021-12-24 20:20:46 +08:00 |
|
the1812
|
2cf4054c57
|
Fix url hash (fix #2641)
|
2021-12-23 23:44:56 +08:00 |
|