init: init proj

This commit is contained in:
2025-10-19 12:32:16 +08:00
commit 21c23d9400
52 changed files with 2924 additions and 0 deletions

6
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. */
}