fix: refine A01 runtime visual calibration
This commit is contained in:
@@ -86,7 +86,15 @@ foreach ($requiredVisualAnchor in @(
|
||||
'height: 118rpx',
|
||||
'margin-top: 51rpx',
|
||||
'margin-top: 98rpx',
|
||||
'margin-top: 128rpx'
|
||||
'margin-top: 141rpx',
|
||||
'top: 70rpx',
|
||||
'width: 56rpx',
|
||||
'inset: 6rpx',
|
||||
'entry-button__content',
|
||||
'translateX(-20rpx)',
|
||||
'font-size: 20rpx',
|
||||
'width: 30rpx',
|
||||
'height: 30rpx'
|
||||
)) {
|
||||
Assert-Contains -Content $entry -Expected $requiredVisualAnchor -Message "Missing A-01 calibrated visual anchor: $requiredVisualAnchor"
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ $layoutRules = @(
|
||||
(ConvertFrom-Utf8Base64 'bWFyZ2luLXRvcDogNTFycHg='),
|
||||
(ConvertFrom-Utf8Base64 '5peg5bem5Y+z55+t57q/'),
|
||||
(ConvertFrom-Utf8Base64 'bWFyZ2luLXRvcDogOThycHg='),
|
||||
(ConvertFrom-Utf8Base64 'bWFyZ2luLXRvcDogMTI4cnB4'),
|
||||
(ConvertFrom-Utf8Base64 'bWFyZ2luLXRvcDogMTQxcnB4'),
|
||||
(ConvertFrom-Utf8Base64 'ZW52KHNhZmUtYXJlYS1pbnNldC1ib3R0b20p'),
|
||||
(ConvertFrom-Utf8Base64 '5b2T5YmN6L+Q6KGM5pe26KeG6KeJ5Z+65YeG')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user