feat(about): 添加静态图片展示并更新描述
在关于页面添加头像图片展示,并更新描述文本以包含静态图片说明
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user