diff --git "a/Documentation/A-Tune-UI\346\223\215\344\275\234\346\214\207\345\215\227.md" "b/Documentation/A-Tune-UI\346\223\215\344\275\234\346\214\207\345\215\227.md" index c8dfbec0b556a26bcbbb142fe62373d9075fbf04..cf8f332dbbcbb33202a865bb5a6f439f0cf34545 100644 --- "a/Documentation/A-Tune-UI\346\223\215\344\275\234\346\214\207\345\215\227.md" +++ "b/Documentation/A-Tune-UI\346\223\215\344\275\234\346\214\207\345\215\227.md" @@ -95,7 +95,7 @@ sed -i "10s/-H .*/-H [YOUR_IP]\"/" package.json ```shell # 请将[YOUR_ENGINE_HOST]和[YOUR_ENGINE_PORT]替换为具体ip和端口号 sed -i "s/ENGINE_HOST/[YOUR_ENGINE_HOST]/g" src/static/js/utils.js -sed -i "s/ENGINE_HOST/[YOUR_ENGINE_PORT]/g" src/static/js/utils.js +sed -i "s/ENGINE_PORT/[YOUR_ENGINE_PORT]/g" src/static/js/utils.js ``` **步骤 6** 运行。