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

在关于页面添加头像图片展示,并更新描述文本以包含静态图片说明
This commit is contained in:
feige996
2025-08-15 09:53:02 +08:00
parent 67b24b5e93
commit c8e58795fd

View File

@@ -46,7 +46,10 @@ onReady(() => {
<template>
<view>
<view class="mt-8 text-center text-xl text-gray-400">
组件使用请求调用unocss
组件使用请求调用unocssstatic图片
</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" />