fix(region): 修复本地到期释放功能和资源同步冲突 (#22860)

This commit is contained in:
屈轩
2025-07-10 19:37:58 +08:00
committed by GitHub
parent 992c5f498e
commit ebd7298d0d
32 changed files with 298 additions and 524 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ const (
ACT_UNFREEZE = "unfreeze"
ACT_CHANGE_BILLING_TYPE = "change_billing_type"
// 到期释放
ACT_SET_EXPIRED_TIME = "set_expired_time"
ACT_SET_RELEASE_TIME = "set_release_time"
ACT_VM_SYNC_ISOLATED_DEVICE = "vm_sync_isolated_device"
ACT_CACHED_IMAGE = "cached_image"
+2 -2
View File
@@ -104,8 +104,8 @@ func init() {
EN("Guest Detach Isolated Device").
CN("卸载透传设备"),
)
t.Set(ACT_SET_EXPIRED_TIME, i18n.NewTableEntry().
EN("Set Resource Expire Time").
t.Set(ACT_SET_RELEASE_TIME, i18n.NewTableEntry().
EN("Set Resource Release Time").
CN("到期释放"),
)
t.Set(ACT_VM_SYNC_ISOLATED_DEVICE, i18n.NewTableEntry().