This commit is contained in:
2025-10-22 04:04:02 +08:00
parent 9554e5e53d
commit c720f924d5
40 changed files with 925 additions and 0 deletions

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