大约有 40 项符合查询结果(耗时:0.0054秒) [XML]

https://www.fun123.cn/reference/creative/ 

App Inventor 2 中文网原创内容 · App Inventor 2 中文网

...RA has been denied. Please enable it in the Settings app. 【已解决】AppInventor2 Runtime Error 运行时错误 【已解决】Run time error “Stack size 8188kb” 【已解决】Unable to find component “SpaceView” while loading project “ FileEncryptionTest2” 【已解决】R...
https://www.fun123.cn/referenc... 

数据存储组件 · App Inventor 2 中文网

...用程序会从应用程序的私有存储读取,AI伴侣则是/sdcard/AppInventor/data目录。 文件管理器 不可见组件,用于写入或读取设备上的文件,外部文件的路径均由作用域 属性指定,不论应用程序是AI伴侣运行...
https://www.fun123.cn/referenc... 

AppInventor2开发拓展(Extension) · App Inventor 2 中文网

... 搜索 为AppInventor2开发拓展(Extension) 为什么需要开发拓展? 环境配置 源码下载 代码编写 拓展编译 拓展导入,测试验证 « 返回首页 为什...
https://www.fun123.cn/referenc... 

用户界面(UI)组件 · App Inventor 2 中文网

...使用 getWebViewString() 和 setWebViewString(text) 方法操作 window.AppInventor 的Javascript对象。 > 例如:如果Web浏览框打开包含 Javascript 命令的页面: document.write("在WEB页面Javascript中输出AppInventor设置的交换字串:" + window.AppInventor.getWebViewSt...
https://www.fun123.cn/referenc... 

App Inventor 2 LLMAI2Ext 自研拓展:接入DeepSeek、Kimi、通义千问...等国...

...,内容直接展示即可: DeepSeek 使用AppInventor2接入DeepSeek大模型。从深度求索获取 API Key » 当然也可以对接其他厂商部署的DeepSeek服务,比如百度、阿里都有部署,这里选择阿里的DeepSeek服务进行测试验证: ...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Scale Detector · App Inventor 2 中文网

...序。 要构建应用程序,你需要使用位于 http://extension-test.appinventor.mit.edu 的 App Inventor 测试服务器。 你还需要使用与该实例对应的 AI Companion。 连接到服务器后,查看“帮助”->“伴侣信息”以下载该伴侣。 当你切换回普通的AI2...
https://www.fun123.cn/referenc... 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...巧】从.aia项目文件中提取.aix拓展包 【自己写拓展】为AppInventor2开发拓展(Extension) 中文网拓展 【数据图表】 ECharts/ECharts3D 拓展:基于 ECharts 强大的个性化数据图表展示 【剪贴板】 Clipboard 拓展:实现剪...
https://www.fun123.cn/reference/extensions 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...巧】从.aia项目文件中提取.aix拓展包 【自己写拓展】为AppInventor2开发拓展(Extension) 中文网拓展 【数据图表】 ECharts/ECharts3D 拓展:基于 ECharts 强大的个性化数据图表展示 【数据表格】 TableView 拓展:数据...
https://www.fun123.cn/referenc... 

App Inventor 2 低功耗蓝牙 BlueToothLE 拓展 · App Inventor 2 中文网

...性 方法 事件 « 返回首页 最新版拓展下载: edu.mit.appinventor.ble-20230728.aix 低功耗蓝牙,也称为蓝牙LE 或简称 BLE,是一种类似于经典蓝牙的新通信协议,不同之处在于它旨在消耗更少的功耗和成本,同时保持同等的功能。 ...
https://www.fun123.cn/reference/pro/ai_face.html 

App Inventor 2 人脸识别App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网

..., 识别成功/失败后,会返回json格式的数据结果,使用AppInventor2解析json结果,显示到App上即可。 当然,也可以采用原生的自行训练本地人脸识别模型的方式去完成这个人脸识别需求,可以参考:《自行训练AI图像识别模型,开...