From 43a62c948a318c188f752e558b63b1dc0edf7302 Mon Sep 17 00:00:00 2001 From: wangzhiyusss Date: Mon, 21 Nov 2022 19:19:18 +0800 Subject: [PATCH] fix bug Signed-off-by: wangzhiyusss --- .../main/resources/base/element/color.json | 8 +++++++ .../main/resources/base/element/string.json | 24 +++++++++++++++++++ .../resources/base/profile/main_pages.json | 8 +++++++ .../main/resources/zh_CN/element/string.json | 20 ++++++++++++++++ .../main/resources/base/element/color.json | 8 +++++++ .../main/resources/base/element/string.json | 24 +++++++++++++++++++ .../resources/base/profile/main_pages.json | 8 +++++++ .../main/resources/zh_CN/element/string.json | 20 ++++++++++++++++ 8 files changed, 120 insertions(+) create mode 100644 common/utils/src/main/resources/base/element/color.json create mode 100644 common/utils/src/main/resources/base/element/string.json create mode 100644 common/utils/src/main/resources/base/profile/main_pages.json create mode 100644 common/utils/src/main/resources/zh_CN/element/string.json create mode 100644 features/src/main/resources/base/element/color.json create mode 100644 features/src/main/resources/base/element/string.json create mode 100644 features/src/main/resources/base/profile/main_pages.json create mode 100644 features/src/main/resources/zh_CN/element/string.json diff --git a/common/utils/src/main/resources/base/element/color.json b/common/utils/src/main/resources/base/element/color.json new file mode 100644 index 0000000..0c413af --- /dev/null +++ b/common/utils/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "color_1", + "value": "#fff" + } + ] +} \ No newline at end of file diff --git a/common/utils/src/main/resources/base/element/string.json b/common/utils/src/main/resources/base/element/string.json new file mode 100644 index 0000000..5a03f94 --- /dev/null +++ b/common/utils/src/main/resources/base/element/string.json @@ -0,0 +1,24 @@ +{ + "string": [ + { + "name": "entry_MainAbility", + "value": "备忘录" + }, + { + "name": "read_media_permission", + "value": "Used to read media file information in external storage of users" + }, + { + "name": "media_location_permission", + "value": "Used for memo access to geographic location information in user media files" + }, + { + "name": "distributed_dataSync_permission", + "value": "Used for memo data exchange between different equipment" + }, + { + "name": "write_media_permission", + "value": "Used to write media file information in external storage of users" + } + ] +} \ No newline at end of file diff --git a/common/utils/src/main/resources/base/profile/main_pages.json b/common/utils/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000..96441ae --- /dev/null +++ b/common/utils/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,8 @@ +{ + "src": [ + "pages/MyNoteHome", + "pages/NoteContentHome", + "pages/NoteHome", + "pages/NoteHomePortrait" + ] +} \ No newline at end of file diff --git a/common/utils/src/main/resources/zh_CN/element/string.json b/common/utils/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000..2629b77 --- /dev/null +++ b/common/utils/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,20 @@ +{ + "string": [ + { + "name": "read_media_permission", + "value": "用于备忘录读取用户外部存储中的媒体文件信息" + }, + { + "name": "media_location_permission", + "value": "用于备忘录访问用户媒体文件中的地理位置信息" + }, + { + "name": "distributed_dataSync_permission", + "value": "用于备忘录进行不同设备间的数据交换" + }, + { + "name": "write_media_permission", + "value": "用于备忘录记录用户外部存储中的图片文件信息" + } + ] +} \ No newline at end of file diff --git a/features/src/main/resources/base/element/color.json b/features/src/main/resources/base/element/color.json new file mode 100644 index 0000000..0c413af --- /dev/null +++ b/features/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "color_1", + "value": "#fff" + } + ] +} \ No newline at end of file diff --git a/features/src/main/resources/base/element/string.json b/features/src/main/resources/base/element/string.json new file mode 100644 index 0000000..5a03f94 --- /dev/null +++ b/features/src/main/resources/base/element/string.json @@ -0,0 +1,24 @@ +{ + "string": [ + { + "name": "entry_MainAbility", + "value": "备忘录" + }, + { + "name": "read_media_permission", + "value": "Used to read media file information in external storage of users" + }, + { + "name": "media_location_permission", + "value": "Used for memo access to geographic location information in user media files" + }, + { + "name": "distributed_dataSync_permission", + "value": "Used for memo data exchange between different equipment" + }, + { + "name": "write_media_permission", + "value": "Used to write media file information in external storage of users" + } + ] +} \ No newline at end of file diff --git a/features/src/main/resources/base/profile/main_pages.json b/features/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000..96441ae --- /dev/null +++ b/features/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,8 @@ +{ + "src": [ + "pages/MyNoteHome", + "pages/NoteContentHome", + "pages/NoteHome", + "pages/NoteHomePortrait" + ] +} \ No newline at end of file diff --git a/features/src/main/resources/zh_CN/element/string.json b/features/src/main/resources/zh_CN/element/string.json new file mode 100644 index 0000000..2629b77 --- /dev/null +++ b/features/src/main/resources/zh_CN/element/string.json @@ -0,0 +1,20 @@ +{ + "string": [ + { + "name": "read_media_permission", + "value": "用于备忘录读取用户外部存储中的媒体文件信息" + }, + { + "name": "media_location_permission", + "value": "用于备忘录访问用户媒体文件中的地理位置信息" + }, + { + "name": "distributed_dataSync_permission", + "value": "用于备忘录进行不同设备间的数据交换" + }, + { + "name": "write_media_permission", + "value": "用于备忘录记录用户外部存储中的图片文件信息" + } + ] +} \ No newline at end of file -- Gitee