wwf
2025-10-01 1ce875be27d9011c3944c6b975d9f817947ecdf8
1
2
3
4
5
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. */
}