mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-20 01:58:04 +08:00
删除多余console
This commit is contained in:
@@ -3,9 +3,6 @@ import messages from './langs';
|
|||||||
const { remote } = window.require('electron');
|
const { remote } = window.require('electron');
|
||||||
const { perf } = remote.getGlobal('OP_CONFIG').get();
|
const { perf } = remote.getGlobal('OP_CONFIG').get();
|
||||||
|
|
||||||
console.log(messages);
|
|
||||||
console.log(perf);
|
|
||||||
|
|
||||||
// 2. Create i18n instance with options
|
// 2. Create i18n instance with options
|
||||||
const i18n = createI18n({
|
const i18n = createI18n({
|
||||||
legacy: false,
|
legacy: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user