diff --git a/jcloud/jcloud/pagetype/dns_resolution/dns_resolution.json b/jcloud/jcloud/pagetype/dns_resolution/dns_resolution.json index 7914e6f..091b0ea 100644 --- a/jcloud/jcloud/pagetype/dns_resolution/dns_resolution.json +++ b/jcloud/jcloud/pagetype/dns_resolution/dns_resolution.json @@ -35,7 +35,7 @@ { "columns": 4, "fieldname": "value", - "fieldtype": "Data", + "fieldtype": "Small Text", "in_list_view": 1, "label": "对应值", "reqd": 1 @@ -82,7 +82,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2025-08-05 03:04:50.722407", + "modified": "2026-05-10 22:04:08.761737", "modified_by": "Administrator", "module": "Jcloud", "name": "Dns Resolution", diff --git a/jcloud/jcloud/pagetype/dns_resolution/dns_resolution.py b/jcloud/jcloud/pagetype/dns_resolution/dns_resolution.py index a189a4a..696a086 100644 --- a/jcloud/jcloud/pagetype/dns_resolution/dns_resolution.py +++ b/jcloud/jcloud/pagetype/dns_resolution/dns_resolution.py @@ -24,6 +24,6 @@ class DnsResolution(Page): record_status: DF.Data | None ttl: DF.Data | None type: DF.Literal["", "A", "AAAA", "CNAME", "MX", "NS", "TXT", "SRV"] - value: DF.Data + value: DF.SmallText # end: auto-generated types pass