fix: 移除不存在的 Crown 图标
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
yuliang_guo
2026-01-29 16:21:03 +08:00
parent 0933b936f9
commit ce8ded26f1
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ import {
Lock, Medal, Star, Reading, Collection, Files, Lock, Medal, Star, Reading, Collection, Files,
Select, Finished, Trophy, TrendCharts, Clock, Select, Finished, Trophy, TrendCharts, Clock,
Timer, Stopwatch, Operation, Calendar, Rank, Timer, Stopwatch, Operation, Calendar, Rank,
Crown, Headset, StarFilled Headset, StarFilled
} from '@element-plus/icons-vue' } from '@element-plus/icons-vue'
interface Props { interface Props {
@@ -61,7 +61,7 @@ const emit = defineEmits<{
const iconMap: Record<string, any> = { const iconMap: Record<string, any> = {
Medal, Star, Reading, Collection, Files, Select, Medal, Star, Reading, Collection, Files, Select,
Finished, Trophy, TrendCharts, Clock, Timer, Finished, Trophy, TrendCharts, Clock, Timer,
Stopwatch, Operation, Calendar, Rank, Crown, Stopwatch, Operation, Calendar, Rank,
Headset, StarFilled, Lock Headset, StarFilled, Lock
} }

View File

@@ -64,7 +64,7 @@ import { ref, computed, watch } from 'vue'
import { import {
TrendCharts, Medal, Star, Reading, Collection, Files, TrendCharts, Medal, Star, Reading, Collection, Files,
Select, Finished, Trophy, Clock, Timer, Stopwatch, Select, Finished, Trophy, Clock, Timer, Stopwatch,
Operation, Calendar, Rank, Crown, Headset, StarFilled Operation, Calendar, Rank, Headset, StarFilled
} from '@element-plus/icons-vue' } from '@element-plus/icons-vue'
interface Badge { interface Badge {
@@ -107,7 +107,7 @@ const visible = computed({
const iconMap: Record<string, any> = { const iconMap: Record<string, any> = {
Medal, Star, Reading, Collection, Files, Select, Medal, Star, Reading, Collection, Files, Select,
Finished, Trophy, TrendCharts, Clock, Timer, Finished, Trophy, TrendCharts, Clock, Timer,
Stopwatch, Operation, Calendar, Rank, Crown, Stopwatch, Operation, Calendar, Rank,
Headset, StarFilled Headset, StarFilled
} }