RoverSign 的 Bot-群组绑定管理
| 406 | |
| 407 | @site.register_admin |
| 408 | class RoverSubscribeAdmin(GsAdminModel): |
| 409 | """RoverSign 的 Bot-群组绑定管理""" |
| 410 | |
| 411 | pk_name = "group_id" |
| 412 | page_schema = PageSchema( |
| 413 | label="RoverSign 发送-群组绑定", |
| 414 | icon="fa fa-link", |
| 415 | ) # type: ignore |
| 416 | |
| 417 | model = RoverSubscribe |
| 418 | |
| 419 | |
| 420 | @site.register_admin |
nothing calls this directly
no outgoing calls
no test coverage detected