Mirai-bot/device.json
Grand-cocoa ee6403eb7d
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s
```工作流更新与设备信息添加
- 重构`.gitea/workflows/build-test.yaml`,优化Maven构建流程,省略非必要步骤。
- 实现`device.json`文件,模拟设备信息,适用于mirai设备。
- 更新`Dockerfile`,自动化构建流程,包括必要的配置文件。
```
2024-09-18 17:25:48 +08:00

31 lines
799 B
JSON

{
"deviceInfoVersion": 3,
"data": {
"display": "MIRAI.056598.001",
"product": "mirai",
"device": "mirai",
"board": "mirai",
"brand": "mamoe",
"model": "mirai",
"bootloader": "unknown",
"fingerprint": "mamoe/mirai/mirai:10/MIRAI.200122.001/9082187:user/release-keys",
"bootId": "26692CCB-72A7-BF68-942E-0D435E0ACE47",
"procVersion": "Linux version 3.0.31-8RRLhiT0 (android-build@xxx.xxx.xxx.xxx.com)",
"baseBand": "",
"version": {
"incremental": "5891938",
"release": "10",
"codename": "REL"
},
"simInfo": "T-Mobile",
"osType": "android",
"macAddress": "02:00:00:00:00:00",
"wifiBSSID": "02:00:00:00:00:00",
"wifiSSID": "<unknown ssid>",
"imsiMd5": "53763c791f940fddcb65d09ed3700272",
"imei": "867739141234828",
"apn": "wifi",
"androidId": "aa28d5bd4d1d1822"
}
}