From 2c808c7750d672eed3c0d07ebc511f6edf31c404 Mon Sep 17 00:00:00 2001
From: YFdyh000
Date: Thu, 1 Jan 1970 08:00:00 +0800
Subject: [PATCH] [WIP] vue-i18n
---
ElectronJS/src/index.html | 69 ++------------------------
ElectronJS/src/index.js | 75 +++++++++++++++++++++++++++++
ElectronJS/src/locale/en/strings.js | 5 ++
ElectronJS/src/locale/zh/strings.js | 5 ++
4 files changed, 88 insertions(+), 66 deletions(-)
create mode 100644 ElectronJS/src/index.js
create mode 100644 ElectronJS/src/locale/en/strings.js
create mode 100644 ElectronJS/src/locale/zh/strings.js
diff --git a/ElectronJS/src/index.html b/ElectronJS/src/index.html
index c4eebf9..51200c6 100644
--- a/ElectronJS/src/index.html
+++ b/ElectronJS/src/index.html
@@ -8,6 +8,7 @@
name="viewport">
+
EasySpider: NoCode Visual Web Crawler
@@ -129,7 +130,7 @@
class="btn btn-primary btn-lg"
style="margin-top: 15px; width: 300px;height:60px;padding-top:12px;color:white">开始设计
- 返回首页
+ {{ $t('message.test2') }}
@@ -138,71 +139,7 @@
-
+