新增曾用名

This commit is contained in:
pllx
2026-05-19 18:01:47 +08:00
parent 74e4803bc2
commit 3c7cefe447
7 changed files with 47 additions and 4 deletions
@@ -45,6 +45,11 @@
<div class="profile-info">
<h4>
<span x-text="userInfo.username"></span>
<template x-if="userInfo.previous_name">
<span style="font-size:11px; color:#999; font-weight:normal; margin-left:6px;">
(曾用名: <span x-text="userInfo.previous_name"></span>)
</span>
</template>
<span class="level-badge" x-text="'LV.' + userInfo.user_level"></span>
<span class="sex-badge"
x-text="userInfo.sex === '男' ? '♂' : (userInfo.sex === '女' ? '♀' : '')"