https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/ide-device-file-explorer#section48216711204
鸿蒙文档这里写API版本15以上,uniapp开发的鸿蒙API版本是多少,哪里能看?
https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/ide-device-file-explorer#section48216711204
鸿蒙文档这里写API版本15以上,uniapp开发的鸿蒙API版本是多少,哪里能看?
1 个回复
a***@163.com
小主,没太能明白你这个问题
找到module.json5文件 里面应该有以下字段
{
"module": {
"apiVersion": 15, // ✅ 这里就是当前API版本
"deviceTypes": ["phone", "tablet"],
...
}
}