更新05211127
This commit is contained in:
7
COFTester/.claude/settings.local.json
Normal file
7
COFTester/.claude/settings.local.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(python *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -2821,7 +2821,7 @@ public sealed class MainViewModel : ObservableObject, IDisposable
|
||||
{
|
||||
yield return "水平位移必须为有效数值。";
|
||||
}
|
||||
else if (Recipe.TravelMm < 50)
|
||||
else if (Recipe.TravelMm <= 5)
|
||||
{
|
||||
yield return "水平位移过短,无法形成稳定动摩擦区。";
|
||||
}
|
||||
|
||||
BIN
COFTester/主页.png
Normal file
BIN
COFTester/主页.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
BIN
COFTester/历史追溯.png
Normal file
BIN
COFTester/历史追溯.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 140 KiB |
BIN
COFTester/配置.png
Normal file
BIN
COFTester/配置.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 108 KiB |
Reference in New Issue
Block a user