增加评测link功能

This commit is contained in:
squallzhjch
2023-07-13 16:36:43 +08:00
parent 23a3490c20
commit 43b62f9947
6 changed files with 168 additions and 120 deletions

View File

@@ -94,6 +94,8 @@ class Constant {
const val EVENT_LAYER_MANAGER_CHANGE = "EVENT_LAYER_MANAGER_CHANGE" // 图层管理中的配置修改
const val SELECT_TASK_ID = "select_task_id" //选中的任务ID
const val SHARED_SYNC_TASK_LINK_ID = "shared_sync_task_link_id"//利用shared通知任务页面更新
}