Commit Graph

105 Commits

Author SHA1 Message Date
Hakadao
dd24072f02 Refactor/rpc (#700)
* refactor(rpc): improve type, and type safe (#673)

* refactor(rpc): improve type, and type safe

* revert `pnpm-lock.yaml` file

* improve api merge

* fix: type annotation in background/index.ts

* fix: type annotation in background/index.ts

---------

Co-authored-by: star knight <64941905+starknt@users.noreply.github.com>
2024-05-02 02:45:59 +08:00
star knight
e13af11121 fix: firefox rule (#691)
* fix: firefox rule

* fix: add default URL when URI is extension URI
2024-04-29 00:43:07 +08:00
star knight
beff7d04ee fix: firefox rule (#690) 2024-04-28 22:19:39 +08:00
cloudflypeng
39d6d9a91d feat(VideoCard): add tick icon for followed uploader (#672)
* feat: 关注标识
close [https://github.com/BewlyBewly/BewlyBewly/issues/671]

* refactor(VideoCard):  rename `isFollowed` to `followed`

* feat: add followed tag to videos in mobile recommendation mode

* style(VideoCard): adjust followed tick style

* chore: add corresponding documentation for [API.USER.RELATION_MODIFY]

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-04-26 19:02:21 +08:00
Stephen Zhou
ff8056e01c fix: can not load watch later list 2024-04-26 11:42:16 +08:00
Stephen Zhou
8c4bae9ea4 refactor: like rpc api call (#660) (#662)
Co-authored-by: star knight <64941905+starknt@users.noreply.github.com>
Co-authored-by: hakadao <a578457889743@gmail.com>
2024-04-25 16:39:27 +08:00
Stephen Zhou
736f8d7eaf chore: update deps (#661)
Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-04-25 16:21:19 +08:00
star knight
5f455cae95 fix: adjust setHistoryPauseStatus api name (#654) 2024-04-25 00:25:44 +08:00
Hakadao
989344f763 Merge pull request #610 from hakadao/fix/new-topbar-monent-api
refactor: new topbar monent api
2024-04-18 16:35:24 +08:00
Hakadao
9265e5380d refactor: use new top bar moment api 2024-04-18 16:33:14 +08:00
Hakadao
613b45a77b chore: adjust error message for missing contentScriptQuery in utils.ts 2024-04-18 16:30:15 +08:00
Hakadao
3b58fbf33a fix: resolve duplicate request issue 2024-04-18 15:06:53 +08:00
Hakadao
c5c1a16145 fix(Ranking): cannot show the variety show ranking list (#576)
close #576
2024-04-17 18:40:40 +08:00
Hakadao
5fbd285171 chore: remove useless code 2024-04-12 18:12:24 +08:00
Hakadao
650d7f0c6b fix: Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist. (#518)
close #522 #518
2024-04-12 17:35:18 +08:00
Hakadao
20d157abdf refactor message listeners && fix moment card url not linking the video page
* Refactor messageListeners and add utils module to simply use api

* chore: add previously deleted annotation

* refactor: message listeners (#447)

* Refactor API imports and update API endpoints

* Fix variable naming in FavoritesPop and Favorites components

* Fix variable naming inconsistency in getHistoryList function

* Fix API parameter naming conventions

* Refactor API_AUTH afterHandle functions

* Add API documentation links  and add function to be the api item

* Refactor API body and params

* Remove unused getAccessKey function in auth.ts

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Hakadao <a578457889743@gmail.com>

* refactor: API imports and update API endpoints (#460)

* Refactor API imports and update API endpoints

* Fix variable naming in FavoritesPop and Favorites components

* Fix variable naming inconsistency in getHistoryList function

* Fix API parameter naming conventions

* Refactor API_AUTH afterHandle functions

* Add API documentation links  and add function to be the api item

* Refactor API body and params

* Remove unused getAccessKey function in auth.ts

* Add message definition constants

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Hakadao <a578457889743@gmail.com>

* refactor: Add cSpell words and update API calls

* Fix API method case and add day parameter to ranking API

* feat(Settings): add bilibili settings entry

* chore(Settings): hide the bilibili settings temporary

* feat: support firefox(REAL) (#500)

* refactor: new rule support `Chromium` and `Firefox`

* refactor: add default `priority`

* fix: `message.bilibili.com` not working

* fix: `show.bilibili.com` not working

* fix: 修复一些子站的问题

* 添加了一些其他的子站

* fix(VideoCard): bug fixes (#316) (#319) (#320)

* fix(VideoCard): fix double page open on author's name click (#315)

* fix(VideoCard): ensure clicking on bangumi name or avatar goes to the right page

* feat(Settings): add an "always show top bar logo" setting (#219)

* feat(Settings): add discord link to about page

* feat(Settings): redesign settings panel

* style(Settings): adjust the block ads position

* feat(Settings): add credits section on about page

* chore(Settings): add ChatGPT to the credits section

* feat(Settings): redesign settings panel

* style: decrease the content opacity in light mode
decrease the opacity in light mode to ensure the text can be seen clearly

* refactor: remove the "backdrop-glass" shortcut

* refactor: rename `--bew-filter-glass` to  `--bew-filter-glass-1`

* feat: add performance settings

* chore: remove the credits section

* feat(TopBar): add top bar icon badges config

* feat(VideoCard): implement adaptive width in horizontal mode

* feat(Home): implement grid layout switcher

* feat(Dock): redesign dock

* style: adjust dock styles

* style: add edge glow effect in some dialogs

* fix(Dock): active color incorrect when hovering dock item in dark mode

* chore: update version number

* feat(manifest): add extension id when in firefox

* refactor(rules.json): reduce redundant code

---------

Co-authored-by: starknt <1431880400@qq.com>

* chore: firefox-extension build

* Merge branch 'dev' into refactor-message-listeners

* refactor: Refactor API imports and update API endpoints

* fix(MomentsPop): moment card url not linking the video page

* chore: update version number

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Jimmy Chow <jimmychow@192.168.10.102>
Co-authored-by: cloudflypeng <44285412+cloudflypeng@users.noreply.github.com>
Co-authored-by: starknt <1431880400@qq.com>
Co-authored-by: 梦念逍遥 <2589141604@qq.com>
2024-04-11 21:07:06 +08:00
hakadao
ba783ff076 feat(VideoCard): improve not interested feature 2024-04-07 03:05:34 +08:00
Hakadao
31af6ce1ad chore: i just wanna push some code 2024-03-22 00:58:10 +08:00
Hakadao
567a2ba628 Merge pull request #92 from starknt/feat/search-bar
feat: adjust search bar styles & functionality
2024-01-07 01:12:36 +08:00
starknt
0b27a0cc87 feat: highlight keyword for suggest item 2024-01-04 23:26:34 +08:00
starknt
f70f5393f9 revert search.ts file 2024-01-02 23:36:38 +08:00
starknt
d6ecaa5b6a revert mix bilibili history 2024-01-02 15:46:53 +08:00
starknt
9b95c2cc84 fix: get suggestion not working 2024-01-02 13:25:04 +08:00
Hakadao
e98e923bc7 refactor: rename topbar to topBar 2024-01-02 00:51:21 +08:00
MengNianxiaoyao
e1144d0b83 fix: bilibili-API-collect docs link 2023-12-28 10:07:08 +08:00
Hakadao
b2281c1ea8 feat: implement hover-to-preview video on video card 2023-12-05 02:38:27 +08:00
Hakadao
df9d53bbe1 feat: SubscribedSeries page 2023-12-03 17:36:13 +08:00
Hakadao
ed8241d142 fix: app 端推介列表內容不是自己喜歡的內容 2023-11-17 16:42:20 +08:00
Hakadao
84060fad07 chore: 2023-11-10 01:48:02 +08:00
Hakadao
d595f04555 feat: implement all features for ranking page 2023-10-20 00:20:43 +08:00
Hakadao
ef55debeb8 feat: update ranking page 2023-10-18 01:34:06 +08:00
Hakadao
3a133b9311 feat: update ranking page 2023-10-16 00:50:04 +08:00
Hakadao
a547f14636 chore: add ranking page 2023-10-15 04:55:08 +08:00
Hakadao
fb1bbd75b3 feat: implement trending page 2023-10-15 02:20:01 +08:00
Hakadao
85d71d5e56 chore: just wanna push some code... 2023-10-07 01:30:45 +08:00
Hakadao
a51b1f485a refactor: rename some function names 2023-10-07 00:48:09 +08:00
Hakadao
2328802469 feat: upgrade to the v2 app recommending videos api 2023-10-01 18:51:25 +08:00
Hakadao
1a2e4eb678 chore: remove useless code 2023-09-06 14:39:50 +08:00
Hakadao
0ef6258578 feat: enhance extension injection page effect 2023-09-03 14:51:48 +08:00
Hakadao
8338f1a9d1 feat: adapt to dark theme for moments page
* refactor: separate styles for comments section
2023-09-03 13:46:44 +08:00
Hakadao
e02d2d3943 fix: resolve issue with mac scrollbar not using default design 2023-08-31 01:37:39 +08:00
Hakadao
ea0ec313ee chore: 2023-08-30 02:33:14 +08:00
Hakadao
fc64bb7d38 fix: repeated api calls #19 2023-08-30 02:09:37 +08:00
Hakadao
d4d66259b8 feat: dark theme support to video page & search page
* style: adjust style of certain components
* refactor: refine implementation for wallpaper mask and background effect
* feat: add functionality to the top bar logo for returning to the homepage on click
2023-08-28 02:19:44 +08:00
Hakadao
bd00711f9f chore: fix ts error issues 2023-08-20 01:16:04 +08:00
Hakadao
fcc7a0b7a3 feat: added unfavorite feature on favorites page
* fix: scrolling down still loading data when no more content
* style: adjusted `VideoCard` style
2023-08-17 23:57:47 +08:00
Hakadao
d350828521 feat: 硬核會員標示顯示
* refactor: refactor option api to composition api in `TopBarUserPanelPop`
2023-06-08 02:25:28 +08:00
Hakadao
f08340b6e8 feat: implement all Watch later page features
* feat: add new configuration options to `Button` component
2023-06-05 02:34:48 +08:00
Hakadao
4dfe6e2b1a feat: watch later page 2023-05-08 01:59:36 +08:00
Hakadao
e686c828fa refactor: reorganize files and adjust variable names 2023-05-06 19:01:32 +08:00