wwf
5 天以前 8e1b89c65db438797d2d89c508f3e9883bbd7c20
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. */
}