Compare commits

...

7 Commits

Author SHA1 Message Date
XiuYun CHEN
d9449ec9fa 更改忽略 2025-05-09 16:09:44 +08:00
XiuYun CHEN
76df9928f4 Merge branch 'master' of https://gitea.igandanyiyuan.com/gdxz/harmony 2025-05-09 16:06:54 +08:00
XiuYun CHEN
8d5973df8d 测试 2025-05-09 16:06:32 +08:00
XiuYun CHEN
e9bb89b90a Merge branch 'master' of https://gitea.igandanyiyuan.com/gdxz/harmony 2025-05-09 16:03:05 +08:00
XiuYun CHEN
bbecb72aec Merge branch 'master' of https://gitea.igandanyiyuan.com/gdxz/harmony 2025-05-09 15:55:34 +08:00
XiuYun CHEN
becf6e12c3 1323 2025-05-09 15:50:44 +08:00
XiuYun CHEN
b3dae046d1 133 2025-05-09 15:47:35 +08:00
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -19,6 +19,8 @@ target/
*.iml *.iml
*.ipr *.ipr
*.log *.log
oh_modules/
features/Home/build/
### NetBeans ### ### NetBeans ###
/nbproject/private/ /nbproject/private/

View File

@ -4,4 +4,4 @@
3333 3333
5666611

View File

@ -2,7 +2,7 @@
@Entry @Entry
@Component @Component
export struct VideoPage { export struct VideoPage {
@State message: string = 'Hello World'; @State message: string = 'Hello World333';
onPageShow(): void { onPageShow(): void {
console.log('VideoPage onPageShow!'); console.log('VideoPage onPageShow!');