更新代码工程

This commit is contained in:
2026-08-07 09:36:05 +08:00
parent 493591c286
commit ccda415cd7
24 changed files with 1371 additions and 5442 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const props = defineProps({
<template>
<view class="avatar" @click="onClick">
<image
:src="src || '../static/user-icon.png'"
:src="src || '/static/user-icon.png'"
mode="widthFix"
:style="{
width: size + 'px',