fix team app template search (#5514)

This commit is contained in:
heheer
2025-08-21 20:41:46 +08:00
committed by GitHub
parent e19eddf976
commit a92917c05f
7 changed files with 26 additions and 14 deletions

View File

@@ -95,6 +95,7 @@ export const iconPaths = {
'common/refreshLight': () => import('./icons/common/refreshLight.svg'),
'common/resultLight': () => import('./icons/common/resultLight.svg'),
'common/retryLight': () => import('./icons/common/retryLight.svg'),
'common/rightArrow': () => import('./icons/common/rightArrow.svg'),
'common/rightArrowFill': () => import('./icons/common/rightArrowFill.svg'),
'common/rightArrowLight': () => import('./icons/common/rightArrowLight.svg'),
'common/routePushLight': () => import('./icons/common/routePushLight.svg'),