鸿蒙系统,新建空白项目
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

7 lines
234B

  1. import { appTasks } from '@ohos/hvigor-ohos-plugin';
  2. export default {
  3. system: appTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
  4. plugins:[] /* Custom plugin to extend the functionality of Hvigor. */
  5. }