From 451d8ae1916597b7211cbfacef9db5311c2e469f Mon Sep 17 00:00:00 2001 From: STEINNI Date: Sun, 8 Mar 2026 18:11:20 +0000 Subject: [PATCH] local examples --- bzGraflow.js | 2 +- graflow_examples/flows/testFlow1.1.json | 4 ++-- graflow_examples/flows/testFlow1.json | 2 +- graflow_examples/flows/testFlow16ports.json | 2 +- graflow_examples/flows/testFlow2.json | 2 +- graflow_examples/flows/testFlowEic.json | 4 ++-- graflow_examples/flows/testFlowICMP.json | 2 +- graflow_examples/flows/testFlowICMP2.json | 2 +- graflow_examples/test1.html | 20 ++++++++++---------- graflow_examples/test2.html | 20 ++++++++++---------- graflow_examples/test3.html | 20 ++++++++++---------- graflow_examples/test4.5.html | 20 ++++++++++---------- graflow_examples/test4.html | 20 ++++++++++---------- graflow_examples/test5.html | 20 ++++++++++---------- graflow_examples/test6.html | 20 ++++++++++---------- 15 files changed, 80 insertions(+), 80 deletions(-) diff --git a/bzGraflow.js b/bzGraflow.js index 3a48ff1..ce75937 100644 --- a/bzGraflow.js +++ b/bzGraflow.js @@ -39,7 +39,7 @@ class BZgraflow extends Buildoz{ static async getCoreCss(){ if(BZgraflow._coreCssPromise) return(await BZgraflow._coreCssPromise) BZgraflow._coreCssPromise = (async() => { - const res = await fetch('/app/thirdparty/buildoz/buildoz.css') + const res = await fetch('/buildoz/buildoz.css') const css = await res.text() const m = css.match(/\/\*\s*BZGRAFLOW_CORE_START\s*\*\/([\s\S]*?)\/\*\s*BZGRAFLOW_CORE_END\s*\*\//) const core = m ? m[1] : '' diff --git a/graflow_examples/flows/testFlow1.1.json b/graflow_examples/flows/testFlow1.1.json index f3e06f7..9424d49 100644 --- a/graflow_examples/flows/testFlow1.1.json +++ b/graflow_examples/flows/testFlow1.1.json @@ -1,5 +1,5 @@ { - "nodesFile": "/app/thirdparty/buildoz/graflow_examples/nodesLib/nodesTest1.html", + "nodesFile": "/buildoz/graflow_examples/nodesLib/nodesTest1.html", "flow": { "nodes":[ { "nodeType": "inc", @@ -8,7 +8,7 @@ }, { "nodeType": "inc", "subflow": { - "url": "/app/thirdparty/buildoz/graflow_examples/flows/testFlowEic.json", + "url": "/buildoz/graflow_examples/flows/testFlowEic.json", "portLinks": [ { "refNodeType": "refnodein", "refnodePort": "out1", "parentPort": "in1", diff --git a/graflow_examples/flows/testFlow1.json b/graflow_examples/flows/testFlow1.json index cdfd83a..88da112 100644 --- a/graflow_examples/flows/testFlow1.json +++ b/graflow_examples/flows/testFlow1.json @@ -1,5 +1,5 @@ { - "nodesFile": "/app/thirdparty/buildoz/graflow_examples/nodesLib/nodesTest1.html", + "nodesFile": "/buildoz/graflow_examples/nodesLib/nodesTest1.html", "flow": { "nodes":[ { "nodeType": "inc", diff --git a/graflow_examples/flows/testFlow16ports.json b/graflow_examples/flows/testFlow16ports.json index e1a435a..013590d 100644 --- a/graflow_examples/flows/testFlow16ports.json +++ b/graflow_examples/flows/testFlow16ports.json @@ -1,5 +1,5 @@ { - "nodesFile": "/app/thirdparty/buildoz/graflow_examples/nodesLib/nodes16ports.html", + "nodesFile": "/buildoz/graflow_examples/nodesLib/nodes16ports.html", "flow": { "nodes": [ { diff --git a/graflow_examples/flows/testFlow2.json b/graflow_examples/flows/testFlow2.json index fc53220..6fdd385 100644 --- a/graflow_examples/flows/testFlow2.json +++ b/graflow_examples/flows/testFlow2.json @@ -1,5 +1,5 @@ { - "nodesFile": "/app/thirdparty/buildoz/graflow_examples/nodesLib/nodesTest2.html", + "nodesFile": "/buildoz/graflow_examples/nodesLib/nodesTest2.html", "flow": { "nodes":[ { "nodeType": "process", diff --git a/graflow_examples/flows/testFlowEic.json b/graflow_examples/flows/testFlowEic.json index 3bcfe51..1e06255 100644 --- a/graflow_examples/flows/testFlowEic.json +++ b/graflow_examples/flows/testFlowEic.json @@ -1,5 +1,5 @@ { - "nodesFile": "/app/thirdparty/buildoz/graflow_examples/nodesLib/nodesEIC.html", + "nodesFile": "/buildoz/graflow_examples/nodesLib/nodesEIC.html", "flow": { "nodes":[ { "nodeType": "eicBasic", @@ -29,7 +29,7 @@ }, "data": { "a": "a3", "b":"b3"}, "subflow": { - "url": "/app/thirdparty/buildoz/graflow_examples/flows/testFlowICMP.json", + "url": "/buildoz/graflow_examples/flows/testFlowICMP.json", "portLinks": [ { "refNodeType": "refnodein", "refnodePort": "out1", "parentPort": "in1", diff --git a/graflow_examples/flows/testFlowICMP.json b/graflow_examples/flows/testFlowICMP.json index 610faa3..ced9cfe 100644 --- a/graflow_examples/flows/testFlowICMP.json +++ b/graflow_examples/flows/testFlowICMP.json @@ -1,5 +1,5 @@ { - "nodesFile": "/app/thirdparty/buildoz/graflow_examples/nodesLib/nodesEIC.html", + "nodesFile": "/buildoz/graflow_examples/nodesLib/nodesEIC.html", "flow": { "nodes":[ { "nodeType": "eicBasic", diff --git a/graflow_examples/flows/testFlowICMP2.json b/graflow_examples/flows/testFlowICMP2.json index b8f636e..e706311 100644 --- a/graflow_examples/flows/testFlowICMP2.json +++ b/graflow_examples/flows/testFlowICMP2.json @@ -1,5 +1,5 @@ { - "nodesFile": "/app/thirdparty/buildoz/graflow_examples/nodesLib/nodesEIC2.html", + "nodesFile": "/buildoz/graflow_examples/nodesLib/nodesEIC2.html", "flow": { "nodes":[ { "nodeType": "eicBasic", diff --git a/graflow_examples/test1.html b/graflow_examples/test1.html index cbf6793..216fb5b 100644 --- a/graflow_examples/test1.html +++ b/graflow_examples/test1.html @@ -4,18 +4,18 @@ graflow - - - - + + + +