update: add dray trigger task.

This commit is contained in:
2025-06-18 14:53:56 +08:00
parent 5dcf638e62
commit a53657df30
14 changed files with 289 additions and 62 deletions

View File

@@ -164,3 +164,8 @@ QString ClientCore::GetRemoteID()
{
return remoteID_;
}
QString ClientCore::GetOwnID()
{
return ownID_;
}