chore(projects): merge branch main into example

This commit is contained in:
Soybean
2024-07-12 10:28:10 +08:00
14 changed files with 1050 additions and 960 deletions

View File

@@ -42,6 +42,8 @@ declare module 'vue-router' {
* In "src/assets/svg-icon", if it is set, the icon will be ignored
*/
localIcon?: string;
/** Icon size. width and height are the same. */
iconFontSize?: number;
/** Router order */
order?: number | null;
/** The outer link of the route */