perf: 流水线页面可以查看证书过期时间

This commit is contained in:
xiaojunnuo
2026-01-13 00:50:32 +08:00
parent d338a9639a
commit be03d8e137
6 changed files with 23 additions and 4 deletions
@@ -41,12 +41,16 @@ export interface SettingState {
price: number;
price3: number;
tooltip?: string;
priceText?: string;
discountText?: string;
};
comm: {
name: string;
price: number;
price3: number;
tooltip?: string;
priceText?: string;
discountText?: string;
};
app?: {
minVersion?: string;