Add store page (temp)

This commit is contained in:
2024-02-17 14:27:36 +08:00
parent b798bb3eb5
commit 751d878a46
4 changed files with 158 additions and 1 deletions

4
src/global.d.ts vendored
View File

@@ -597,3 +597,7 @@ interface ToolManagementGetParam extends PageParam {
interface ToolManagementPassParam {
dist: string
}
interface ToolStoreGetParam extends PageParam {
searchValue?: string
}