Merge branch 'Wx-2025:main' into main

This commit is contained in:
SilenceLurker
2025-12-24 22:11:44 +08:00
committed by GitHub
44 changed files with 3992 additions and 1297 deletions

View File

@@ -479,6 +479,8 @@ class AmilyHelper {
depth: newEntryData.depth ?? 998,
scanDepth: newEntryData.scanDepth ?? null,
disable: !(newEntryData.enabled ?? true),
excludeRecursion: newEntryData.excludeRecursion ?? newEntryData.exclude_recursion ?? false,
preventRecursion: newEntryData.preventRecursion ?? newEntryData.prevent_recursion ?? false,
});
if (newEntryData.type === 'selective') newEntry.constant = false;
}