wwf
2025-09-29 1e756186157b50d12eda1fc5812d2beb704ff1d2
1
2
3
4
5
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. */
}