Commit Graph

1621 Commits

Author SHA1 Message Date
Hakadao
1aa524de67 fix(TopBar): resolve #770 && adjust upload button style
close #770
2024-05-19 01:25:12 +08:00
Hakadao
6671ca71db fix: use DOMPurify to prevent xss injection 2024-05-19 00:30:16 +08:00
Hakadao
dcd066a26c docs: update readme 2024-05-16 23:39:26 +08:00
rgehbt
a740dcf916 perf(Settings): color picker add throttle (#766) 2024-05-16 21:34:34 +08:00
Hakadao
5e8fc58930 fix(adaptedStyles): up-name use theme color when user is vip 2024-05-15 10:57:01 +08:00
hakadao
d5503e6d0d refactor: convert useImage.ts to imgs.ts 2024-05-14 23:57:38 +08:00
hakadao
8e31e69e09 feat(Home): adjust layout switcher icon size 2024-05-14 23:18:32 +08:00
github-actions[bot]
e80a7a652f chore: release v0.18.8 v0.18.8 2024-05-14 05:22:47 +00:00
Stephen Zhou
3ad69ad243 fix: extension version (#765) 2024-05-14 13:20:22 +08:00
github-actions[bot]
a7e554ab54 chore: release v0.18.7 v0.18.7 2024-05-14 04:35:44 +00:00
Hakadao
0070d38e09 fix: Update image URLs to use CDN links (#759)
close #759
2024-05-14 12:33:05 +08:00
Hakadao
5562bd4160 feat: add edge submit script 2024-05-13 13:34:06 +08:00
Hakadao
c5d57f4efd chore: remove changelog and add --verbose to release-it 2024-05-13 13:17:46 +08:00
Hakadao
b8dad4753b ci(release-it): update release-it workflow to allow choosing increment type 2024-05-13 12:23:20 +08:00
Hakadao
7aa9d470ca Merge branch 'main' of https://github.com/hakadao/BewlyBewly 2024-05-13 12:12:01 +08:00
Hakadao
5afe4ca515 chore: update package manager version 2024-05-13 12:11:43 +08:00
Hakadao
159fac97a9 docs(CONTRIBUTING): update commit convention description 2024-05-13 12:10:27 +08:00
github-actions[bot]
19f9d28519 chore: release v0.18.6 v0.18.6 2024-05-13 03:53:57 +00:00
Stephen Zhou
b52f9b9388 ci: simplify upload release action (#757)
* ci: simplify upload release

* knip
2024-05-13 00:03:09 +08:00
Stephen Zhou
2c4814a240 ci: separate upload step (#756) 2024-05-12 23:46:43 +08:00
Stephen Zhou
9b94a4dfe3 ci: fix release build (#755) 2024-05-12 22:31:09 +08:00
hakadao
092d2a9f9d ci: update tag number 2024-05-12 22:04:25 +08:00
github-actions[bot]
0c4e3ad606 chore: release v0.18.5 v0.18.5 2024-05-12 13:56:40 +00:00
hakadao
af740f7a71 chore: add release-it && release-it-pnpm deps 2024-05-12 21:53:31 +08:00
hakadao
7945d4f65a chore: release v0.18.5 2024-05-12 21:34:28 +08:00
hakadao
709329cb43 fix: attempt to fix edge extension corrupted (#705) 2024-05-12 14:48:23 +08:00
Stephen Zhou
58c8215d5d chore: bring back unplugin-auto-import
we should only remove dts generation
2024-05-12 13:56:29 +08:00
Stephen Zhou
4e605bb475 ci: use release token 2024-05-11 21:43:58 +08:00
Stephen Zhou
f65e323053 ci: use release-it (#747) 2024-05-11 20:03:44 +08:00
Stephen Zhou
bc4a5d8aa2 chore: remove unplugin-auto-import (#748) 2024-05-11 18:22:18 +08:00
Stephen Zhou
6cc3b4de9f style: sort imports (#746) 2024-05-11 14:20:56 +08:00
Stephen Zhou
2cea2dfaf9 chore: knip (#744) 2024-05-11 11:36:10 +08:00
Stephen Zhou
4b69aaf8d3 refactor: only use unocss icons (#742)
Co-authored-by: hakadao <a578457889743@gmail.com>
2024-05-10 22:03:46 +08:00
Stephen Zhou
99c0d7d8ee refactor: remove composable auto import (#741) 2024-05-10 19:35:34 +08:00
Stephen Zhou
41611675bb refactor: remove component auto import (#740) 2024-05-10 19:18:24 +08:00
Stephen Zhou
40b68174f5 fix: detect mouse in app bar, close #718 2024-05-10 15:24:01 +08:00
Stephen Zhou
df5c6b8f19 chore: update deps 2024-05-10 15:00:15 +08:00
Stephen Zhou
6f19b29993 fix: sync theme when loading page, close #736 2024-05-10 14:59:25 +08:00
Hakadao
a7488c188e perf: debounce handleOsScroll (#735)
* fix: debounce handleOsScroll in OverlayScrollbarsComponent

* fix: 改成箭头函数写法

* refactor: use `useDebounceFn` for debounce handleOsScroll

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
2024-05-09 00:21:05 +08:00
hakadao
9daabd55db Merge branch 'main' into dev 2024-05-07 23:24:39 +08:00
hakadao
26d4cb17bb perf(Home): improve home page performance (#733)
* perf: solve the problem of high home page occupancy (#732)

* chore(Home): add keep alive again for `ForYou` page

* style(Home): improve tab content loading animation

---------

Co-authored-by: star knight <64941905+starknt@users.noreply.github.com>
2024-05-07 23:21:39 +08:00
Hakadao
6623f6e4cc chore(main): release 0.18.4 (#725)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
v0.18.4
2024-05-07 00:55:35 +08:00
hakadao
fef5d0e1c2 chore: release v0.18.4 2024-05-07 00:49:43 +08:00
hakadao
c3d2bda27a ci: update release workflow to include firefox sources zip 2024-05-07 00:48:43 +08:00
Stephen Zhou
5adaf14edf fix: radio value is not updated, close #717 2024-05-06 17:48:39 +08:00
star knight
7cca4ed09b refactor: adjust call trim timing (#721) 2024-05-06 13:25:25 +08:00
Hakadao
9e13f02751 style(TopBar): adjust styles 2024-05-06 13:16:59 +08:00
lzy1960
e37caa7f79 fix(VideoCard): preview control cannot be dragged while pressing (#714)
* fix(VideoCard): preview control cannot be dragged while pressing

* Update VideoCard.vue

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-05-05 15:26:07 +08:00
Hakadao
6cd2e4e4e5 feat: redesign video card 2024-05-04 17:19:56 +08:00
Hakadao
c86af1e80e perf: update transitionAndTransitionGroup.scss for better performance 2024-05-04 12:21:45 +08:00