Image Management
The resource management system enables importing and utilization of application assets. Images can be imported through the resource interface and subsequently assigned to component properties.
After importing an image, it can be assigned to a component property by selecting the image from the resource interface. and anyui
will automatically load the image and display it in the component.
At code generation stage, anyui
will automatically generate the corresponding code for the image.
Warning
Users are responsible for ensuring they have the necessary rights and permissions for any images imported and used within the application.
Font Management
Custom fonts can be imported to enhance the typographic presentation of the application. Imported fonts are available for selection within component property configurations.
After importing a font, you can select it from the font dropdown menu in the component property configuration, and the font will be applied to the component.
At code generation stage, anyui
will automatically generate the corresponding code for the font.
Warning
Users are responsible for ensuring they have the necessary rights and permissions for any fonts imported and used within the application.
Lottie Management
Lottie animations can be imported to enhance the visual presentation of the application. Imported animations are available for selection within component property configurations.
Warning
Users are responsible for ensuring they have the necessary rights and permissions for any Lottie animations they import and use within the application.