feat: add 'all' field support on get security patch date

This commit is contained in:
KOWX712
2025-04-06 23:14:19 +08:00
parent 92e654614e
commit e939f11a72

View File

@@ -322,6 +322,7 @@ export function securityPatch() {
showPrompt('security_patch.fetched', true, 1000);
checkAdvanced(true);
allPatchInput.value = output.replace(/-/g, '');
systemPatchInput.value = 'prop';
bootPatchInput.value = output;
vendorPatchInput.value = output;