feat(projects): support system new version update notification. close #420

This commit is contained in:
Soybean
2024-06-06 20:08:00 +08:00
parent 2bec899031
commit 584cd54d6d
9 changed files with 89 additions and 6 deletions

View File

@ -251,6 +251,10 @@ declare namespace App {
type Schema = {
system: {
title: string;
updateTitle: string;
updateContent: string;
updateConfirm: string;
updateCancel: string;
};
common: {
action: string;