Add on-device real-time ASR demo for HarmonyOS (#1606)

This commit is contained in:
Fangjun Kuang
2024-12-09 16:40:15 +08:00
committed by GitHub
parent 91a43cccff
commit a743a4400f
55 changed files with 1341 additions and 4 deletions

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