mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-31 18:28:44 +08:00 
			
		
		
		
	fix: 恢复某些不上传git的文件
This commit is contained in:
		
							
								
								
									
										22
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							| @@ -40,25 +40,5 @@ | |||||||
|   "i18n-ally.displayLanguage": "zh-CN", |   "i18n-ally.displayLanguage": "zh-CN", | ||||||
|   "i18n-ally.enabledFrameworks": ["vue", "react"], |   "i18n-ally.enabledFrameworks": ["vue", "react"], | ||||||
|   "god.tsconfig": "./tsconfig.json", |   "god.tsconfig": "./tsconfig.json", | ||||||
|   "vue-i18n.i18nPaths": "src/locales", |   "vue-i18n.i18nPaths": "src/locales" | ||||||
|   "workbench.colorCustomizations": { |  | ||||||
|     "activityBar.activeBackground": "#65c89b", |  | ||||||
|     "activityBar.background": "#65c89b", |  | ||||||
|     "activityBar.foreground": "#15202b", |  | ||||||
|     "activityBar.inactiveForeground": "#15202b99", |  | ||||||
|     "activityBarBadge.background": "#945bc4", |  | ||||||
|     "activityBarBadge.foreground": "#e7e7e7", |  | ||||||
|     "commandCenter.border": "#15202b99", |  | ||||||
|     "sash.hoverBorder": "#65c89b", |  | ||||||
|     "statusBar.background": "#42b883", |  | ||||||
|     "statusBar.foreground": "#15202b", |  | ||||||
|     "statusBarItem.hoverBackground": "#359268", |  | ||||||
|     "statusBarItem.remoteBackground": "#42b883", |  | ||||||
|     "statusBarItem.remoteForeground": "#15202b", |  | ||||||
|     "titleBar.activeBackground": "#42b883", |  | ||||||
|     "titleBar.activeForeground": "#15202b", |  | ||||||
|     "titleBar.inactiveBackground": "#42b88399", |  | ||||||
|     "titleBar.inactiveForeground": "#15202b99" |  | ||||||
|   }, |  | ||||||
|   "peacock.color": "#42b883" |  | ||||||
| } | } | ||||||
|   | |||||||
							
								
								
									
										9
									
								
								src/types/auto-components.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								src/types/auto-components.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -52,12 +52,17 @@ declare module '@vue/runtime-core' { | |||||||
|     ElForm: typeof import('element-plus/es')['ElForm'] |     ElForm: typeof import('element-plus/es')['ElForm'] | ||||||
|     ElFormItem: typeof import('element-plus/es')['ElFormItem'] |     ElFormItem: typeof import('element-plus/es')['ElFormItem'] | ||||||
|     ElIcon: typeof import('element-plus/es')['ElIcon'] |     ElIcon: typeof import('element-plus/es')['ElIcon'] | ||||||
|  |     ElImage: typeof import('element-plus/es')['ElImage'] | ||||||
|     ElImageViewer: typeof import('element-plus/es')['ElImageViewer'] |     ElImageViewer: typeof import('element-plus/es')['ElImageViewer'] | ||||||
|     ElInput: typeof import('element-plus/es')['ElInput'] |     ElInput: typeof import('element-plus/es')['ElInput'] | ||||||
|  |     ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] | ||||||
|     ElLink: typeof import('element-plus/es')['ElLink'] |     ElLink: typeof import('element-plus/es')['ElLink'] | ||||||
|     ElOption: typeof import('element-plus/es')['ElOption'] |     ElOption: typeof import('element-plus/es')['ElOption'] | ||||||
|     ElPagination: typeof import('element-plus/es')['ElPagination'] |     ElPagination: typeof import('element-plus/es')['ElPagination'] | ||||||
|     ElPopover: typeof import('element-plus/es')['ElPopover'] |     ElPopover: typeof import('element-plus/es')['ElPopover'] | ||||||
|  |     ElRadio: typeof import('element-plus/es')['ElRadio'] | ||||||
|  |     ElRadioButton: typeof import('element-plus/es')['ElRadioButton'] | ||||||
|  |     ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] | ||||||
|     ElRow: typeof import('element-plus/es')['ElRow'] |     ElRow: typeof import('element-plus/es')['ElRow'] | ||||||
|     ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] |     ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] | ||||||
|     ElSelect: typeof import('element-plus/es')['ElSelect'] |     ElSelect: typeof import('element-plus/es')['ElSelect'] | ||||||
| @@ -67,7 +72,11 @@ declare module '@vue/runtime-core' { | |||||||
|     ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] |     ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] | ||||||
|     ElTabPane: typeof import('element-plus/es')['ElTabPane'] |     ElTabPane: typeof import('element-plus/es')['ElTabPane'] | ||||||
|     ElTabs: typeof import('element-plus/es')['ElTabs'] |     ElTabs: typeof import('element-plus/es')['ElTabs'] | ||||||
|  |     ElTag: typeof import('element-plus/es')['ElTag'] | ||||||
|  |     ElTimeline: typeof import('element-plus/es')['ElTimeline'] | ||||||
|  |     ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem'] | ||||||
|     ElTooltip: typeof import('element-plus/es')['ElTooltip'] |     ElTooltip: typeof import('element-plus/es')['ElTooltip'] | ||||||
|  |     ElTransfer: typeof import('element-plus/es')['ElTransfer'] | ||||||
|     ElTree: typeof import('element-plus/es')['ElTree'] |     ElTree: typeof import('element-plus/es')['ElTree'] | ||||||
|     ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect'] |     ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect'] | ||||||
|     ElUpload: typeof import('element-plus/es')['ElUpload'] |     ElUpload: typeof import('element-plus/es')['ElUpload'] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 fengjingtao
					fengjingtao