feat: People card gold star indicator

This commit is contained in:
2026-06-14 22:59:32 +08:00
parent 2ddf12bb03
commit 99761c0072

View File

@@ -297,6 +297,7 @@ watch(showCandidates, (v) => { if (v) loadCandidates() })
</script>
<style scoped>
.ms-ppl-card-star { position: absolute; top: 6px; left: 6px; font-size: 16px; color: #f59e0b; text-shadow: 0 1px 3px rgba(0,0,0,.25); z-index: 1; }
.people-view { max-width: 1200px; }
h1 { margin: 0; }
.loading-state, .empty { text-align: center; padding: 60px 0; color: #5f6368; }