Feat(Menu): Support multi-platform

Support add multi-platform tool to menu
This commit is contained in:
2024-05-01 18:09:37 +08:00
parent 2f70ae8ced
commit de9d1b4b74
5 changed files with 41 additions and 20 deletions

1
src/global.d.ts vendored
View File

@@ -661,4 +661,5 @@ interface ToolMenuItem {
toolId: string
authorUsername: string
ver: string
platform: Platform
}