This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
XUYangWei
/
animationbasic
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
d568f834eb
Větve
Značky
master
animationbasic
/
features
/
feature
/
src
/
main
/
ets
/
view
/
SecondView.ets
SecondView.ets
69 B
Historie
Surový
1
2
3
4
5
6
@Component
export struct SecondView {
build() {
Text('2')
}
}