1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-02-12 19:40:06 +08:00
2022-10-08 15:03:29 +08:00

4 lines
114 B
Go

export function getAssetsFile(url: string) {
return new URL(`../assets/apps/${url}`, import.meta.url).href;
}