Hakadao
1a3bafb284
Merge branch 'dev' into refactor-message-listeners
2024-04-11 16:57:44 +08:00
Hakadao
38b9dfe227
Merge pull request #468 from cloudflypeng/fix/post
...
fix: Fix API method case and add day parameter to ranking API
2024-04-03 10:37:18 +08:00
pengyunfei
2461959099
Fix API method case and add day parameter to ranking API
2024-04-03 10:11:39 +08:00
Hakadao
1d90292cb4
refactor: Add cSpell words and update API calls
2024-04-02 19:07:45 +08:00
Hakadao
5ec6079973
Merge branch 'main' into refactor-message-listeners
2024-04-02 17:55:29 +08:00
Hakadao
efacf5bd28
fix(VideoCard): author avatar display issue in horizontal mode
2024-04-02 17:50:36 +08:00
Hakadao
8009d8b93a
fix: attempt to resolve "EBUSY error from 'C:\DumpStack.log.tmp'"
2024-04-02 17:46:00 +08:00
Hakadao
60c274076f
fix: attempt to resolve "EBUSY error from 'C:\DumpStack.log.tmp'"
2024-04-02 17:35:43 +08:00
cloudflypeng
c9e5ba9646
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 >
2024-04-02 15:37:13 +08:00
hakadao
a63f375ba5
Merge branch 'dev' into refactor-message-listeners
2024-04-02 02:14:57 +08:00
hakadao
c55e86fdc3
feat: adjust two bilibili evolved's buttons to match the BewlyBewly theme ( #423 )
...
close #423
2024-04-02 02:01:36 +08:00
hakadao
69b6d865ad
fix(Following): resolve the "no more content" & "need to login first" occurring together
2024-04-02 01:31:11 +08:00
hakadao
026a9379c5
Merge branch 'main' into bugfixes
2024-04-02 01:19:39 +08:00
hakadao
80b72c43b6
fix(Trending): resolve the infinite data retrieval issus ( #445 )
2024-04-02 01:04:00 +08:00
hakadao
8f7c103763
Merge branch 'dev' into refactor-message-listeners
2024-04-02 00:44:40 +08:00
cloudflypeng
433a2ed4cf
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 >
2024-04-02 00:41:58 +08:00
hakadao
908cca9f1b
chore(Home): refresh only when at the top otherwise back to top first
2024-04-01 02:27:59 +08:00
hakadao
aae391d9f4
feat(Home): clicking the tab will back to top and refresh data on homepage ( #419 )
...
close #419
2024-04-01 02:19:59 +08:00
hakadao
0cb21427c5
feat: add some details for dock
2024-03-31 05:48:03 +08:00
hakadao
41a463dbaf
Merge branch 'main' into refactor-message-listeners
2024-03-31 04:56:10 +08:00
Hakadao
2b8ae2f911
Merge pull request #440 from hakadao/main
...
sync: main to bugfixes
2024-03-31 04:52:21 +08:00
Hakadao
8098782bb8
Merge pull request #437 from hakadao/main
...
sync: main to dev
2024-03-31 04:46:07 +08:00
Hakadao
4b4352e34d
Merge branch 'dev' into main
2024-03-31 04:45:58 +08:00
Hakadao
20e78fdbc2
Merge pull request #438 from hakadao/main
...
sync: main to bugfixes
2024-03-31 04:45:05 +08:00
Hakadao
36db58effa
Merge pull request #439 from hakadao/release-please--branches--main--components--release-please-action
...
chore(main): release 0.15.5
v0.15.5
2024-03-31 04:36:56 +08:00
Hakadao
36578fc4c6
chore(main): release 0.15.5
...
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-31 04:34:33 +08:00
Hakadao
99312f4b7c
Merge pull request #436 from hakadao/bugfixes
...
Bugfixes
2024-03-31 04:34:03 +08:00
hakadao
726ac9f0bf
chore: update version number
2024-03-31 04:33:08 +08:00
hakadao
96a85047da
feat: support dark mode for watch later, 404 page && adjust the regex rules
2024-03-31 04:31:31 +08:00
hakadao
43878d691b
fix: adapt previously unadapted comments section
2024-03-30 23:21:02 +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
289396d85c
chore: add previously deleted annotation
2024-03-30 01:17:47 +08:00
Jimmy Chow
6834669a16
Merge branch 'dev' into refactor-message-listeners
2024-03-30 01:05:43 +08:00
Hakadao
2afb3c76d3
Merge pull request #434 from cloudflypeng/refactor/background-api
...
Refactor messageListeners and add utils module to simply use api
2024-03-29 23:25:58 +08:00
pengyunfei
a04e60f930
Refactor messageListeners and add utils module to simply use api
2024-03-29 17:55:56 +08:00
Hakadao
91eda760dd
Merge branch 'dev' of https://github.com/hakadao/BewlyBewly into dev
2024-03-27 23:03:54 +08:00
Hakadao
26c0e9730f
Merge pull request #431 from starknt/fix/home-uri
2024-03-26 01:25:19 +08:00
starknt
47e99304d0
fix: # suffix bilibili home uri
2024-03-26 01:16:01 +08:00
Hakadao
ae9c0e1f87
style: adjust styles
2024-03-25 23:43:42 +08:00
Hakadao
14ce82430a
doc: add descriptions for Adapted Styles && add other language support
2024-03-22 16:13:05 +08:00
Hakadao
31af6ce1ad
chore: i just wanna push some code
2024-03-22 00:58:10 +08:00
Hakadao
f789745d11
feat(VideoCard): add more button option to video card
2024-03-18 01:21:01 +08:00
Hakadao
fefeef4829
Merge branch 'main' into bugfixes
2024-03-17 21:23:47 +08:00
Hakadao
236be1c06c
chore: change version number
v0.15.4
2024-03-17 21:20:32 +08:00
Hakadao
3cb1e9ee30
Merge pull request #412 from hakadao/dev
...
Dev
2024-03-17 21:15:27 +08:00
Hakadao
3e06c271b6
chore: refactor some code implementations
2024-03-17 21:13:06 +08:00
Hakadao
7eb1213b9f
Merge pull request #409 from hakadao/main
...
sync: main to bugfixes
2024-03-17 21:06:57 +08:00
Hakadao
285b800560
Merge pull request #410 from hakadao/main
...
sync: main to dev
2024-03-17 21:06:47 +08:00
Hakadao
4d363518d5
chore: update version number
2024-03-17 19:33:24 +08:00