replaced ti-reload
This commit is contained in:
parent
278916be58
commit
3f38f409f9
9 changed files with 34 additions and 9 deletions
|
|
@ -101,6 +101,31 @@ export function getConfig(): UserConfig {
|
|||
'**/pages/announcement.*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-reload': 'ph-arrow-clockwise ph-bold ph-lg',
|
||||
},
|
||||
exclude: [
|
||||
'**/pages/settings/emoji-picker.*',
|
||||
'**/pages/flash/flash.*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-reload': 'ph-arrow-counter-clockwise ph-bold ph-lg',
|
||||
},
|
||||
include: [
|
||||
'**/pages/settings/emoji-picker.*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-reload': 'ph-arrows-clockwise ph-bold ph-lg',
|
||||
},
|
||||
include: [
|
||||
'**/pages/flash/flash.*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-terminal-2': 'ph-terminal-window ph-bold ph-lg',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue