harmonyos-projects/entry/hvigorfile.ts
WangDL 7516229880 feat: 添加鸿蒙应用项目完整代码
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 22:05:45 +08:00

6 lines
227 B
TypeScript

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. */
}