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
fanmingyou3_wd
2024-01-10 11:27:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
74eade8a71ac864994ba3de2f31683e8c6bbc309
74eade8a
1 parent
fce2b0f8
增加模块注释,默认web页面不展示标题
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
sight_harmony/entry/src/main/ets/pages/web/DefaultWebPage.ets
sight_harmony/wdJsBridge/src/main/resources/base/element/string.json
sight_harmony/wdRouter/src/main/resources/base/element/string.json
sight_harmony/wdWebComponent/src/main/resources/base/element/string.json
sight_harmony/entry/src/main/ets/pages/web/DefaultWebPage.ets
View file @
74eade8
...
...
@@ -31,7 +31,7 @@ struct DefaultWebPage {
Column() {
WdWebComponent({
webUrl: this.url,
backVisibility:
tru
e,
backVisibility:
fals
e,
reload: this.reload
})
}
...
...
sight_harmony/wdJsBridge/src/main/resources/base/element/string.json
View file @
74eade8
...
...
@@ -2,7 +2,7 @@
"string"
:
[
{
"name"
:
"shared_desc"
,
"value"
:
"
description
"
"value"
:
"
JSBridge是Native(Harmony/Android/iOS)和H5(JavaScript)之间的桥梁,它构建双向通信通道,可以让【Native调用H5】以及让【H5调用Native】,使两者可交互数据。
"
}
]
}
\ No newline at end of file
...
...
sight_harmony/wdRouter/src/main/resources/base/element/string.json
View file @
74eade8
...
...
@@ -2,7 +2,7 @@
"string"
:
[
{
"name"
:
"shared_desc"
,
"value"
:
"
description
"
"value"
:
"
页面路由,实现不同页面之间的跳转和数据传递
"
}
]
}
\ No newline at end of file
...
...
sight_harmony/wdWebComponent/src/main/resources/base/element/string.json
View file @
74eade8
...
...
@@ -2,7 +2,7 @@
"string"
:
[
{
"name"
:
"shared_desc"
,
"value"
:
"
description
"
"value"
:
"
可以与Native(Harmony)互相调用及传递数据的自定义H5展示页面
"
}
]
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment