This commit is contained in:
2023-10-07 07:30:33 +08:00
parent 64a6bece5c
commit 7ecf576515
19 changed files with 970 additions and 549 deletions

3
src/Utils.ts Normal file
View File

@@ -0,0 +1,3 @@
export function NavigateToNewTab(url: string) {
window.open(url, '_blank')
}