From 3048e688729b2856cf8ec1938d1c2a079384131a Mon Sep 17 00:00:00 2001 From: cuijiaojiao1 Date: Thu, 7 Sep 2023 15:42:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9POP3Client=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=B8=BAnode-pop3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuijiaojiao1 --- {POP3Client => node-pop3}/.gitignore | 0 {POP3Client => node-pop3}/AppScope/app.json5 | 0 .../resources/base/element/string.json | 2 +- .../resources/base/media/app_icon.png | Bin {POP3Client => node-pop3}/CHANGELOG.md | 0 {POP3Client => node-pop3}/LICENSE | 0 {POP3Client => node-pop3}/OAT.xml | 0 {POP3Client => node-pop3}/POP3/.gitignore | 0 .../POP3/build-profile.json5 | 0 {POP3Client => node-pop3}/POP3/hvigorfile.ts | 0 {POP3Client => node-pop3}/POP3/index.ts | 0 .../POP3/oh-package.json5 | 0 .../POP3/src/main/ets/Command.ts | 0 .../POP3/src/main/ets/Connection.ts | 0 .../POP3/src/main/ets/Pop3Error.ts | 0 .../POP3/src/main/ets/await-to-js.ts | 0 .../POP3/src/main/ets/constant.ts | 0 .../POP3/src/main/ets/helper.ts | 0 .../POP3/src/main/module.json5 | 0 .../POP3/src/main/polyfill/buffer.js | 0 .../POP3/src/main/polyfill/events.js | 0 .../POP3/src/main/polyfill/process.js | 0 .../POP3/src/main/polyfill/stream.js | 0 .../POP3/src/main/polyfill/string_decoder.js | 0 .../main/resources/base/element/string.json | 0 .../main/resources/en_US/element/string.json | 0 .../main/resources/zh_CN/element/string.json | 0 {POP3Client => node-pop3}/README.OpenSource | 0 {POP3Client => node-pop3}/README.md | 18 +++++++++--------- {POP3Client => node-pop3}/TEST.md | 0 {POP3Client => node-pop3}/build-profile.json5 | 8 ++++++++ {POP3Client => node-pop3}/entry/.gitignore | 0 .../entry/build-profile.json5 | 0 {POP3Client => node-pop3}/entry/hvigorfile.ts | 0 .../entry/oh-package.json5 | 4 ++-- .../entry/src/main/ets/MsgBean.ts | 0 .../src/main/ets/entryability/EntryAbility.ts | 0 .../main/ets/pages/AutoLoginCommandPage.ets | 0 .../entry/src/main/ets/pages/CommandPage.ets | 1 - .../entry/src/main/ets/pages/Index.ets | 0 .../entry/src/main/ets/pages/TipsPage.ets | 0 .../entry/src/main/module.json5 | 0 .../main/resources/base/element/color.json | 0 .../main/resources/base}/element/string.json | 2 +- .../src/main/resources/base/media/icon.png | Bin .../resources/base/profile/main_pages.json | 0 .../main/resources/en_US}/element/string.json | 0 .../main/resources/zh_CN/element/string.json | 0 .../src/ohosTest/ets/test/Ability.test.ets | 0 .../entry/src/ohosTest/ets/test/List.test.ets | 0 .../entry/src/ohosTest/ets/test/POP3.test.ets | 0 .../src/ohosTest/ets/test/POP3Press.test.ets | 0 .../ets/test/POP3PressDeplayTime.test.ets | 0 .../ohosTest/ets/testability/TestAbility.ets | 0 .../ohosTest/ets/testability/pages/Index.ets | 0 .../ets/testrunner/OpenHarmonyTestRunner.ts | 0 .../entry/src/ohosTest/module.json5 | 0 .../resources/base/element/color.json | 0 .../resources/base/element/string.json | 2 +- .../ohosTest/resources/base/media/icon.png | Bin .../resources/base/profile/test_pages.json | 0 .../hvigor/hvigor-config.json5 | 0 .../hvigor/hvigor-wrapper.js | 0 {POP3Client => node-pop3}/hvigorfile.ts | 0 {POP3Client => node-pop3}/hvigorw | 0 {POP3Client => node-pop3}/hvigorw.bat | 0 {POP3Client => node-pop3}/oh-package.json5 | 6 +++--- 67 files changed, 25 insertions(+), 18 deletions(-) rename {POP3Client => node-pop3}/.gitignore (100%) rename {POP3Client => node-pop3}/AppScope/app.json5 (100%) rename {POP3Client => node-pop3}/AppScope/resources/base/element/string.json (68%) rename {POP3Client => node-pop3}/AppScope/resources/base/media/app_icon.png (100%) rename {POP3Client => node-pop3}/CHANGELOG.md (100%) rename {POP3Client => node-pop3}/LICENSE (100%) rename {POP3Client => node-pop3}/OAT.xml (100%) rename {POP3Client => node-pop3}/POP3/.gitignore (100%) rename {POP3Client => node-pop3}/POP3/build-profile.json5 (100%) rename {POP3Client => node-pop3}/POP3/hvigorfile.ts (100%) rename {POP3Client => node-pop3}/POP3/index.ts (100%) rename {POP3Client => node-pop3}/POP3/oh-package.json5 (100%) rename {POP3Client => node-pop3}/POP3/src/main/ets/Command.ts (100%) rename {POP3Client => node-pop3}/POP3/src/main/ets/Connection.ts (100%) rename {POP3Client => node-pop3}/POP3/src/main/ets/Pop3Error.ts (100%) rename {POP3Client => node-pop3}/POP3/src/main/ets/await-to-js.ts (100%) rename {POP3Client => node-pop3}/POP3/src/main/ets/constant.ts (100%) rename {POP3Client => node-pop3}/POP3/src/main/ets/helper.ts (100%) rename {POP3Client => node-pop3}/POP3/src/main/module.json5 (100%) rename {POP3Client => node-pop3}/POP3/src/main/polyfill/buffer.js (100%) rename {POP3Client => node-pop3}/POP3/src/main/polyfill/events.js (100%) rename {POP3Client => node-pop3}/POP3/src/main/polyfill/process.js (100%) rename {POP3Client => node-pop3}/POP3/src/main/polyfill/stream.js (100%) rename {POP3Client => node-pop3}/POP3/src/main/polyfill/string_decoder.js (100%) rename {POP3Client => node-pop3}/POP3/src/main/resources/base/element/string.json (100%) rename {POP3Client => node-pop3}/POP3/src/main/resources/en_US/element/string.json (100%) rename {POP3Client => node-pop3}/POP3/src/main/resources/zh_CN/element/string.json (100%) rename {POP3Client => node-pop3}/README.OpenSource (100%) rename {POP3Client => node-pop3}/README.md (89%) rename {POP3Client => node-pop3}/TEST.md (100%) rename {POP3Client => node-pop3}/build-profile.json5 (80%) rename {POP3Client => node-pop3}/entry/.gitignore (100%) rename {POP3Client => node-pop3}/entry/build-profile.json5 (100%) rename {POP3Client => node-pop3}/entry/hvigorfile.ts (100%) rename {POP3Client => node-pop3}/entry/oh-package.json5 (77%) rename {POP3Client => node-pop3}/entry/src/main/ets/MsgBean.ts (100%) rename {POP3Client => node-pop3}/entry/src/main/ets/entryability/EntryAbility.ts (100%) rename {POP3Client => node-pop3}/entry/src/main/ets/pages/AutoLoginCommandPage.ets (100%) rename {POP3Client => node-pop3}/entry/src/main/ets/pages/CommandPage.ets (99%) rename {POP3Client => node-pop3}/entry/src/main/ets/pages/Index.ets (100%) rename {POP3Client => node-pop3}/entry/src/main/ets/pages/TipsPage.ets (100%) rename {POP3Client => node-pop3}/entry/src/main/module.json5 (100%) rename {POP3Client => node-pop3}/entry/src/main/resources/base/element/color.json (100%) rename {POP3Client/entry/src/main/resources/en_US => node-pop3/entry/src/main/resources/base}/element/string.json (89%) rename {POP3Client => node-pop3}/entry/src/main/resources/base/media/icon.png (100%) rename {POP3Client => node-pop3}/entry/src/main/resources/base/profile/main_pages.json (100%) rename {POP3Client/entry/src/main/resources/base => node-pop3/entry/src/main/resources/en_US}/element/string.json (100%) rename {POP3Client => node-pop3}/entry/src/main/resources/zh_CN/element/string.json (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/ets/test/Ability.test.ets (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/ets/test/List.test.ets (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/ets/test/POP3.test.ets (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/ets/test/POP3Press.test.ets (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/ets/test/POP3PressDeplayTime.test.ets (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/ets/testability/TestAbility.ets (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/ets/testability/pages/Index.ets (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/module.json5 (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/resources/base/element/color.json (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/resources/base/element/string.json (88%) rename {POP3Client => node-pop3}/entry/src/ohosTest/resources/base/media/icon.png (100%) rename {POP3Client => node-pop3}/entry/src/ohosTest/resources/base/profile/test_pages.json (100%) rename {POP3Client => node-pop3}/hvigor/hvigor-config.json5 (100%) rename {POP3Client => node-pop3}/hvigor/hvigor-wrapper.js (100%) rename {POP3Client => node-pop3}/hvigorfile.ts (100%) rename {POP3Client => node-pop3}/hvigorw (100%) rename {POP3Client => node-pop3}/hvigorw.bat (100%) rename {POP3Client => node-pop3}/oh-package.json5 (70%) diff --git a/POP3Client/.gitignore b/node-pop3/.gitignore similarity index 100% rename from POP3Client/.gitignore rename to node-pop3/.gitignore diff --git a/POP3Client/AppScope/app.json5 b/node-pop3/AppScope/app.json5 similarity index 100% rename from POP3Client/AppScope/app.json5 rename to node-pop3/AppScope/app.json5 diff --git a/POP3Client/AppScope/resources/base/element/string.json b/node-pop3/AppScope/resources/base/element/string.json similarity index 68% rename from POP3Client/AppScope/resources/base/element/string.json rename to node-pop3/AppScope/resources/base/element/string.json index 5427efc..aa10876 100644 --- a/POP3Client/AppScope/resources/base/element/string.json +++ b/node-pop3/AppScope/resources/base/element/string.json @@ -2,7 +2,7 @@ "string": [ { "name": "app_name", - "value": "POP3Client" + "value": "node-pop3" } ] } diff --git a/POP3Client/AppScope/resources/base/media/app_icon.png b/node-pop3/AppScope/resources/base/media/app_icon.png similarity index 100% rename from POP3Client/AppScope/resources/base/media/app_icon.png rename to node-pop3/AppScope/resources/base/media/app_icon.png diff --git a/POP3Client/CHANGELOG.md b/node-pop3/CHANGELOG.md similarity index 100% rename from POP3Client/CHANGELOG.md rename to node-pop3/CHANGELOG.md diff --git a/POP3Client/LICENSE b/node-pop3/LICENSE similarity index 100% rename from POP3Client/LICENSE rename to node-pop3/LICENSE diff --git a/POP3Client/OAT.xml b/node-pop3/OAT.xml similarity index 100% rename from POP3Client/OAT.xml rename to node-pop3/OAT.xml diff --git a/POP3Client/POP3/.gitignore b/node-pop3/POP3/.gitignore similarity index 100% rename from POP3Client/POP3/.gitignore rename to node-pop3/POP3/.gitignore diff --git a/POP3Client/POP3/build-profile.json5 b/node-pop3/POP3/build-profile.json5 similarity index 100% rename from POP3Client/POP3/build-profile.json5 rename to node-pop3/POP3/build-profile.json5 diff --git a/POP3Client/POP3/hvigorfile.ts b/node-pop3/POP3/hvigorfile.ts similarity index 100% rename from POP3Client/POP3/hvigorfile.ts rename to node-pop3/POP3/hvigorfile.ts diff --git a/POP3Client/POP3/index.ts b/node-pop3/POP3/index.ts similarity index 100% rename from POP3Client/POP3/index.ts rename to node-pop3/POP3/index.ts diff --git a/POP3Client/POP3/oh-package.json5 b/node-pop3/POP3/oh-package.json5 similarity index 100% rename from POP3Client/POP3/oh-package.json5 rename to node-pop3/POP3/oh-package.json5 diff --git a/POP3Client/POP3/src/main/ets/Command.ts b/node-pop3/POP3/src/main/ets/Command.ts similarity index 100% rename from POP3Client/POP3/src/main/ets/Command.ts rename to node-pop3/POP3/src/main/ets/Command.ts diff --git a/POP3Client/POP3/src/main/ets/Connection.ts b/node-pop3/POP3/src/main/ets/Connection.ts similarity index 100% rename from POP3Client/POP3/src/main/ets/Connection.ts rename to node-pop3/POP3/src/main/ets/Connection.ts diff --git a/POP3Client/POP3/src/main/ets/Pop3Error.ts b/node-pop3/POP3/src/main/ets/Pop3Error.ts similarity index 100% rename from POP3Client/POP3/src/main/ets/Pop3Error.ts rename to node-pop3/POP3/src/main/ets/Pop3Error.ts diff --git a/POP3Client/POP3/src/main/ets/await-to-js.ts b/node-pop3/POP3/src/main/ets/await-to-js.ts similarity index 100% rename from POP3Client/POP3/src/main/ets/await-to-js.ts rename to node-pop3/POP3/src/main/ets/await-to-js.ts diff --git a/POP3Client/POP3/src/main/ets/constant.ts b/node-pop3/POP3/src/main/ets/constant.ts similarity index 100% rename from POP3Client/POP3/src/main/ets/constant.ts rename to node-pop3/POP3/src/main/ets/constant.ts diff --git a/POP3Client/POP3/src/main/ets/helper.ts b/node-pop3/POP3/src/main/ets/helper.ts similarity index 100% rename from POP3Client/POP3/src/main/ets/helper.ts rename to node-pop3/POP3/src/main/ets/helper.ts diff --git a/POP3Client/POP3/src/main/module.json5 b/node-pop3/POP3/src/main/module.json5 similarity index 100% rename from POP3Client/POP3/src/main/module.json5 rename to node-pop3/POP3/src/main/module.json5 diff --git a/POP3Client/POP3/src/main/polyfill/buffer.js b/node-pop3/POP3/src/main/polyfill/buffer.js similarity index 100% rename from POP3Client/POP3/src/main/polyfill/buffer.js rename to node-pop3/POP3/src/main/polyfill/buffer.js diff --git a/POP3Client/POP3/src/main/polyfill/events.js b/node-pop3/POP3/src/main/polyfill/events.js similarity index 100% rename from POP3Client/POP3/src/main/polyfill/events.js rename to node-pop3/POP3/src/main/polyfill/events.js diff --git a/POP3Client/POP3/src/main/polyfill/process.js b/node-pop3/POP3/src/main/polyfill/process.js similarity index 100% rename from POP3Client/POP3/src/main/polyfill/process.js rename to node-pop3/POP3/src/main/polyfill/process.js diff --git a/POP3Client/POP3/src/main/polyfill/stream.js b/node-pop3/POP3/src/main/polyfill/stream.js similarity index 100% rename from POP3Client/POP3/src/main/polyfill/stream.js rename to node-pop3/POP3/src/main/polyfill/stream.js diff --git a/POP3Client/POP3/src/main/polyfill/string_decoder.js b/node-pop3/POP3/src/main/polyfill/string_decoder.js similarity index 100% rename from POP3Client/POP3/src/main/polyfill/string_decoder.js rename to node-pop3/POP3/src/main/polyfill/string_decoder.js diff --git a/POP3Client/POP3/src/main/resources/base/element/string.json b/node-pop3/POP3/src/main/resources/base/element/string.json similarity index 100% rename from POP3Client/POP3/src/main/resources/base/element/string.json rename to node-pop3/POP3/src/main/resources/base/element/string.json diff --git a/POP3Client/POP3/src/main/resources/en_US/element/string.json b/node-pop3/POP3/src/main/resources/en_US/element/string.json similarity index 100% rename from POP3Client/POP3/src/main/resources/en_US/element/string.json rename to node-pop3/POP3/src/main/resources/en_US/element/string.json diff --git a/POP3Client/POP3/src/main/resources/zh_CN/element/string.json b/node-pop3/POP3/src/main/resources/zh_CN/element/string.json similarity index 100% rename from POP3Client/POP3/src/main/resources/zh_CN/element/string.json rename to node-pop3/POP3/src/main/resources/zh_CN/element/string.json diff --git a/POP3Client/README.OpenSource b/node-pop3/README.OpenSource similarity index 100% rename from POP3Client/README.OpenSource rename to node-pop3/README.OpenSource diff --git a/POP3Client/README.md b/node-pop3/README.md similarity index 89% rename from POP3Client/README.md rename to node-pop3/README.md index 4670fe4..42c76df 100644 --- a/POP3Client/README.md +++ b/node-pop3/README.md @@ -9,13 +9,13 @@ 1丶安装 ``` - ohpm install @ohos/node_pop3 +ohpm install @ohos/node_pop3 ``` 2丶导入 ``` - import XXXX from '@ohos/node_pop3' +import XXXX from '@ohos/node_pop3' ``` ### Demo样例 @@ -63,14 +63,14 @@ API 在下述版本验证通过: -DevEco Studio: 4.0 Canary2(4.0.3.312), SDK: API10 (4.0.9.2) - -### 开源协议 - -本项目基于 [MIT license](./LICENSE) -,请自由地享受和参与开源。 +DevEco Studio: 4.0 Release(4.0.3.413), SDK: API10 (4.0.10.3) ### 贡献代码 使用过程中发现任何问题都可以提 [Issue](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/issues) -给我们,当然,我们也非常欢迎你给我们发 [PR](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/pulls) 。 \ No newline at end of file +给我们,当然,我们也非常欢迎你给我们发 [PR](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/pulls) 。 + +### 开源协议 + +本项目基于 [MIT license](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/blob/master/node_pop3/LICENSE) ,请自由地享受和参与开源。 + diff --git a/POP3Client/TEST.md b/node-pop3/TEST.md similarity index 100% rename from POP3Client/TEST.md rename to node-pop3/TEST.md diff --git a/POP3Client/build-profile.json5 b/node-pop3/build-profile.json5 similarity index 80% rename from POP3Client/build-profile.json5 rename to node-pop3/build-profile.json5 index ac14e14..4b85ba9 100644 --- a/POP3Client/build-profile.json5 +++ b/node-pop3/build-profile.json5 @@ -7,6 +7,14 @@ "compileSdkVersion": 10, "compatibleSdkVersion": 10 } + ], + "buildModeSet": [ + { + "name": "debug" + }, + { + "name": "release" + } ] }, "modules": [ diff --git a/POP3Client/entry/.gitignore b/node-pop3/entry/.gitignore similarity index 100% rename from POP3Client/entry/.gitignore rename to node-pop3/entry/.gitignore diff --git a/POP3Client/entry/build-profile.json5 b/node-pop3/entry/build-profile.json5 similarity index 100% rename from POP3Client/entry/build-profile.json5 rename to node-pop3/entry/build-profile.json5 diff --git a/POP3Client/entry/hvigorfile.ts b/node-pop3/entry/hvigorfile.ts similarity index 100% rename from POP3Client/entry/hvigorfile.ts rename to node-pop3/entry/hvigorfile.ts diff --git a/POP3Client/entry/oh-package.json5 b/node-pop3/entry/oh-package.json5 similarity index 77% rename from POP3Client/entry/oh-package.json5 rename to node-pop3/entry/oh-package.json5 index 6b44f32..9164f77 100644 --- a/POP3Client/entry/oh-package.json5 +++ b/node-pop3/entry/oh-package.json5 @@ -3,8 +3,8 @@ "version": "1.0.0", "description": "Please describe the basic information.", "main": "", - "author": "", - "license": "", + "author": "ohos_tpc", + "license": "MIT License", "dependencies": { "@ohos/node_pop3": "file:../POP3" } diff --git a/POP3Client/entry/src/main/ets/MsgBean.ts b/node-pop3/entry/src/main/ets/MsgBean.ts similarity index 100% rename from POP3Client/entry/src/main/ets/MsgBean.ts rename to node-pop3/entry/src/main/ets/MsgBean.ts diff --git a/POP3Client/entry/src/main/ets/entryability/EntryAbility.ts b/node-pop3/entry/src/main/ets/entryability/EntryAbility.ts similarity index 100% rename from POP3Client/entry/src/main/ets/entryability/EntryAbility.ts rename to node-pop3/entry/src/main/ets/entryability/EntryAbility.ts diff --git a/POP3Client/entry/src/main/ets/pages/AutoLoginCommandPage.ets b/node-pop3/entry/src/main/ets/pages/AutoLoginCommandPage.ets similarity index 100% rename from POP3Client/entry/src/main/ets/pages/AutoLoginCommandPage.ets rename to node-pop3/entry/src/main/ets/pages/AutoLoginCommandPage.ets diff --git a/POP3Client/entry/src/main/ets/pages/CommandPage.ets b/node-pop3/entry/src/main/ets/pages/CommandPage.ets similarity index 99% rename from POP3Client/entry/src/main/ets/pages/CommandPage.ets rename to node-pop3/entry/src/main/ets/pages/CommandPage.ets index bd55690..1658521 100644 --- a/POP3Client/entry/src/main/ets/pages/CommandPage.ets +++ b/node-pop3/entry/src/main/ets/pages/CommandPage.ets @@ -17,7 +17,6 @@ import promptAction from '@ohos.promptAction' import router from '@ohos.router' import fs from '@ohos.file.fs'; - @Entry @Component struct CommandPage { diff --git a/POP3Client/entry/src/main/ets/pages/Index.ets b/node-pop3/entry/src/main/ets/pages/Index.ets similarity index 100% rename from POP3Client/entry/src/main/ets/pages/Index.ets rename to node-pop3/entry/src/main/ets/pages/Index.ets diff --git a/POP3Client/entry/src/main/ets/pages/TipsPage.ets b/node-pop3/entry/src/main/ets/pages/TipsPage.ets similarity index 100% rename from POP3Client/entry/src/main/ets/pages/TipsPage.ets rename to node-pop3/entry/src/main/ets/pages/TipsPage.ets diff --git a/POP3Client/entry/src/main/module.json5 b/node-pop3/entry/src/main/module.json5 similarity index 100% rename from POP3Client/entry/src/main/module.json5 rename to node-pop3/entry/src/main/module.json5 diff --git a/POP3Client/entry/src/main/resources/base/element/color.json b/node-pop3/entry/src/main/resources/base/element/color.json similarity index 100% rename from POP3Client/entry/src/main/resources/base/element/color.json rename to node-pop3/entry/src/main/resources/base/element/color.json diff --git a/POP3Client/entry/src/main/resources/en_US/element/string.json b/node-pop3/entry/src/main/resources/base/element/string.json similarity index 89% rename from POP3Client/entry/src/main/resources/en_US/element/string.json rename to node-pop3/entry/src/main/resources/base/element/string.json index f945955..49e466d 100644 --- a/POP3Client/entry/src/main/resources/en_US/element/string.json +++ b/node-pop3/entry/src/main/resources/base/element/string.json @@ -10,7 +10,7 @@ }, { "name": "EntryAbility_label", - "value": "label" + "value": "node-pop3" } ] } \ No newline at end of file diff --git a/POP3Client/entry/src/main/resources/base/media/icon.png b/node-pop3/entry/src/main/resources/base/media/icon.png similarity index 100% rename from POP3Client/entry/src/main/resources/base/media/icon.png rename to node-pop3/entry/src/main/resources/base/media/icon.png diff --git a/POP3Client/entry/src/main/resources/base/profile/main_pages.json b/node-pop3/entry/src/main/resources/base/profile/main_pages.json similarity index 100% rename from POP3Client/entry/src/main/resources/base/profile/main_pages.json rename to node-pop3/entry/src/main/resources/base/profile/main_pages.json diff --git a/POP3Client/entry/src/main/resources/base/element/string.json b/node-pop3/entry/src/main/resources/en_US/element/string.json similarity index 100% rename from POP3Client/entry/src/main/resources/base/element/string.json rename to node-pop3/entry/src/main/resources/en_US/element/string.json diff --git a/POP3Client/entry/src/main/resources/zh_CN/element/string.json b/node-pop3/entry/src/main/resources/zh_CN/element/string.json similarity index 100% rename from POP3Client/entry/src/main/resources/zh_CN/element/string.json rename to node-pop3/entry/src/main/resources/zh_CN/element/string.json diff --git a/POP3Client/entry/src/ohosTest/ets/test/Ability.test.ets b/node-pop3/entry/src/ohosTest/ets/test/Ability.test.ets similarity index 100% rename from POP3Client/entry/src/ohosTest/ets/test/Ability.test.ets rename to node-pop3/entry/src/ohosTest/ets/test/Ability.test.ets diff --git a/POP3Client/entry/src/ohosTest/ets/test/List.test.ets b/node-pop3/entry/src/ohosTest/ets/test/List.test.ets similarity index 100% rename from POP3Client/entry/src/ohosTest/ets/test/List.test.ets rename to node-pop3/entry/src/ohosTest/ets/test/List.test.ets diff --git a/POP3Client/entry/src/ohosTest/ets/test/POP3.test.ets b/node-pop3/entry/src/ohosTest/ets/test/POP3.test.ets similarity index 100% rename from POP3Client/entry/src/ohosTest/ets/test/POP3.test.ets rename to node-pop3/entry/src/ohosTest/ets/test/POP3.test.ets diff --git a/POP3Client/entry/src/ohosTest/ets/test/POP3Press.test.ets b/node-pop3/entry/src/ohosTest/ets/test/POP3Press.test.ets similarity index 100% rename from POP3Client/entry/src/ohosTest/ets/test/POP3Press.test.ets rename to node-pop3/entry/src/ohosTest/ets/test/POP3Press.test.ets diff --git a/POP3Client/entry/src/ohosTest/ets/test/POP3PressDeplayTime.test.ets b/node-pop3/entry/src/ohosTest/ets/test/POP3PressDeplayTime.test.ets similarity index 100% rename from POP3Client/entry/src/ohosTest/ets/test/POP3PressDeplayTime.test.ets rename to node-pop3/entry/src/ohosTest/ets/test/POP3PressDeplayTime.test.ets diff --git a/POP3Client/entry/src/ohosTest/ets/testability/TestAbility.ets b/node-pop3/entry/src/ohosTest/ets/testability/TestAbility.ets similarity index 100% rename from POP3Client/entry/src/ohosTest/ets/testability/TestAbility.ets rename to node-pop3/entry/src/ohosTest/ets/testability/TestAbility.ets diff --git a/POP3Client/entry/src/ohosTest/ets/testability/pages/Index.ets b/node-pop3/entry/src/ohosTest/ets/testability/pages/Index.ets similarity index 100% rename from POP3Client/entry/src/ohosTest/ets/testability/pages/Index.ets rename to node-pop3/entry/src/ohosTest/ets/testability/pages/Index.ets diff --git a/POP3Client/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts b/node-pop3/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts similarity index 100% rename from POP3Client/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts rename to node-pop3/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts diff --git a/POP3Client/entry/src/ohosTest/module.json5 b/node-pop3/entry/src/ohosTest/module.json5 similarity index 100% rename from POP3Client/entry/src/ohosTest/module.json5 rename to node-pop3/entry/src/ohosTest/module.json5 diff --git a/POP3Client/entry/src/ohosTest/resources/base/element/color.json b/node-pop3/entry/src/ohosTest/resources/base/element/color.json similarity index 100% rename from POP3Client/entry/src/ohosTest/resources/base/element/color.json rename to node-pop3/entry/src/ohosTest/resources/base/element/color.json diff --git a/POP3Client/entry/src/ohosTest/resources/base/element/string.json b/node-pop3/entry/src/ohosTest/resources/base/element/string.json similarity index 88% rename from POP3Client/entry/src/ohosTest/resources/base/element/string.json rename to node-pop3/entry/src/ohosTest/resources/base/element/string.json index 65d8fa5..6471f57 100644 --- a/POP3Client/entry/src/ohosTest/resources/base/element/string.json +++ b/node-pop3/entry/src/ohosTest/resources/base/element/string.json @@ -10,7 +10,7 @@ }, { "name": "TestAbility_label", - "value": "test label" + "value": "test node-pop3" } ] } \ No newline at end of file diff --git a/POP3Client/entry/src/ohosTest/resources/base/media/icon.png b/node-pop3/entry/src/ohosTest/resources/base/media/icon.png similarity index 100% rename from POP3Client/entry/src/ohosTest/resources/base/media/icon.png rename to node-pop3/entry/src/ohosTest/resources/base/media/icon.png diff --git a/POP3Client/entry/src/ohosTest/resources/base/profile/test_pages.json b/node-pop3/entry/src/ohosTest/resources/base/profile/test_pages.json similarity index 100% rename from POP3Client/entry/src/ohosTest/resources/base/profile/test_pages.json rename to node-pop3/entry/src/ohosTest/resources/base/profile/test_pages.json diff --git a/POP3Client/hvigor/hvigor-config.json5 b/node-pop3/hvigor/hvigor-config.json5 similarity index 100% rename from POP3Client/hvigor/hvigor-config.json5 rename to node-pop3/hvigor/hvigor-config.json5 diff --git a/POP3Client/hvigor/hvigor-wrapper.js b/node-pop3/hvigor/hvigor-wrapper.js similarity index 100% rename from POP3Client/hvigor/hvigor-wrapper.js rename to node-pop3/hvigor/hvigor-wrapper.js diff --git a/POP3Client/hvigorfile.ts b/node-pop3/hvigorfile.ts similarity index 100% rename from POP3Client/hvigorfile.ts rename to node-pop3/hvigorfile.ts diff --git a/POP3Client/hvigorw b/node-pop3/hvigorw similarity index 100% rename from POP3Client/hvigorw rename to node-pop3/hvigorw diff --git a/POP3Client/hvigorw.bat b/node-pop3/hvigorw.bat similarity index 100% rename from POP3Client/hvigorw.bat rename to node-pop3/hvigorw.bat diff --git a/POP3Client/oh-package.json5 b/node-pop3/oh-package.json5 similarity index 70% rename from POP3Client/oh-package.json5 rename to node-pop3/oh-package.json5 index d7426d8..6531145 100644 --- a/POP3Client/oh-package.json5 +++ b/node-pop3/oh-package.json5 @@ -1,10 +1,10 @@ { - "name": "pop3client", + "name": "node-pop3", "version": "1.0.0", "description": "Please describe the basic information.", "main": "", - "author": "", - "license": "", + "author": "ohos_tpc", + "license": "MIT License", "dependencies": { }, "devDependencies": { -- Gitee