mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-12 19:40:06 +08:00
4 lines
114 B
Go
4 lines
114 B
Go
![]() |
export function getAssetsFile(url: string) {
|
||
|
return new URL(`../assets/apps/${url}`, import.meta.url).href;
|
||
|
}
|