mirror of
https://github.com/openharmony/device_manager.git
synced 2026-07-18 16:24:27 -04:00
@@ -187,8 +187,8 @@ const std::string ETH_PORT = "ETH_PORT";
|
||||
// ACE
|
||||
const int32_t ACE_X = 50;
|
||||
const int32_t ACE_Y = 300;
|
||||
const int32_t ACE_WIDTH = 600;
|
||||
const int32_t ACE_HEIGHT = 400;
|
||||
const int32_t ACE_WIDTH = 720;
|
||||
const int32_t ACE_HEIGHT = 694;
|
||||
const std::string EVENT_CONFIRM = "EVENT_CONFIRM";
|
||||
const std::string EVENT_CANCEL = "EVENT_CANCEL";
|
||||
const std::string EVENT_INIT = "EVENT_INIT";
|
||||
|
||||
@@ -17,9 +17,6 @@
|
||||
<text class="title">
|
||||
是否允许对端连接本机
|
||||
</text>
|
||||
<text class="title-list">
|
||||
用于分享图片
|
||||
</text>
|
||||
<div class="but">
|
||||
<button class="but-cancel" onclick="onCancel" type="text">
|
||||
取消({{seconds}}秒)
|
||||
|
||||
Reference in New Issue
Block a user