fix(地脉花): 4.1.1 重构部分代码

This commit is contained in:
秋云
2025-08-23 18:54:55 +08:00
parent ae4224e72b
commit 9e04710060
8 changed files with 45 additions and 180 deletions

View File

@@ -3,8 +3,7 @@
* @param {Object} position - 位置对象
* @returns {Promise<void>}
*/
this.executePathsUsingNodeData =
async function (position) {
this.executePathsUsingNodeData = async function (position) {
try {
const nodeData = await loadNodeData();
let currentNodePosition = position;