wwf
2025-10-01 5f97e4b263b76b25f22592c02fbd482977e043bc
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. */
}