鸿蒙学习

This commit is contained in:
㴇(shè)飍(xiū)
2026-05-25 22:21:36 +08:00
parent 7cf82cd9c3
commit 5a39d56984
75 changed files with 1101 additions and 0 deletions

6
helloworld/hvigorfile.ts Normal file
View File

@@ -0,0 +1,6 @@
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. */
}