parent
							
								
									5edb1da097
								
							
						
					
					
						commit
						09c57e6d03
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -14,7 +14,7 @@ import VueHotkey from './common/hotkey';
 | 
				
			||||||
import App from './app.vue';
 | 
					import App from './app.vue';
 | 
				
			||||||
import checkForUpdate from './common/scripts/check-for-update';
 | 
					import checkForUpdate from './common/scripts/check-for-update';
 | 
				
			||||||
import MiOS from './mios';
 | 
					import MiOS from './mios';
 | 
				
			||||||
import { clientVersion as version, codename, lang } from './config';
 | 
					import { clientVersion as version, codename, lang, locale } from './config';
 | 
				
			||||||
import { builtinThemes, lightTheme, applyTheme } from './theme';
 | 
					import { builtinThemes, lightTheme, applyTheme } from './theme';
 | 
				
			||||||
import Dialog from './common/views/components/dialog.vue';
 | 
					import Dialog from './common/views/components/dialog.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -322,7 +322,7 @@ Vue.mixin({
 | 
				
			||||||
 | 
					
 | 
				
			||||||
console.info(`Misskey v${version} (${codename})`);
 | 
					console.info(`Misskey v${version} (${codename})`);
 | 
				
			||||||
console.info(
 | 
					console.info(
 | 
				
			||||||
	'%c%i18n:common.do-not-copy-paste%',
 | 
						`%c${locale['common']['do-not-copy-paste']}`,
 | 
				
			||||||
	'color: red; background: yellow; font-size: 16px; font-weight: bold;');
 | 
						'color: red; background: yellow; font-size: 16px; font-weight: bold;');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// BootTimer解除
 | 
					// BootTimer解除
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue