画布增加的新功能
This commit is contained in:
@@ -384,7 +384,7 @@ async function prepareForLiquify(targetObj) {
|
||||
}
|
||||
updateAllParams();
|
||||
|
||||
console.log("液化环境准备完成");
|
||||
console.log("液化环境准备完成",compositeCommand);
|
||||
}
|
||||
} catch (error) {
|
||||
console.error("准备液化环境失败:", error);
|
||||
@@ -1614,6 +1614,7 @@ function close() {
|
||||
*/
|
||||
function startPressTimer() {
|
||||
if (pressTimer.value) return;
|
||||
if (currentMode.value === compositeCommand.value.liquifyManager.enhancedManager.modes.PUSH) return;
|
||||
|
||||
pressTimer.value = setInterval(() => {
|
||||
// 计算按压持续时间
|
||||
|
||||
Reference in New Issue
Block a user