fix(update): remove confusing '直接上传' badge from store review card

The badge was not meaningful to users who just need to know if the
version is live on the store. Removed it — the '已上线' state label is
sufficient.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
XuqmGroup 2026-05-18 17:53:16 +08:00
父节点 1310488835
当前提交 d08a6fd16a

查看文件

@ -576,13 +576,6 @@
<el-tag :type="reviewTagType(item.state)" size="small" class="review-card-tag">
{{ reviewLabel(item.state) }}
</el-tag>
<el-tag
v-if="item.preExisting"
type="info"
size="small"
class="review-card-tag"
title="此版本非由平台提交,为直接在应用商店上传发布"
>直接上传</el-tag>
</div>
<!-- Stage progress -->