From bcdcd7fb044a858f1f259654756f2cd6088a28f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=B4=87=28sh=C3=A8=29=E9=A3=8D=28xi=C5=AB=29?= Date: Wed, 17 Jun 2026 20:51:17 +0800 Subject: [PATCH] 2 --- {helloworld => study_helloworld}/.gitignore | 0 {helloworld => study_helloworld}/AppScope/app.json5 | 0 .../AppScope/resources/base/element/string.json | 0 .../AppScope/resources/base/media/background.png | Bin .../AppScope/resources/base/media/foreground.png | Bin .../resources/base/media/layered_image.json | 0 .../build-profile.json5 | 0 {helloworld => study_helloworld}/code-linter.json5 | 0 {helloworld => study_helloworld}/entry/.gitignore | 0 .../entry/build-profile.json5 | 0 .../entry/hvigorfile.ts | 0 .../entry/obfuscation-rules.txt | 0 .../entry/oh-package.json5 | 0 .../src/main/ets/entryability/EntryAbility.ets | 0 .../ets/entrybackupability/EntryBackupAbility.ets | 0 .../entry/src/main/ets/pages/Index.ets | 0 .../entry/src/main/module.json5 | 0 .../src/main/resources/base/element/color.json | 0 .../src/main/resources/base/element/float.json | 0 .../src/main/resources/base/element/string.json | 0 .../src/main/resources/base/media/background.png | Bin .../src/main/resources/base/media/foreground.png | Bin .../main/resources/base/media/layered_image.json | 0 .../src/main/resources/base/media/startIcon.png | Bin .../main/resources/base/profile/backup_config.json | 0 .../src/main/resources/base/profile/main_pages.json | 0 .../src/main/resources/dark/element/color.json | 0 .../entry/src/mock/mock-config.json5 | 0 .../entry/src/ohosTest/ets/test/Ability.test.ets | 0 .../entry/src/ohosTest/ets/test/List.test.ets | 0 .../entry/src/ohosTest/module.json5 | 0 .../entry/src/test/List.test.ets | 0 .../entry/src/test/LocalUnit.test.ets | 0 .../hvigor/hvigor-config.json5 | 0 {helloworld => study_helloworld}/hvigorfile.ts | 0 .../oh-package-lock.json5 | 0 {helloworld => study_helloworld}/oh-package.json5 | 0 37 files changed, 0 insertions(+), 0 deletions(-) rename {helloworld => study_helloworld}/.gitignore (100%) rename {helloworld => study_helloworld}/AppScope/app.json5 (100%) rename {helloworld => study_helloworld}/AppScope/resources/base/element/string.json (100%) rename {helloworld => study_helloworld}/AppScope/resources/base/media/background.png (100%) rename {helloworld => study_helloworld}/AppScope/resources/base/media/foreground.png (100%) rename {helloworld => study_helloworld}/AppScope/resources/base/media/layered_image.json (100%) rename {helloworld => study_helloworld}/build-profile.json5 (100%) rename {helloworld => study_helloworld}/code-linter.json5 (100%) rename {helloworld => study_helloworld}/entry/.gitignore (100%) rename {helloworld => study_helloworld}/entry/build-profile.json5 (100%) rename {helloworld => study_helloworld}/entry/hvigorfile.ts (100%) rename {helloworld => study_helloworld}/entry/obfuscation-rules.txt (100%) rename {helloworld => study_helloworld}/entry/oh-package.json5 (100%) rename {helloworld => study_helloworld}/entry/src/main/ets/entryability/EntryAbility.ets (100%) rename {helloworld => study_helloworld}/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets (100%) rename {helloworld => study_helloworld}/entry/src/main/ets/pages/Index.ets (100%) rename {helloworld => study_helloworld}/entry/src/main/module.json5 (100%) rename {helloworld => study_helloworld}/entry/src/main/resources/base/element/color.json (100%) rename {helloworld => study_helloworld}/entry/src/main/resources/base/element/float.json (100%) rename {helloworld => study_helloworld}/entry/src/main/resources/base/element/string.json (100%) rename {helloworld => study_helloworld}/entry/src/main/resources/base/media/background.png (100%) rename {helloworld => study_helloworld}/entry/src/main/resources/base/media/foreground.png (100%) rename {helloworld => study_helloworld}/entry/src/main/resources/base/media/layered_image.json (100%) rename {helloworld => study_helloworld}/entry/src/main/resources/base/media/startIcon.png (100%) rename {helloworld => study_helloworld}/entry/src/main/resources/base/profile/backup_config.json (100%) rename {helloworld => study_helloworld}/entry/src/main/resources/base/profile/main_pages.json (100%) rename {helloworld => study_helloworld}/entry/src/main/resources/dark/element/color.json (100%) rename {helloworld => study_helloworld}/entry/src/mock/mock-config.json5 (100%) rename {helloworld => study_helloworld}/entry/src/ohosTest/ets/test/Ability.test.ets (100%) rename {helloworld => study_helloworld}/entry/src/ohosTest/ets/test/List.test.ets (100%) rename {helloworld => study_helloworld}/entry/src/ohosTest/module.json5 (100%) rename {helloworld => study_helloworld}/entry/src/test/List.test.ets (100%) rename {helloworld => study_helloworld}/entry/src/test/LocalUnit.test.ets (100%) rename {helloworld => study_helloworld}/hvigor/hvigor-config.json5 (100%) rename {helloworld => study_helloworld}/hvigorfile.ts (100%) rename {helloworld => study_helloworld}/oh-package-lock.json5 (100%) rename {helloworld => study_helloworld}/oh-package.json5 (100%) diff --git a/helloworld/.gitignore b/study_helloworld/.gitignore similarity index 100% rename from helloworld/.gitignore rename to study_helloworld/.gitignore diff --git a/helloworld/AppScope/app.json5 b/study_helloworld/AppScope/app.json5 similarity index 100% rename from helloworld/AppScope/app.json5 rename to study_helloworld/AppScope/app.json5 diff --git a/helloworld/AppScope/resources/base/element/string.json b/study_helloworld/AppScope/resources/base/element/string.json similarity index 100% rename from helloworld/AppScope/resources/base/element/string.json rename to study_helloworld/AppScope/resources/base/element/string.json diff --git a/helloworld/AppScope/resources/base/media/background.png b/study_helloworld/AppScope/resources/base/media/background.png similarity index 100% rename from helloworld/AppScope/resources/base/media/background.png rename to study_helloworld/AppScope/resources/base/media/background.png diff --git a/helloworld/AppScope/resources/base/media/foreground.png b/study_helloworld/AppScope/resources/base/media/foreground.png similarity index 100% rename from helloworld/AppScope/resources/base/media/foreground.png rename to study_helloworld/AppScope/resources/base/media/foreground.png diff --git a/helloworld/AppScope/resources/base/media/layered_image.json b/study_helloworld/AppScope/resources/base/media/layered_image.json similarity index 100% rename from helloworld/AppScope/resources/base/media/layered_image.json rename to study_helloworld/AppScope/resources/base/media/layered_image.json diff --git a/helloworld/build-profile.json5 b/study_helloworld/build-profile.json5 similarity index 100% rename from helloworld/build-profile.json5 rename to study_helloworld/build-profile.json5 diff --git a/helloworld/code-linter.json5 b/study_helloworld/code-linter.json5 similarity index 100% rename from helloworld/code-linter.json5 rename to study_helloworld/code-linter.json5 diff --git a/helloworld/entry/.gitignore b/study_helloworld/entry/.gitignore similarity index 100% rename from helloworld/entry/.gitignore rename to study_helloworld/entry/.gitignore diff --git a/helloworld/entry/build-profile.json5 b/study_helloworld/entry/build-profile.json5 similarity index 100% rename from helloworld/entry/build-profile.json5 rename to study_helloworld/entry/build-profile.json5 diff --git a/helloworld/entry/hvigorfile.ts b/study_helloworld/entry/hvigorfile.ts similarity index 100% rename from helloworld/entry/hvigorfile.ts rename to study_helloworld/entry/hvigorfile.ts diff --git a/helloworld/entry/obfuscation-rules.txt b/study_helloworld/entry/obfuscation-rules.txt similarity index 100% rename from helloworld/entry/obfuscation-rules.txt rename to study_helloworld/entry/obfuscation-rules.txt diff --git a/helloworld/entry/oh-package.json5 b/study_helloworld/entry/oh-package.json5 similarity index 100% rename from helloworld/entry/oh-package.json5 rename to study_helloworld/entry/oh-package.json5 diff --git a/helloworld/entry/src/main/ets/entryability/EntryAbility.ets b/study_helloworld/entry/src/main/ets/entryability/EntryAbility.ets similarity index 100% rename from helloworld/entry/src/main/ets/entryability/EntryAbility.ets rename to study_helloworld/entry/src/main/ets/entryability/EntryAbility.ets diff --git a/helloworld/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets b/study_helloworld/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets similarity index 100% rename from helloworld/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets rename to study_helloworld/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets diff --git a/helloworld/entry/src/main/ets/pages/Index.ets b/study_helloworld/entry/src/main/ets/pages/Index.ets similarity index 100% rename from helloworld/entry/src/main/ets/pages/Index.ets rename to study_helloworld/entry/src/main/ets/pages/Index.ets diff --git a/helloworld/entry/src/main/module.json5 b/study_helloworld/entry/src/main/module.json5 similarity index 100% rename from helloworld/entry/src/main/module.json5 rename to study_helloworld/entry/src/main/module.json5 diff --git a/helloworld/entry/src/main/resources/base/element/color.json b/study_helloworld/entry/src/main/resources/base/element/color.json similarity index 100% rename from helloworld/entry/src/main/resources/base/element/color.json rename to study_helloworld/entry/src/main/resources/base/element/color.json diff --git a/helloworld/entry/src/main/resources/base/element/float.json b/study_helloworld/entry/src/main/resources/base/element/float.json similarity index 100% rename from helloworld/entry/src/main/resources/base/element/float.json rename to study_helloworld/entry/src/main/resources/base/element/float.json diff --git a/helloworld/entry/src/main/resources/base/element/string.json b/study_helloworld/entry/src/main/resources/base/element/string.json similarity index 100% rename from helloworld/entry/src/main/resources/base/element/string.json rename to study_helloworld/entry/src/main/resources/base/element/string.json diff --git a/helloworld/entry/src/main/resources/base/media/background.png b/study_helloworld/entry/src/main/resources/base/media/background.png similarity index 100% rename from helloworld/entry/src/main/resources/base/media/background.png rename to study_helloworld/entry/src/main/resources/base/media/background.png diff --git a/helloworld/entry/src/main/resources/base/media/foreground.png b/study_helloworld/entry/src/main/resources/base/media/foreground.png similarity index 100% rename from helloworld/entry/src/main/resources/base/media/foreground.png rename to study_helloworld/entry/src/main/resources/base/media/foreground.png diff --git a/helloworld/entry/src/main/resources/base/media/layered_image.json b/study_helloworld/entry/src/main/resources/base/media/layered_image.json similarity index 100% rename from helloworld/entry/src/main/resources/base/media/layered_image.json rename to study_helloworld/entry/src/main/resources/base/media/layered_image.json diff --git a/helloworld/entry/src/main/resources/base/media/startIcon.png b/study_helloworld/entry/src/main/resources/base/media/startIcon.png similarity index 100% rename from helloworld/entry/src/main/resources/base/media/startIcon.png rename to study_helloworld/entry/src/main/resources/base/media/startIcon.png diff --git a/helloworld/entry/src/main/resources/base/profile/backup_config.json b/study_helloworld/entry/src/main/resources/base/profile/backup_config.json similarity index 100% rename from helloworld/entry/src/main/resources/base/profile/backup_config.json rename to study_helloworld/entry/src/main/resources/base/profile/backup_config.json diff --git a/helloworld/entry/src/main/resources/base/profile/main_pages.json b/study_helloworld/entry/src/main/resources/base/profile/main_pages.json similarity index 100% rename from helloworld/entry/src/main/resources/base/profile/main_pages.json rename to study_helloworld/entry/src/main/resources/base/profile/main_pages.json diff --git a/helloworld/entry/src/main/resources/dark/element/color.json b/study_helloworld/entry/src/main/resources/dark/element/color.json similarity index 100% rename from helloworld/entry/src/main/resources/dark/element/color.json rename to study_helloworld/entry/src/main/resources/dark/element/color.json diff --git a/helloworld/entry/src/mock/mock-config.json5 b/study_helloworld/entry/src/mock/mock-config.json5 similarity index 100% rename from helloworld/entry/src/mock/mock-config.json5 rename to study_helloworld/entry/src/mock/mock-config.json5 diff --git a/helloworld/entry/src/ohosTest/ets/test/Ability.test.ets b/study_helloworld/entry/src/ohosTest/ets/test/Ability.test.ets similarity index 100% rename from helloworld/entry/src/ohosTest/ets/test/Ability.test.ets rename to study_helloworld/entry/src/ohosTest/ets/test/Ability.test.ets diff --git a/helloworld/entry/src/ohosTest/ets/test/List.test.ets b/study_helloworld/entry/src/ohosTest/ets/test/List.test.ets similarity index 100% rename from helloworld/entry/src/ohosTest/ets/test/List.test.ets rename to study_helloworld/entry/src/ohosTest/ets/test/List.test.ets diff --git a/helloworld/entry/src/ohosTest/module.json5 b/study_helloworld/entry/src/ohosTest/module.json5 similarity index 100% rename from helloworld/entry/src/ohosTest/module.json5 rename to study_helloworld/entry/src/ohosTest/module.json5 diff --git a/helloworld/entry/src/test/List.test.ets b/study_helloworld/entry/src/test/List.test.ets similarity index 100% rename from helloworld/entry/src/test/List.test.ets rename to study_helloworld/entry/src/test/List.test.ets diff --git a/helloworld/entry/src/test/LocalUnit.test.ets b/study_helloworld/entry/src/test/LocalUnit.test.ets similarity index 100% rename from helloworld/entry/src/test/LocalUnit.test.ets rename to study_helloworld/entry/src/test/LocalUnit.test.ets diff --git a/helloworld/hvigor/hvigor-config.json5 b/study_helloworld/hvigor/hvigor-config.json5 similarity index 100% rename from helloworld/hvigor/hvigor-config.json5 rename to study_helloworld/hvigor/hvigor-config.json5 diff --git a/helloworld/hvigorfile.ts b/study_helloworld/hvigorfile.ts similarity index 100% rename from helloworld/hvigorfile.ts rename to study_helloworld/hvigorfile.ts diff --git a/helloworld/oh-package-lock.json5 b/study_helloworld/oh-package-lock.json5 similarity index 100% rename from helloworld/oh-package-lock.json5 rename to study_helloworld/oh-package-lock.json5 diff --git a/helloworld/oh-package.json5 b/study_helloworld/oh-package.json5 similarity index 100% rename from helloworld/oh-package.json5 rename to study_helloworld/oh-package.json5