mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-21 07:09:49 +00:00
[update] 細かい修正
This commit is contained in:
parent
60198b1e98
commit
5cfca9043e
@ -1,11 +1,11 @@
|
||||
# ocoge
|
||||
"大岩 Code Generator" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。
|
||||
インストール方法・操作・サンプルなどは、『[PI.ICHIJU.IN](https://pi.ichiju.in)』にて公開中です。
|
||||
"ocoge: code generator" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。
|
||||
インストール方法・操作・サンプルなどは『[おこげ俱楽部](https://ocoge.club)』にて公開予定。
|
||||
|
||||
### 免責
|
||||
このアプリケーションは特定の環境下での使用を目的として、専門知識を持たない日曜プログラマによって無計画に開発されています。アドバイス・ご意見・ご要望は有難く承りますが、対応の保証はいたしかねます。
|
||||
このアプリケーションは特定の環境下での使用を目的として、専門知識を持たない日曜プログラマによって無計画に開発されています。アドバイス・ご意見・ご要望は有難く承りますが、対応の保証はいたしかねます。
|
||||
また、このアプリケーションを使用したことによるいかなる損害に関しても当方は一切の責任を負わないものとします。
|
||||
|
||||
### Disclaimer
|
||||
This application has been unplannedly developed by a non-expert amateur programmer for use in specific environments. We appreciate your advice, opinions, and requests, but we cannot guarantee the response.
|
||||
This application has been unplannedly developed by a non-expert amateur programmer for use in specific environments. We appreciate your advice, opinions, and requests, but we cannot guarantee the response.
|
||||
We do not take any responsibility for any damage caused by using this application.
|
||||
|
@ -33,7 +33,7 @@
|
||||
<!-- ツールバー(左) -->
|
||||
<div class="toolbar">
|
||||
<div class="toolbar-left">
|
||||
<span class="appTitle" title="大岩産 Code Generator" onclick="testfunc()"><span class="o">お</span><span
|
||||
<span class="appTitle" title="ocoge: code generator" onclick="testfunc()"><span class="o">お</span><span
|
||||
class="co">こ</span><span class="ge">げ</span></span>
|
||||
</div>
|
||||
|
||||
|
4
main.js
4
main.js
@ -113,8 +113,8 @@ app.whenReady().then(() => {
|
||||
var options = {
|
||||
type: 'info',
|
||||
buttons: ['OK'],
|
||||
title: 'OCoGe',
|
||||
message: 'OCoGe - Oiwa Code Generator',
|
||||
title: 'ocoge',
|
||||
message: 'ocoge: code generator',
|
||||
detail: detail
|
||||
}
|
||||
require('electron').dialog.showMessageBox(win, options)
|
||||
|
@ -66,11 +66,11 @@
|
||||
"Development"
|
||||
],
|
||||
"icon": "./icon.png",
|
||||
"maintainer": "ocogeclub <ichiju@ocoge.club>"
|
||||
"maintainer": "ocogeclub <info@ocoge.club>"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user