增加定时服务的健康检测

This commit is contained in:
吕新雨
2026-02-09 15:39:46 +08:00
parent e980bd4e4d
commit f03d36b5e9
7 changed files with 230 additions and 11 deletions

21
client/eas.json Normal file
View File

@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 16.32.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}