mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-22 07:39:49 +00:00
update: support ocoge_docs repo
This commit is contained in:
parent
c74ffbeff3
commit
04b5adaffb
@ -5,7 +5,7 @@
|
|||||||
// ローカルプロパティ
|
// ローカルプロパティ
|
||||||
// Hard Coding!!!
|
// Hard Coding!!!
|
||||||
const appName = 'ocoge';
|
const appName = 'ocoge';
|
||||||
const defpath = '/home/pi/Documents/ocoge/';
|
const defpath = '/home/pi/Documents/ocoge_docs/';
|
||||||
const mascotDefPath = '/home/pi/Applications/ocoge/img/';
|
const mascotDefPath = '/home/pi/Applications/ocoge/img/';
|
||||||
// Require
|
// Require
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/** Hard Coding!!! */
|
/** Hard Coding!!! */
|
||||||
const appDocRoot = '/home/pi/Documents/ocoge/'
|
const appDocRoot = '/home/pi/Documents/ocoge_docs/'
|
||||||
|
|
||||||
/** Fix Basic Blocks ****************************************************************************************/
|
/** Fix Basic Blocks ****************************************************************************************/
|
||||||
Blockly.Blocks['ugj_control_for'] = {
|
Blockly.Blocks['ugj_control_for'] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user