feat: 新增需求

This commit is contained in:
caijun
2026-01-19 17:34:15 +08:00
parent 8fa31df250
commit 9f5b2a92c4
67 changed files with 7518 additions and 481 deletions

View File

@@ -131,7 +131,7 @@ export const useDefineSetting = () => {
b = Math.floor(a * parseInt(values[2]) + (1 - a) * 255);
return '#' + ('0' + r.toString(16)).slice(-2) + ('0' + g.toString(16)).slice(-2) + ('0' + b.toString(16)).slice(-2);
}
return {
flowStatusList,
flowUrgentList,