添加 rest api 测试页面

This commit is contained in:
2024-05-21 17:04:31 +08:00
parent bd9c6441bb
commit 3c0b22a20c
5 changed files with 57 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
@Entry({routeName: "TimerPage"})
@Component
export struct TimerPage {
build() {
}
}