From 60f5f37ed762b1d0cc1ae4d5994bda6e94a6980a Mon Sep 17 00:00:00 2001 From: coderZsq Date: Tue, 2 Jul 2019 15:30:06 +0800 Subject: [PATCH] add --- .../SQPasteProxy/SQPasteProxy/address_config.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/SQPasteProxy/SQPasteProxy/SQPasteProxy/address_config.json b/SQPasteProxy/SQPasteProxy/SQPasteProxy/address_config.json index 1ceae29a..c8429f03 100644 --- a/SQPasteProxy/SQPasteProxy/SQPasteProxy/address_config.json +++ b/SQPasteProxy/SQPasteProxy/SQPasteProxy/address_config.json @@ -1,10 +1,12 @@ { - "hook-controller": "CreateAddressVC", + "hook-controller": "ViewController", "bind-list": [ - "addresscell.AreaTextField", - "addresscell.addressTextView" + "provinceLabel", + "cityLabel", + "areaLabel", + "addressLabel" ], - "alert-title": "「已捕获」剪贴板地址", + "alert-title": "「已捕获」剪贴板地址", "alert-message": "是否需要一键复制 嘻嘻!", "alert-confirm-title": "确定" }