replaced ti-apps and a few more
This commit is contained in:
@@ -180,6 +180,22 @@ export function getConfig(): UserConfig {
|
||||
'**/components/MkMedia*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-apps': 'ph-squares-four ph-bold ph-lg',
|
||||
},
|
||||
include: [
|
||||
'**/pages/**',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-apps': 'ph-stack ph-bold ph-lg',
|
||||
},
|
||||
include: [
|
||||
'**/ui/**',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-terminal-2': 'ph-terminal-window ph-bold ph-lg',
|
||||
@@ -346,6 +362,10 @@ export function getConfig(): UserConfig {
|
||||
'ti ti-bell-off': 'ph-bell ph-bold ph-lg',
|
||||
'ti ti-tool': 'ph-wrench ph-bold ph-lg',
|
||||
'ti ti-refresh': 'ph-arrows-counter-clockwise ph-bold ph-lg',
|
||||
'ti ti-section': 'ph-selection-all ph-bold ph-lg',
|
||||
'ti ti-selector': 'ph-caret-up-down ph-bold ph-lg',
|
||||
'ti ti-chart-line': 'ph-chart-line ph-bold ph-lg',
|
||||
'ti ti-stack-2': 'ph-stack ph-bold ph-lg',
|
||||
},
|
||||
}),
|
||||
...process.env.NODE_ENV === 'production'
|
||||
|
||||
Reference in New Issue
Block a user