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
*.ipr
*.log
oh_modules/
features/Home/build/
### NetBeans ###
/nbproject/private/

View File

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

View File

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