From b2dc509d5530a9af3b48d7dce7db1e7bf66b06d5 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期三, 28 二月 2024 17:26:58 +0800 Subject: [PATCH] 1、修复新增家庭设备时存在备忘录问题\n2、旅游模块新增加“感言”、“其他费用”、“备注”字段 --- screenMatch.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/screenMatch.properties b/screenMatch.properties index 3d17b42..ed439c8 100644 --- a/screenMatch.properties +++ b/screenMatch.properties @@ -19,7 +19,7 @@ # Also need to match the phone screen of [match_dp]. # If you have another dp values. # System default values is 240,320,360,384,392.7272,400,410,411.4285,432,480,533,592,600,640,662,720,768,800,811,820,960,961,1024,1280,1365 -match_dp= +match_dp=240,320,360,384,392.7272,400,410,411.4285,432,480,533,592,600,640,662,720,768,800,811,820,960,961,1024,1280,1365,1440 # If you not wanna to match dp values above. Write some above values here, append value with "," . # For example: 811,961,1365 ignore_dp= -- Gitblit v1.9.1