From ba448d252ae2f7d904b47869b3d7203c4a81ac6d Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 08 一月 2026 11:51:20 +0800
Subject: [PATCH] 增加扫码报工功能测试修改

---
 src/pages_template/common/locales/en.js |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/pages_template/common/locales/en.js b/src/pages_template/common/locales/en.js
new file mode 100644
index 0000000..6f42c57
--- /dev/null
+++ b/src/pages_template/common/locales/en.js
@@ -0,0 +1,21 @@
+export default {
+	// 鍙互浠ラ〉闈负鍗曚綅鏉ュ啓锛屾瘮濡傞椤电殑鍐呭锛屽啓鍦╥ndex瀛楁锛屼釜浜轰腑蹇冨啓鍦╟enter锛屽叡鍚岄儴鍒嗗啓鍦╟ommon閮ㄥ垎
+	components: {
+		desc: 'Numerous components cover the various requirements of the development process, and the components are rich in functions and compatible with multiple terminals. Let you integrate quickly, out of the box'
+	},
+	js: {
+		desc: 'Numerous intimate gadgets are a weapon that you can call upon during the development process, allowing you to dart in your hand and pierce the Yang with a hundred steps'
+	},
+	template: {
+		desc: 'Collection of many commonly used pages and layouts, reducing the repetitive work of developers, allowing you to focus on logic and get twice the result with half the effort'
+	},
+	nav: {
+		components: 'Components',
+		js: 'JS',
+		template: 'Template'
+	},
+	common: {
+		intro: 'UI framework for rapid development of multiple platforms',
+		title: 'uview-plus',
+	},
+}

--
Gitblit v1.9.3