chore: add intern and moka provider (#3640)

* chore: add intern and moka provider

* fix: svg show issue
This commit is contained in:
Yee
2025-01-21 22:32:49 +08:00
committed by GitHub
parent d491105752
commit e02a7ab350
8 changed files with 66 additions and 0 deletions

View File

@@ -387,6 +387,8 @@ export const iconPaths = {
'model/sparkDesk': () => import('./icons/model/sparkDesk.svg'),
'model/stepfun': () => import('./icons/model/stepfun.svg'),
'model/yi': () => import('./icons/model/yi.svg'),
'model/intern': () => import('./icons/model/intern.svg'),
'model/moka': () => import('./icons/model/moka.svg'),
more: () => import('./icons/more.svg'),
moreLine: () => import('./icons/moreLine.svg'),
out: () => import('./icons/out.svg'),