同步 oneApp 的代码

This commit is contained in:
2025-09-17 15:09:05 +08:00
parent 62924296b2
commit 33aef48f84
21 changed files with 597 additions and 186 deletions

View File

@@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
class TtsUtil {
static const MethodChannel _channel =
MethodChannel('com.example.ai_chat_assistant/tts');
MethodChannel('com.example.ai_chat_assistant/ali_sdk');
static Future<T?> execute<T>(String method,
[Map<Object, Object>? arguments]) {