replaced ti-photo
This commit is contained in:
parent
99d7ba8bbc
commit
834e449978
6 changed files with 22 additions and 6 deletions
|
|
@ -126,7 +126,23 @@ export function getConfig(): UserConfig {
|
|||
'**/pages/flash/flash.*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-photo': 'ph-image-square ph-bold ph-lg',
|
||||
},
|
||||
exclude: [
|
||||
'**/pages/admin-user.*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-photo': 'ph-image ph-bold ph-lg',
|
||||
},
|
||||
include: [
|
||||
'**/pages/admin-user.*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-terminal-2': 'ph-terminal-window ph-bold ph-lg',
|
||||
'ti ti-download': 'ph-download ph-bold ph-lg',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue