mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-11 21:27:31 +08:00
chore: use iconpark icons in points page
This commit is contained in:
@@ -238,18 +238,18 @@ const loading = ref(false)
|
|||||||
const selectedGood = ref(null)
|
const selectedGood = ref(null)
|
||||||
|
|
||||||
const iconMap = {
|
const iconMap = {
|
||||||
POST: 'fas fa-file-alt',
|
POST: 'file-text',
|
||||||
COMMENT: 'fas fa-comment',
|
COMMENT: 'comment-icon',
|
||||||
POST_LIKED: 'fas fa-thumbs-up',
|
POST_LIKED: 'like',
|
||||||
COMMENT_LIKED: 'fas fa-thumbs-up',
|
COMMENT_LIKED: 'like',
|
||||||
INVITE: 'fas fa-user-plus',
|
INVITE: 'add-user',
|
||||||
SYSTEM_ONLINE: 'fas fa-clock',
|
SYSTEM_ONLINE: 'history-icon',
|
||||||
REDEEM: 'fas fa-gift',
|
REDEEM: 'gift',
|
||||||
FEATURE: 'fas fa-star',
|
FEATURE: 'star',
|
||||||
LOTTERY_JOIN: 'fas fa-ticket-alt',
|
LOTTERY_JOIN: 'medal-one',
|
||||||
LOTTERY_REWARD: 'fas fa-ticket-alt',
|
LOTTERY_REWARD: 'fireworks',
|
||||||
POST_LIKE_CANCELLED: 'fas fa-thumbs-down',
|
POST_LIKE_CANCELLED: 'clear-icon',
|
||||||
COMMENT_LIKE_CANCELLED: 'fas fa-thumbs-down',
|
COMMENT_LIKE_CANCELLED: 'clear-icon',
|
||||||
}
|
}
|
||||||
|
|
||||||
const loadTrend = async () => {
|
const loadTrend = async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user