Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
d6cd0f003b
|
|
@ -12,7 +12,7 @@ main_repository:
|
|||
monitor:
|
||||
poll_interval: 10 # 轮询间隔(秒)
|
||||
enabled_repos: [] # 空数组表示监听所有仓库,或指定具体仓库名称列表
|
||||
watch_tags: true # 是否监听 tag 变化(打 tag 时触发部署)
|
||||
watch_tags: false # 是否监听 tag 变化(打 tag 时触发部署)
|
||||
tag_pattern: "v*" # 监听的 tag 模式,支持通配符(如 v*、release-*)
|
||||
|
||||
# 部署配置
|
||||
|
|
|
|||
|
|
@ -82,4 +82,8 @@ public class DockWithGPSVO implements Serializable {
|
|||
@Schema(description = "经度")
|
||||
private Double longitude;
|
||||
|
||||
/** 电量 */
|
||||
@Schema(description = "电量百分比")
|
||||
private Integer capacity_percent;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue