1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-12-04 13:43:23 +08:00
parent 9d601b4a46
commit dbc84b2f58
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<span style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 150px">{{ <span style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 150px">{{
user.RealName }}</span> user.RealName }}</span>
</div> </div>
<div style="font-size: .75rem;line-height: 18px;color:#999" v-if="isEN">{{ new <div style="font-size: .75rem;line-height: 18px;color:#999" v-if="!isEN">{{ new
Date().getFullYear() }}{{ $t('common:date:today') }}{{ new Date().getMonth() + Date().getFullYear() }}{{ $t('common:date:today') }}{{ new Date().getMonth() +
1 }}{{ $t('common:date:month') }}{{ new Date().getDate() }}{{ $t('common:date:day') }}{{ dayOfWeek }} 1 }}{{ $t('common:date:month') }}{{ new Date().getDate() }}{{ $t('common:date:day') }}{{ dayOfWeek }}
</div> </div>