Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhangbo1_wd
2024-05-31 19:06:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ee722a1cb9dcf346231a917052cbc92b291690b5
ee722a1c
1 parent
03a86c7e
漏提
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/commons/wdJsBridge/src/main/ets/utils/BridgeUtil.ets
sight_harmony/commons/wdJsBridge/src/main/ets/utils/BridgeUtil.ets
View file @
ee722a1
...
...
@@ -5,6 +5,7 @@ export class BridgeUtil {
static readonly YY_OVERRIDE_SCHEMA = "yy://";
static readonly YY_RETURN_DATA = BridgeUtil.YY_OVERRIDE_SCHEMA + "return/";
static readonly YY_FETCH_QUEUE = BridgeUtil.YY_RETURN_DATA + "_fetchQueue/";
static readonly BRIDGE_LOADED_MSG = "__bridge_loaded__";
static readonly EMPTY_STR = "";
static readonly UNDERLINE_STR = "_";
static readonly SPLIT_MARK = "/";
...
...
Please
register
or
login
to post a comment