Commit Graph

78 Commits

Author SHA1 Message Date
Hakadao
6be1309628 refactor: use isInIframe() 2024-12-09 12:05:18 +08:00
Hakadao
3e42f53ebc feat(home): add live page on home 2024-10-28 02:34:27 +08:00
Hakadao
6aff27547a feat: remember last opened page when returning to homepage 2024-10-24 00:07:44 +08:00
apades
059280fbfd fix(iframe-drawer): resolve content being obscured at the top of video #1023 (#1067)
Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-10-17 00:10:57 +08:00
Hakadao
135082606e refactor: tab.ts => tabs.ts 2024-10-14 12:06:38 +08:00
Hakadao
619dc034af refactor: adjust the directory structure of messageListeners/ (#1066) 2024-10-13 19:49:14 +08:00
Hakadao
9a056bb7cb feat: detect and handle have multiple BewlyBewly cases 2024-09-30 14:42:04 +08:00
Hakadao
af47910f0a feat: customize css (#794)
close #794
2024-09-21 22:54:05 +08:00
Hakadao
5ced3d9c47 feat: customize font (#1014)
close #954
2024-09-21 02:00:14 +08:00
Hakadao
bb3c6b5e2c feat: add video card open mode config && open video in drawer (#984)
* feat: video card open mode

* update

* update

* fix: non-homepage show the bewly homepage

* fix(video-card): click the more icon will trigger opening drawer effect

* feat(video-drawer): improve ui and functionally

* feat(i18n): add i18n support for video card link opening behavior setting

* chore: reorder settings
2024-09-08 13:36:42 +08:00
Hakadao
67382cfbe7 fix: adjust numFormatter function 2024-08-30 00:44:26 +08:00
Hakadao
efe161d39a fix: video views and danmaku show the correct number form in english 2024-08-30 00:42:47 +08:00
Hakadao
b9dedb13db perf: optimize performance of linear gradient theme color wallpaper 2024-08-05 04:33:42 +08:00
Hakadao
05d2b6f67e refactor: update hexToHSL function to convert hex color to HSLA 2024-08-05 02:30:13 +08:00
star knight
3312d809fa fix: support comment tags coloring in dark mode. closes #880 (#897)
* fix: bilibili comment theme color

* cleanup

* fix: spinner bg color

* refactor: adjust theme color timer logic

* fix: comment tags still show a light color when page is first loaded

* chore: remove unused import in useDark.ts

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-07-14 23:57:00 +08:00
MidnightCrowing
67b03b5046 feat(UserPanelPop): add experience bar (#875)
* feat: add experience bar

* comment out LV6d_ICON

* delete LV6d_ICON import

* change type declaration

* change type declaration

* add show judgment

* update UserPanelPop.vue

* feat: update user panel style

* chore: update

* chore: Update lvIcons.ts to include LV6_LIGHTNING_ICON

* chore: update user panel styles

* chore: add english translate example

* add i18n for experience description

* feat: improve the i18n translate && adjust style

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-07-05 00:00:06 +08:00
Hakadao
45030ee0a2 chore: remove useless code 2024-07-02 16:11:18 +08:00
Hakadao
4cfea29f68 feat: add image compression and resizing for wallpaper upload 2024-06-24 01:36:54 +08:00
Hakadao
d983c454fd chore(pkg): update deps (#837)
* chore(pkg): update deps

* chore: fix ts error
2024-06-15 19:36:32 +08:00
Hakadao
937374e2d8 refactor: use a new method to reimplement the scroll-top-top function 2024-05-27 02:09:27 +08:00
Stephen Zhou
6cc3b4de9f style: sort imports (#746) 2024-05-11 14:20:56 +08:00
Stephen Zhou
022482e827 feat: show video type (#645)
* feat: show video type

* feat: adjust video type icon style

---------

Co-authored-by: hakadao <a578457889743@gmail.com>
2024-04-23 22:40:30 +08:00
star knight
6cacb9f04b fix: input element focus shortcut key (#564)
* fix: input element focus shortcut key

* chore: add reference
2024-04-14 22:40:04 +08:00
hakadao
f0f8b07828 fix: bewly not working on certain homepage urls (#525)
closes #525
2024-04-13 04:20:35 +08:00
hakadao
ba783ff076 feat(VideoCard): improve not interested feature 2024-04-07 03:05:34 +08:00
hakadao
d66e9610ac fix: extension not working when accessing www.bilibili.com/#/ 2024-03-30 23:02:28 +08:00
starknt
f5cfd2f46e fix: # suffix bilibili home uri 2024-03-30 22:54:01 +08:00
Hakadao
c06f228a75 fix: bewlybewly does not work on the "www.bilibili.com/index.html" page 2024-03-17 17:46:45 +08:00
Hakadao
8c429b9575 Merge branch 'main' into dev 2024-02-19 01:32:54 +08:00
Hakadao
e3de0b0283 fix: ts error 2024-02-19 01:29:19 +08:00
Hakadao
bce74ba617 Merge pull request #294 from hakadao/main
sync: main to dev
2024-02-15 02:51:03 +08:00
Hakadao
f7f7698403 refactor: #204 2024-02-15 02:09:44 +08:00
Hakadao
6d90573003 chore: adjust delay() description 2024-01-30 17:14:39 +08:00
Hakadao
1926faa9f2 chore: annotate useless code 2024-01-29 18:03:29 +08:00
Hakadao
ed7bac0f5e chore: fix ts errors 2024-01-09 22:26:38 +08:00
Hakadao
c42809f906 Merge branch 'build/eslint' of https://github.com/starknt/BewlyBewly into starknt-build/eslint 2024-01-09 00:30:13 +08:00
starknt
08146c4497 refactor: share search history 2024-01-08 10:41:18 +08:00
starknt
7b82e7dd4c chore: upgrade eslint 2024-01-07 16:42:25 +08:00
Hakadao
eacb4d8af9 refactor: rename lazy.ts to lazyLoad.ts 2024-01-03 00:37:51 +08:00
starknt
641ddd11b4 perf: improve loading performance 2024-01-02 18:05:42 +08:00
MengNianxiaoyao
ce2e545c24 格式化代码以及修复观看历史部分专栏封面不显示的bug 2023-12-28 19:40:58 +08:00
Hakadao
f2132644e7 refactor: extract common method isHomePage 2023-11-26 14:03:48 +08:00
Hakadao
ed8241d142 fix: app 端推介列表內容不是自己喜歡的內容 2023-11-17 16:42:20 +08:00
Hakadao
b2aecef7d8 feat: login qr code 2023-11-15 01:55:00 +08:00
Hakadao
10d7a6297a chore: remove useless code 2023-11-13 02:34:00 +08:00
Hakadao
a65d24e901 feat: login qr code 2023-11-13 02:32:41 +08:00
Hakadao
0eaec8b60b fix: ts warning 2023-10-29 12:50:03 +08:00
Hakadao
d59d78e3d5 feat: auto-scroll to content below when search page mode is activated 2023-10-17 11:05:30 +08:00
Hakadao
3bb7e264bd feat: add common method injectCSS
* refactor: address ts errors
2023-09-10 14:17:00 +08:00
Hakadao
15c4810117 feat: add page refresh & back to top features 2023-08-20 18:48:06 +08:00