首次提交

This commit is contained in:
2026-07-13 11:33:59 +08:00
commit 976c14cd65
105 changed files with 4498 additions and 0 deletions
+6
View File
@@ -0,0 +1,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. */
}