This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user