Compare commits

..

No commits in common. "d9449ec9fa09928c385c046e3ffebf997cbba4d3" and "962e4c6725d556ea8ecf79129f38099a16299636" have entirely different histories.

3 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View File

@ -19,8 +19,6 @@ 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 World333'; @State message: string = 'Hello World';
onPageShow(): void { onPageShow(): void {
console.log('VideoPage onPageShow!'); console.log('VideoPage onPageShow!');