This commit is contained in:
2024-02-27 10:53:52 +08:00
commit 5062ef121f
40 changed files with 763 additions and 0 deletions

6
app/hvigorfile.ts Normal file
View File

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