375 Commits

Author SHA1 Message Date
pengzhanbo
1c40b25cfa
perf(theme): optimize scroll-padding-top (#191) 2024-09-18 19:57:00 +08:00
pengzhanbo
c2ec990c35
fix(theme): incorrect render remote iconify icon (#190) 2024-09-18 19:49:24 +08:00
pengzhanbo
3e9ef80e3e
feat(theme): add support iconify for home features icon (#186) 2024-09-17 04:33:23 +08:00
pengzhanbo
b99d926c0b
feat(theme): add page title badge (#183) 2024-09-16 02:35:49 +08:00
pengzhanbo
db28c8bd8c
feat(theme): add support layout for blog profile (#182) 2024-09-16 02:32:15 +08:00
pengzhanbo
7dc63192c8 fix(theme): incorrect external icon 2024-09-13 19:01:38 +08:00
pengzhanbo
bde059ac3a perf(theme): optimize blog layout 2024-09-12 02:22:58 +08:00
pengzhanbo
3a787897ab perf(theme): optimize profile avatar 2024-09-11 02:26:35 +08:00
pengzhanbo
520dce22c1 style: lint fix 2024-09-11 00:03:13 +08:00
pengzhanbo
3d3b49da57 fix(theme): incorrect scroll behavior when route.hash changed 2024-09-09 00:18:07 +08:00
pengzhanbo
15a2e4fc81 fix(theme): incorrect internal link 2024-09-06 01:48:11 +08:00
pengzhanbo
811f7f4361 perf(theme): optimize internal link 2024-09-06 01:21:16 +08:00
pengzhanbo
aeee0ec8de fix(theme): incorrect internal link 2024-09-06 00:17:13 +08:00
pengzhanbo
f60e4ea63e feat(theme): add support blog as home page 2024-09-03 11:19:02 +08:00
pengzhanbo
220940b2a5 perf(theme): optimize `<LinkCard /> ui 2024-08-30 21:39:11 +08:00
pengzhanbo
3d3cb43243 feat(theme): add internal link 2024-08-30 19:10:38 +08:00
pengzhanbo
38eb41a48d perf(theme): breadcrumb ui 2024-08-30 19:06:55 +08:00
pengzhanbo
a4c68287d2 feat(theme): add blog tags and category slots 2024-08-29 20:14:13 +08:00
pengzhanbo
d44ac5fcd2 feat(theme): add breadcrumb nav 2024-08-29 19:58:50 +08:00
pengzhanbo
9579152326 fix(theme): incorrect resolve category name 2024-08-29 13:32:27 +08:00
pengzhanbo
55b96875b1 fix(theme): incorrect shadow when title is too long 2024-08-27 10:43:16 +08:00
huan_kong
7891ca8d78
fix(theme): incorrect shadow when title is too long (#154)
* fix(theme): incorrect shadow when title is too long

* chore: lint fix
2024-08-26 11:21:39 +08:00
pengzhanbo
e2cca7dd3b chore: tweak 2024-08-22 13:00:25 +08:00
pengzhanbo
22e37fc819 chore: tweak 2024-08-22 12:48:45 +08:00
pengzhanbo
a7c40e0bd5 fix(theme): incorrect <CardGrid> render, close #147 2024-08-22 12:48:29 +08:00
pengzhanbo
7832a9b13c feat(theme): remove frontmatter.author, and improve frontmatter.contributors type 2024-08-21 04:21:40 +08:00
pengzhanbo
dae7b1ccda perf(theme): navbar transition 2024-08-18 10:04:49 +08:00
pengzhanbo
edc0297c0c feat(theme): add component <ImageCard /> 2024-08-18 09:57:40 +08:00
pengzhanbo
e6f2e3fe64 feat(theme): add component <VPImageCard /> 2024-08-17 12:33:14 +08:00
pengzhanbo
24229ddb6e perf(theme): improve doc aside layout 2024-08-17 12:32:32 +08:00
pengzhanbo
64e9a0f330 fix(theme): incorrect display non-local icons, close #134 2024-08-09 01:03:07 +08:00
pengzhanbo
a81c20a21c perf(theme): improve content layout 2024-07-27 19:23:39 +08:00
pengzhanbo
46b382e0b3 perf(theme): improve prepare icons data 2024-07-26 16:50:00 +08:00
pengzhanbo
fa06931985 perf(theme): optimize <VPIcon /> 2024-07-23 00:17:12 +08:00
pengzhanbo
5d0d626eef feat(theme): add support for iconify localization 2024-07-22 00:42:41 +08:00
pengzhanbo
688c96452e perf(theme): improve navbar logo height 2024-07-21 00:50:11 +08:00
pengzhanbo
9f8de682fa perf(theme): improve media print layout 2024-07-21 00:47:56 +08:00
pengzhanbo
19864cf269 Merge branch 'main' into perf-bundle 2024-07-20 00:27:26 +08:00
hrradev
0ab9186e3a
feat(theme): add custom height support for the navbar logo (#125)
* Update VPNavBarTitle.vue

修正logo高度未使用预定义设置(--vp-nav-logo-height),造成logo高度无法被覆写修改的问题。

---------

Co-authored-by: pengzhanbo <q942450674@outlook.com>
2024-07-20 00:25:58 +08:00
pengzhanbo
936b0b4851 perf: optimize package import 2024-07-19 03:17:28 +08:00
pengzhanbo
6e494c2d3a fix(theme): incorrect display of the home local nav 2024-07-17 03:53:30 +08:00
pengzhanbo
a79fcf9cd4 chore: tweak 2024-07-17 00:09:38 +08:00
pengzhanbo
1c14ada868 Merge branch 'main' into RC-79 2024-07-17 00:07:25 +08:00
pengzhanbo
6a8e2d9158 style: lint fix 2024-07-17 00:06:42 +08:00
shylock-wu
0510e261df
fix(theme): fix incorrect footer layout (#120)
在1440px屏幕的情况下,sidebar的宽度就应该等于footer的margin-left的值,但是目前却没有处理,导致样式错乱了
2024-07-16 20:59:40 +08:00
pengzhanbo
4501a1654e perf(theme): 优化导航栏交互 2024-07-16 00:16:55 +08:00
pengzhanbo
fc23e4950b perf(theme): 调整 页面数据结构 2024-07-16 00:16:02 +08:00
pengzhanbo
400bf02856 perf(theme): 优化 侧边栏 分组结构 2024-07-15 21:06:46 +08:00
pengzhanbo
b83a69a681 feat(theme): 添加 blog categories 插槽 2024-07-15 21:04:43 +08:00
pengzhanbo
c1a4d586b4 feat(theme): 新增 博客文章分类 支持 2024-07-14 03:10:29 +08:00