Commit Graph

1594 Commits

Author SHA1 Message Date
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
Hakadao
7eb86ed13d fix(SearchBar): cannot show the focused character 2024-05-04 00:39:06 +08:00
Hakadao
31e12db4ed perf: add transform-gpu to improve performance 2024-05-04 00:32:26 +08:00
Hakadao
7d53a9a87f perf: optimize background rendering with transform-gpu 2024-05-04 00:12:03 +08:00
Hakadao
77b5e90799 style(VideoCard): adjust styles 2024-05-03 23:50:00 +08:00
Hakadao
bfc5e51f38 fix(VideoCard): cannot open full-screen preview 2024-05-03 23:45:31 +08:00
Hakadao
af3e7cf207 perf: add transform-gpu to improve performance 2024-05-03 23:23:56 +08:00
Hakadao
f3de2c5b1f ci: remove the \ 2024-05-03 13:00:59 +08:00
Hakadao
9aa95b915c ci: add build step before type check 2024-05-03 12:59:04 +08:00
Hakadao
eba0759706 chore: remove auto-imports.d.ts && components.d.ts 2024-05-03 12:22:12 +08:00
Hakadao
522ccd2db0 chore: add auto-imports.d.ts and components.d.ts to .gitignore 2024-05-03 12:16:18 +08:00
hakadao
ccecdc77f7 chore: update auto-imports.d.ts 2024-05-03 00:08:31 +08:00
hakadao
2fc05fcb1e refactor(historyPage.scss): Adjust styling 2024-05-03 00:07:59 +08:00
hakadao
64a7fce64b fix: font size doesn't match the --bew-base-font-size 2024-05-02 23:25:15 +08:00
Stephen Zhou
6bf18d31de chore: use button for tab switch
close #686
2024-05-02 15:33:53 +08:00
Stephen Zhou
42ed108ad7 fix: improve dark mode
#695
2024-05-02 14:13:41 +08:00
Stephen Zhou
0eb4267cf5 fix: improve dark mode
close #695
2024-05-02 13:57:52 +08:00
star knight
1e6973a343 fix: basic font-size (#701) 2024-05-02 13:43:49 +08:00
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
Stephen Zhou
79f11cbb87 refactor: group dark mode logic to useDark (#694)
* refactor: group dark mode logic to useDark

* fix: cannot get the bewlyWrapper

---------

Co-authored-by: hakadao <a578457889743@gmail.com>
2024-05-02 02:10:59 +08:00
梦念逍遥
9a15d17f2d fix: Extension-Firefox submit (#698) 2024-05-01 15:50:47 +08:00
star knight
98164c3db1 feat: submit store github action workflow (#499) 2024-05-01 15:20:54 +08:00
Hakadao
b0e31d00ac docs: adjust docs formatting 2024-04-29 18:17:02 +08:00
Hakadao
46fdb53f4e chore: Update markdownlint configuration to disable MD013 and MD029 rules 2024-04-29 18:15:50 +08:00
Hakadao
8eb1a2910c chore(main): release 0.18.2 (#692)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
v0.18.2
2024-04-29 01:30:44 +08:00
Hakadao
196a5147d4 chore: update version number 2024-04-29 01:28:03 +08:00
Hakadao
df429bad85 style(userSpacePage): adapt unadapted sections 2024-04-29 01:15:32 +08:00
Hakadao
02a463cc57 chore: Fix background image URL formatting in Home.vue 2024-04-29 01:06:32 +08:00