From f3ea52bf97e61f6917ccaab904817d74d9d4860c Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 17 七月 2025 09:55:36 +0800
Subject: [PATCH] init

---
 pages/home/home copy.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/home/home copy.vue b/pages/home/home copy.vue
index 297a5f4..1ffae44 100644
--- a/pages/home/home copy.vue
+++ b/pages/home/home copy.vue
@@ -38,7 +38,7 @@
       <SceneMuseumCard v-for="(item, index) in cardList" :key="index" :image="item.image" :title="item.title"
         :subtitle="item.subtitle" :readTime="item.readTime" />
 
-      <SectionTitle title="光影社区" optitle="加入社区" goUrl="/pages/home/home-more" />
+      <SectionTitle title="光影天地" optitle="加入光影" goUrl="/pages/home/home-more" />
       <Community v-for="(item, index) in communitys" :key="index" :avatar="item.avatar" :nickname="item.nickname"
         :time="item.time" :image="item.image" :content="item.content" :likeCount="item.likeCount"
         :commentCount="item.commentCount" />
@@ -163,7 +163,7 @@
   },
 ])
 
-// 社区帖子数据
+// 数据
 const communitys = ref([
   {
     avatar: 'https://cdn.uviewui.com/uview/common/logo.png',

--
Gitblit v1.9.3