mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-21 12:15:16 +08:00
fix open speed
This commit is contained in:
parent
2aa2915461
commit
c91dd3fa34
6
ElectronJS/package-lock.json
generated
6
ElectronJS/package-lock.json
generated
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "easy-spider",
|
"name": "easy-spider",
|
||||||
"version": "0.1.0",
|
"version": "0.3.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "easy-spider",
|
"name": "easy-spider",
|
||||||
"version": "0.1.0",
|
"version": "0.3.1",
|
||||||
"license": "CC0-1.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"electron-squirrel-startup": "^1.0.0",
|
"electron-squirrel-startup": "^1.0.0",
|
||||||
"http": "^0.0.1-security",
|
"http": "^0.0.1-security",
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
name="viewport">
|
name="viewport">
|
||||||
<meta content="ie=edge" http-equiv="X-UA-Compatible">
|
<meta content="ie=edge" http-equiv="X-UA-Compatible">
|
||||||
<script src="js/vue.global.js"></script>
|
<script src="js/vue.global.js"></script>
|
||||||
<script src="https://unpkg.com/vue-i18n@9"></script>
|
<!-- <script src="https://unpkg.com/vue-i18n@9"></script> -->
|
||||||
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
|
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
|
||||||
</link>
|
</link>
|
||||||
<title>EasySpider: NoCode Visual Web Crawler</title>
|
<title>EasySpider: NoCode Visual Web Crawler</title>
|
||||||
|
@ -4,11 +4,11 @@ const messages = {
|
|||||||
zh: zhLocale,
|
zh: zhLocale,
|
||||||
en: enLocale,
|
en: enLocale,
|
||||||
}
|
}
|
||||||
const i18n = VueI18n.createI18n({
|
// const i18n = VueI18n.createI18n({
|
||||||
locale: 'zh',
|
// locale: 'zh',
|
||||||
fallbackLocale: 'en',
|
// fallbackLocale: 'en',
|
||||||
messages
|
// messages
|
||||||
})
|
// })
|
||||||
|
|
||||||
|
|
||||||
function getUrlParam(name) {
|
function getUrlParam(name) {
|
||||||
@ -70,5 +70,5 @@ var app = Vue.createApp({
|
|||||||
window.electronAPI.startInvoke(lang);
|
window.electronAPI.startInvoke(lang);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).use(i18n).mount('#app')
|
}).mount('#app');
|
||||||
console.log(i18n.global.t('test'))
|
// console.log(i18n.global.t('test'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user