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 0000000000000000000000000000000000000000..0c413afad79dba84fe7c819b4fdee0cc6972cade --- /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 0000000000000000000000000000000000000000..5a03f94b0cb61b27464bb0a6884bf2108ae3962e --- /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 0000000000000000000000000000000000000000..96441ae7e3e06f490dc3474d99b7f9a44c6e3a6e --- /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 0000000000000000000000000000000000000000..2629b77b0fb00545233503ebc8f0d489b88d3919 --- /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 0000000000000000000000000000000000000000..0c413afad79dba84fe7c819b4fdee0cc6972cade --- /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 0000000000000000000000000000000000000000..5a03f94b0cb61b27464bb0a6884bf2108ae3962e --- /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 0000000000000000000000000000000000000000..96441ae7e3e06f490dc3474d99b7f9a44c6e3a6e --- /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 0000000000000000000000000000000000000000..2629b77b0fb00545233503ebc8f0d489b88d3919 --- /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