From f7d2bb36d104310627294eae1cb773316708e037 Mon Sep 17 00:00:00 2001 From: what Date: Thu, 21 Sep 2023 10:46:15 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E5=A2=9E=E5=8A=A0=20RouteService=5FLI?= =?UTF-8?q?ST=5FPHONE=5FLAYOUT=20=E8=B7=AF=E7=94=B1=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routing.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routing.go b/routing.go index 7fffb6c..21bc667 100644 --- a/routing.go +++ b/routing.go @@ -40,6 +40,7 @@ const ( RouteService_SELECTOR RouteService = "selector" RouteService_LIST_DETAIL RouteService = "list-detail" RouteService_LIST_DATA_STORE RouteService = "list-data-store" + RouteService_LIST_PHONE_LAYOUT RouteService = "list-phone-layout" RouteService_LIST_CONDITION_LAYOUT RouteService = "list-condition-layout" RouteService_LIST_OPERATIONS_ACCESS RouteService = "list-operations-access" )