Kotlin + Jetpack Compose implementation of the Mokelay page DSL runtime.
- Android emulator uses
http://10.0.2.2:8787as the default Mokelay server URL. - Release builds use
https://api.mokelay.comby default. - To render built-in/system pages from the home screen, enter the page UUID and check
是否内置页面.
Useful commands:
./gradlew test
./gradlew assembleDebugManual smoke test:
- Start
mokelay-serverlocally. - Launch the Android app in an emulator.
- Enter
mokelay_list_page. - Check
是否内置页面. - Tap
跳转.
The list page should load from /api/mokelay/read_mokelay_page_json, support pagination, create dialog, delete confirmation, table refresh, and in-app page navigation.