1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-07-27 12:30:41 +08:00

refactor: 优化多篇页面细节与评论展示效果

1. 隐藏两个页面的测试调试模块
2. 将图库默认样式改为card模式
3. 优化评论项间距与图标、内容展示
4. 调整代码块圆角样式与文章详情页逻辑
5. 新增文章导航封面处理与加载逻辑优化
This commit is contained in:
小莫唐尼
2026-06-15 22:02:59 +08:00
parent e191eb8358
commit 1ad951913e
6 changed files with 85 additions and 80 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ interface IGalleryGroup {
const groupBanner = reactive({
current: 0,
})
const galleryStyle = ref('mix')
const galleryStyle = ref('card')
const showListPanel = reactive({
show: false,
metadataName: '',
@@ -182,7 +182,7 @@ onPageScroll(() => { })
<template>
<view class="bg-page3 min-h-screen w-full flex flex-col">
<!-- 测试 -->
<view class="box-border w-full p-4 pb-0">
<view v-if="false" class="box-border w-full p-4 pb-0">
<view class="uh-shadow-card box-border w-full flex items-center gap-x-4 rounded-xl bg-white p-4 text-sm">
<view class="shrink-0">
{{ galleryStyle }}
+1 -1
View File
@@ -65,7 +65,7 @@ onPageScroll(() => { })
<template>
<view class="bg-page3 min-h-screen w-full flex flex-col">
<!-- 测试 -->
<view class="box-border w-full p-4 pb-0">
<view v-if="false" class="box-border w-full p-4 pb-0">
<view class="uh-shadow-card box-border w-full flex items-center gap-x-4 rounded-xl bg-white p-4 text-sm">
<view class="shrink-0">
模式{{ useTimeline }}