Browse Source

feat(about): 添加静态图片展示并更新描述

在关于页面添加头像图片展示,并更新描述文本以包含静态图片说明
feige996 8 tháng trước cách đây
mục cha
commit
c8e58795fd
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/pages/about/about.vue

+ 4 - 1
src/pages/about/about.vue

@@ -46,7 +46,10 @@ onReady(() => {
 <template>
   <view>
     <view class="mt-8 text-center text-xl text-gray-400">
-      组件使用、请求调用、unocss
+      组件使用、请求调用、unocss、static图片
+    </view>
+    <view class="my-2 text-center">
+      <image src="/static/images/avatar.jpg" class="h-100px w-100px" />
     </view>
     <RequestComp />
     <view class="mb-6 h-1px bg-#eee" />