This commit is contained in:
lq1405 2025-02-10 10:36:02 +08:00
parent abdfbe7b00
commit 4250a8b7de

View File

@ -223,6 +223,8 @@ const SoftwareControlManagement: FC<SoftwareControlManagementProps> = () => {
setTopSpinning(false);
}
// 测试
const confirmed = await modalApi.confirm({
title: "确认添加",
content: `确认添加 ${days == 0 ? "永久" : days + " 天"} 吗?`