更新swag

This commit is contained in:
2025-12-02 14:39:50 +08:00
parent 2734306690
commit 3ace1a35ee
3 changed files with 109 additions and 3 deletions

View File

@@ -330,6 +330,14 @@ export const AlarmSourceType = {
SYSTEM: '系统',
};
/**
* AI模型
* @enum {string}
*/
export const AIModel = {
GEMINI: 'Gemini',
};
/**
* 操作符
* @enum {string}