mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-10-31 22:03:41 +08:00 
			
		
		
		
	feat(projects): support system new version update notification. close #420
This commit is contained in:
		| @@ -1,6 +1,10 @@ | ||||
| const local: App.I18n.Schema = { | ||||
|   system: { | ||||
|     title: 'SoybeanAdmin' | ||||
|     title: 'SoybeanAdmin', | ||||
|     updateTitle: 'System Version Update Notification', | ||||
|     updateContent: 'A new version of the system has been detected. Do you want to refresh the page immediately?', | ||||
|     updateConfirm: 'Refresh immediately', | ||||
|     updateCancel: 'Later' | ||||
|   }, | ||||
|   common: { | ||||
|     action: 'Action', | ||||
|   | ||||
| @@ -1,6 +1,10 @@ | ||||
| const local: App.I18n.Schema = { | ||||
|   system: { | ||||
|     title: 'Soybean 管理系统' | ||||
|     title: 'Soybean 管理系统', | ||||
|     updateTitle: '系统版本更新通知', | ||||
|     updateContent: '检测到系统有新版本发布,是否立即刷新页面?', | ||||
|     updateConfirm: '立即刷新', | ||||
|     updateCancel: '稍后再说' | ||||
|   }, | ||||
|   common: { | ||||
|     action: '操作', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user