| 419 | |
| 420 | @site.register_admin |
| 421 | class RoverUserActivityAdmin(GsAdminModel): |
| 422 | pk_name = "id" |
| 423 | page_schema = PageSchema( |
| 424 | label="RoverSign 用户活跃度", |
| 425 | icon="fa fa-clock-o", |
| 426 | ) # type: ignore |
| 427 | |
| 428 | model = RoverUserActivity |
| 429 | |
| 430 | |
| 431 | @on_core_start |
nothing calls this directly
no outgoing calls
no test coverage detected