diff --git a/application/entry/hvigorfile.ts b/application/entry/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..1c4ceb9ee290c3fb187f02280a303b0892c91438 --- /dev/null +++ b/application/entry/hvigorfile.ts @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { hapTasks } from '@ohos/hvigor-ohos-plugin'; + +export default { + system: hapTasks, /* Built-in plugin of Hvigor. It cannot be modified. */ + plugins:[] /* Custom plugin to extend the functionality of Hvigor. */ +}; diff --git a/application/entry/src/main/resources/mcc460-bo_CN/element/string.json b/application/entry/src/main/resources/mcc460-bo_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..284cee98ad0c7e49c637d6816615054beb5b87c9 --- /dev/null +++ b/application/entry/src/main/resources/mcc460-bo_CN/element/string.json @@ -0,0 +1,8 @@ +{ + "string":[ + { + "name":"continue_desc", + "value":"སྒྲིག་ཆས་གཅིག་གི་ཐོག་ཏུ་བཤར་ལྟ་དང་རྩོམ་སྒྲིག་བྱས་རྗེས། ཉེ་འགྲམ་གྱི་ཧྭ་ཝེ་ཐོ་ཨང་གཅིག་པ་ཐོ་འཇུག་བྱས་ཡོད་པའི་སྒྲིག་ཆས་ཐོག་ཏུ་མུ་མཐུད་ཆོག རྩོལ་ནུས་འདི་བཀོལ་སྤྱོད་བྱ་བར་ཕྱོགས་གཉིས་པོས་༼འཕྲོ་མཐུད་༽ WLAN དང་ སོ་སྔོན་ཁ་ཕྱེ་ནས་གནས་དགོས།" + } + ] +} \ No newline at end of file diff --git a/application/entry/src/main/resources/mcc460-en/element/string.json b/application/entry/src/main/resources/mcc460-en/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..b55ac3207847bac5c87083111210bd6ec4d79f38 --- /dev/null +++ b/application/entry/src/main/resources/mcc460-en/element/string.json @@ -0,0 +1,8 @@ +{ + "string":[ + { + "name":"continue_desc", + "value":"Browse or edit on one device, then continue on another nearby device logged in with the same Huawei ID. This function requires that both devices have enabled \"Application connection,\" WLAN, and Bluetooth." + } + ] +} \ No newline at end of file diff --git a/application/entry/src/main/resources/mcc460-ug/element/string.json b/application/entry/src/main/resources/mcc460-ug/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..985e2152ff6e4c5c78f1d6b2c19fb32586fdcce9 --- /dev/null +++ b/application/entry/src/main/resources/mcc460-ug/element/string.json @@ -0,0 +1,8 @@ +{ + "string":[ + { + "name":"continue_desc", + "value":"بىر ئۈسكۈنىدە كۆرۈۋاتقان ياكى تەھرىرلەۋاتقان ئىشنى ئەتراپتىكى ئوخشاش خۇاۋېي ھېسابىغا تىزىملاپ كىرگەن يەنە بىر ئۈسكۈنىدە داۋاملاشتۇرۇشقا بولىدۇ. ھەر ئىككى ئۈسكۈنىدە «ئۆتكۈزۈش»، WLAN ۋە كۆكچىش ئوچۇق بولۇشى كېرەك." + } + ] +} \ No newline at end of file diff --git a/application/entry/src/main/resources/mcc460-zh_CN/element/string.json b/application/entry/src/main/resources/mcc460-zh_CN/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..8eeef0499c59d0103703478124f3fd5780ecfe07 --- /dev/null +++ b/application/entry/src/main/resources/mcc460-zh_CN/element/string.json @@ -0,0 +1,8 @@ +{ + "string":[ + { + "name":"continue_desc", + "value":"在一台设备上进行浏览或编辑,然后可在附近另一台登录相同华为帐号的设备上继续。此功能需双方设备开启“接续”、WLAN 和蓝牙。" + } + ] +} \ No newline at end of file diff --git a/application/entry/src/main/resources/mcc460-zh_HK/element/string.json b/application/entry/src/main/resources/mcc460-zh_HK/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..2c7d4ff7cc7720a33afe188fa0889d71f5e06448 --- /dev/null +++ b/application/entry/src/main/resources/mcc460-zh_HK/element/string.json @@ -0,0 +1,8 @@ +{ + "string":[ + { + "name":"continue_desc", + "value":"在一部裝置上進行瀏覽或編輯,然後可在附近另一部登入相同華為帳戶的裝置上繼續。此功能需雙方裝置啟用「接續」、WLAN 和藍牙。" + } + ] +} \ No newline at end of file diff --git a/application/entry/src/main/resources/mcc460-zh_TW/element/string.json b/application/entry/src/main/resources/mcc460-zh_TW/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..5db7559e9f99b71bb399a7fa17f30a52e177b444 --- /dev/null +++ b/application/entry/src/main/resources/mcc460-zh_TW/element/string.json @@ -0,0 +1,8 @@ +{ + "string":[ + { + "name":"continue_desc", + "value":"在一台裝置中瀏覽或編輯,然後可以在附近另一台登入相同華為 ID 的裝置中繼續。此功能需要兩台裝置皆已啟用「接續」、WLAN 和藍牙。" + } + ] +} \ No newline at end of file diff --git a/application/hvigorfile.ts b/application/hvigorfile.ts new file mode 100644 index 0000000000000000000000000000000000000000..8096108d3686cb1a60685700f0b493f62787376c --- /dev/null +++ b/application/hvigorfile.ts @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { appTasks } from '@ohos/hvigor-ohos-plugin'; + +export default { + system: appTasks, /* Built-in plugin of Hvigor. It cannot be modified. */ + plugins:[] /* Custom plugin to extend the functionality of Hvigor. */ +};