From 86c30ab5d8fa74bf77bdd75d8008a6d87dab28b6 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 26 九月 2025 16:00:07 +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