mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat: update commercial icon configuration order
This commit is contained in:
@@ -31,16 +31,10 @@ function getModalFilePath(fallback = '') {
|
|||||||
|
|
||||||
const COMMERCIAL_ICON_CONFIG = [
|
const COMMERCIAL_ICON_CONFIG = [
|
||||||
{
|
{
|
||||||
key: 'sell',
|
key: 'image',
|
||||||
icon: 'shopping-cart-off.svg',
|
icon: 'photo-off.svg',
|
||||||
titleKey: 'modals.model.license.noSell',
|
titleKey: 'modals.model.license.noImageSell',
|
||||||
fallback: 'No selling models'
|
fallback: 'No selling generated content'
|
||||||
},
|
|
||||||
{
|
|
||||||
key: 'rent',
|
|
||||||
icon: 'world-off.svg',
|
|
||||||
titleKey: 'modals.model.license.noRent',
|
|
||||||
fallback: 'No generation services'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'rentcivit',
|
key: 'rentcivit',
|
||||||
@@ -49,10 +43,16 @@ const COMMERCIAL_ICON_CONFIG = [
|
|||||||
fallback: 'No Civitai generation'
|
fallback: 'No Civitai generation'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'image',
|
key: 'rent',
|
||||||
icon: 'photo-off.svg',
|
icon: 'world-off.svg',
|
||||||
titleKey: 'modals.model.license.noImageSell',
|
titleKey: 'modals.model.license.noRent',
|
||||||
fallback: 'No selling generated content'
|
fallback: 'No generation services'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'sell',
|
||||||
|
icon: 'shopping-cart-off.svg',
|
||||||
|
titleKey: 'modals.model.license.noSell',
|
||||||
|
fallback: 'No selling models'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user