update: support ocoge_docs repo

This commit is contained in:
ocogeclub 2021-02-21 22:40:35 +09:00
parent c74ffbeff3
commit 04b5adaffb
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
// ローカルプロパティ
// Hard Coding!!!
const appName = 'ocoge';
const defpath = '/home/pi/Documents/ocoge/';
const defpath = '/home/pi/Documents/ocoge_docs/';
const mascotDefPath = '/home/pi/Applications/ocoge/img/';
// Require
const fs = require('fs');

View File

@ -1,5 +1,5 @@
/** Hard Coding!!! */
const appDocRoot = '/home/pi/Documents/ocoge/'
const appDocRoot = '/home/pi/Documents/ocoge_docs/'
/** Fix Basic Blocks ****************************************************************************************/
Blockly.Blocks['ugj_control_for'] = {