mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-29 06:03:18 +08:00
18 lines
268 B
Plaintext
18 lines
268 B
Plaintext
{
|
|
"menu": {
|
|
"id": "file",
|
|
"value": "File",
|
|
"popup": {
|
|
"menuitem": [{
|
|
"value": "New",
|
|
"onclick": "CreateNewDoc()"
|
|
}, {
|
|
"value": "Open",
|
|
"onclick": "OpenDoc()"
|
|
}, {
|
|
"value": "Close",
|
|
"onclick": "CloseDoc()"
|
|
}]
|
|
}
|
|
}
|
|
} |