删除S3灯颜色
统一S3和mini_g2 的rfid
增加 角度弧度转换 所有板
增加 S3根据气压获取海拔
This commit is contained in:
Irene-Maxine
2025-03-26 19:24:36 +08:00
parent 3f41008f21
commit f835dd2f64
25 changed files with 379 additions and 80 deletions

View File

@@ -3918,4 +3918,10 @@ En.MIXLY_SET_MAXIMUM_HISTORICAL_SESSIONS_NUM = 'Set Maximum Number of Historical
En.MIXLY_LLM_CHAT = 'Chat with Large Language Model';
En.MIXLY_LLM_CONTENT_CALLBACK = 'Result Output Callback';
En.MIXLY_EMPTY_HISTORY = 'Clear History';
En.MIXLY_SET_RADIAN = 'convert radians';
En.MIXLY_TRANS_TO_ANGLE = 'to angles';
En.MIXLY_SET_DEGREE = 'convert angles';
En.MIXLY_TRANS_TO_RADIAN = 'to radians';
En.MIXLY_REF_TO_PRESSURE = 'Reference pressure';
En.MIXLY_CAL_TO_ALTITUDE = 'Calculate the altitude';
})();

View File

@@ -4078,5 +4078,10 @@ ZhHans.MIXLY_LLM_CONTENT_CALLBACK = '结果输出回调';
// ZhHans.MIXLY_SELECT_MODEL = '选择模型';
// ZhHans.MIXLY_CLEAR_USER_HISTORY = '清除用户的历史记录';
ZhHans.MIXLY_EMPTY_HISTORY = '清空历史记录';
ZhHans.MIXLY_SET_RADIAN = '将弧度';
ZhHans.MIXLY_TRANS_TO_ANGLE = '转换为角度';
ZhHans.MIXLY_SET_DEGREE = '将角度';
ZhHans.MIXLY_TRANS_TO_RADIAN = '转换为弧度';
ZhHans.MIXLY_REF_TO_PRESSURE = '参考气压';
ZhHans.MIXLY_CAL_TO_ALTITUDE = '计算获取海拔';
})();

View File

@@ -4072,4 +4072,10 @@ ZhHant.MIXLY_SET_MAXIMUM_HISTORICAL_SESSIONS_NUM = '設定歷史對話記錄最
ZhHant.MIXLY_LLM_CHAT = '與大語言模型進行對話';
ZhHant.MIXLY_LLM_CONTENT_CALLBACK = '結果輸出回調';
ZhHant.MIXLY_EMPTY_HISTORY = '清空歷史記錄';
ZhHant.MIXLY_SET_RADIAN = '將弧度';
ZhHant.MIXLY_TRANS_TO_ANGLE = '轉換為角度';
ZhHant.MIXLY_SET_DEGREE = '將角度';
ZhHant.MIXLY_TRANS_TO_RADIAN = '轉換為弧度';
ZhHant.MIXLY_REF_TO_PRESSURE = '參考氣壓';
ZhHant.MIXLY_CAL_TO_ALTITUDE = '計算獲取海拔';
})();