From bf678cf1d7a26bf5d5473fd8a2c53fc6e587c9f7 Mon Sep 17 00:00:00 2001 From: wangchen147 <30853657+wangchen147@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:37:16 +0800 Subject: [PATCH] 0.0.6 --- niucloud/addon/hello_world/uni-app/locale/en.json | 3 +-- niucloud/addon/hello_world/uni-app/locale/zh-Hans.json | 3 +-- .../hello_world/uni-app/pages/{hello_world => }/index.vue | 0 3 files changed, 2 insertions(+), 4 deletions(-) rename niucloud/addon/hello_world/uni-app/pages/{hello_world => }/index.vue (100%) diff --git a/niucloud/addon/hello_world/uni-app/locale/en.json b/niucloud/addon/hello_world/uni-app/locale/en.json index ed3c113a1..4efc14c30 100644 --- a/niucloud/addon/hello_world/uni-app/locale/en.json +++ b/niucloud/addon/hello_world/uni-app/locale/en.json @@ -1,4 +1,3 @@ { - "pages.index": "hello_world index", - "pages.info": "hello_world info" + "hello_world.pages.index": "hello_world index" } \ No newline at end of file diff --git a/niucloud/addon/hello_world/uni-app/locale/zh-Hans.json b/niucloud/addon/hello_world/uni-app/locale/zh-Hans.json index 4f1d292d6..39f0943ac 100644 --- a/niucloud/addon/hello_world/uni-app/locale/zh-Hans.json +++ b/niucloud/addon/hello_world/uni-app/locale/zh-Hans.json @@ -1,4 +1,3 @@ { - "pages.index": "hello_world首页", - "pages.info": "hello_world详情" + "hello_world.pages.index": "hello_world首页" } \ No newline at end of file diff --git a/niucloud/addon/hello_world/uni-app/pages/hello_world/index.vue b/niucloud/addon/hello_world/uni-app/pages/index.vue similarity index 100% rename from niucloud/addon/hello_world/uni-app/pages/hello_world/index.vue rename to niucloud/addon/hello_world/uni-app/pages/index.vue