chore: version info modal

This commit is contained in:
jialin
2024-07-12 12:06:17 +08:00
parent c5327d3e56
commit 320db56fbe
38 changed files with 334 additions and 108 deletions
+6
View File
@@ -0,0 +1,6 @@
export default {
documentation: 'https://docs.gpustack.ai/',
github: 'https://github.com/gpustack/gpustack',
discord: 'https://discord.gg/2ZvXuaYq',
site: 'https://seal.io/'
};
+2
View File
@@ -21,4 +21,6 @@ declare namespace Global {
require_password_change: boolean;
id: number;
}
type SearchParams = Pagination & { search?: string };
}