继续推进浏览器 OPFS seed 局部常量化

This commit is contained in:
2026-06-14 08:32:38 +08:00
parent 30646b08c4
commit 51f58e8822
2 changed files with 56 additions and 5 deletions

View File

@@ -9625,6 +9625,11 @@
],
};
const browserRandomTools = [browserRandomFinishTool, browserRandomRoughTool];
const browserRandomToolTableInputText = [
"T2 P7 Z3.125 D1.5 I12 J34 Q4 ;browser random finish tool",
"T5 P9 X1 Y2 Z3 ;browser random rough tool",
"",
].join("\n");
const browserRandomTextPaths = await saveMachineTextFiles(browserRandomMachineId, {
ini: [
"[EMC]",
@@ -9634,11 +9639,7 @@
"RANDOM_TOOLCHANGER = yes",
"",
].join("\n"),
toolTable: [
"T2 P7 Z3.125 D1.5 I12 J34 Q4 ;browser random finish tool",
"T5 P9 X1 Y2 Z3 ;browser random rough tool",
"",
].join("\n"),
toolTable: browserRandomToolTableInputText,
parameters: browserDirectParameterSeedLines().join("\n"),
});
assertMachineTextStorePaths(