mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
5e028a847c
A standalone web-based tool for managing picoclaw configuration, OAuth authentication providers, and gateway process lifecycle. Features include a sidebar layout with i18n (en/zh) and theme support, real-time gateway log streaming, startup prerequisites checks, and Windows icon embedding. Co-authored-by: wj-xiao <meetwenjie@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
466 B
JSON
23 lines
466 B
JSON
{
|
|
"RT_GROUP_ICON": {
|
|
"APP": {
|
|
"0000": "../icon.ico"
|
|
}
|
|
},
|
|
"RT_MANIFEST": {
|
|
"#1": {
|
|
"0409": {
|
|
"identity": {
|
|
"name": "PicoClaw Launcher",
|
|
"version": "0.0.0.0"
|
|
},
|
|
"description": "PicoClaw Launcher - Web-based configuration editor",
|
|
"minimum-os": "win7",
|
|
"execution-level": "asInvoker",
|
|
"dpi-awareness": "system",
|
|
"use-common-controls-v6": true
|
|
}
|
|
}
|
|
}
|
|
}
|