1
0
forked from dyf/APP

更新隐私协议文本

This commit is contained in:
liub
2026-03-06 10:25:11 +08:00
parent 2f9d13153d
commit 0aa012d9c7
5 changed files with 62 additions and 39 deletions

View File

@ -212,8 +212,5 @@
font-family: "PingFangBold";
src: url("~@/static/fonts/PingFangBold.ttf") format("opentype");
}
@font-face {
font-family: "SongTi";
src: url("~@/static/fonts/SongTi.ttf") format("opentype");
}
</style>

View File

@ -2,7 +2,7 @@
"version" : "1",
"prompt" : "template",
"title" : "服务协议和隐私政策",
"message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"https://cnxhyc.com/jquan/2026/02/09/80806c4209c74bd0a223415683ec300d.html\">《服务协议》</a>和<a href=\"https://cnxhyc.com/jquan/2026/02/09/4a4d05227c1242d1a505b98586704c39.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
"message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"https://cnxhyc.com/jquan/2026/02/09/80806c4209c74bd0a223415683ec300d.html\">《服务协议》</a>和<a href=\"http://cnxhyc.com/jquan/2026/03/06/d60f8b8cbf5942b8a1b52bb6ea469aa6.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
"buttonAccept" : "同意并接受",
"buttonRefuse" : "暂不同意",
"hrefLoader" : "system",

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__A21EF43",
"description" : "设备管控",
"versionName" : "1.0.18",
"versionCode" : "100",
"versionCode" : 101,
"transformPx" : false,
/* 5+App */
"app-plus" : {
@ -44,7 +44,6 @@
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
@ -100,13 +99,22 @@
},
"push" : {
"unipush" : {
"version" : "2",
"offline" : true,
"honor" : {},
"mi" : {},
"vivo" : {},
"hms" : {},
"oppo" : {},
"hms" : {}
"vivo" : {},
"mi" : {},
"honor" : {},
"version" : "2",
"icons" : {
"small" : {
"ldpi" : "unpackage/res/icons/18x18.png",
"mdpi" : "unpackage/res/icons/24x24.png",
"hdpi" : "unpackage/res/icons/36x36.png",
"xhdpi" : "unpackage/res/icons/48x48.png",
"xxhdpi" : "unpackage/res/icons/72x72.png"
}
}
}
}
},

View File

@ -680,7 +680,7 @@
})
}
if (ble) {
if (ble && this.itemInfo.deviceMac) {
let f = this.getDevice();
if (f) {
let json = {
@ -738,7 +738,7 @@
}
if (ble) {
if (ble && this.itemInfo.deviceMac) {
let f = this.getDevice();
if (f) {
let json = {
@ -859,7 +859,7 @@
});
}
if (ble) {
if (ble && this.itemInfo.deviceMac) {
let f = this.getDevice();
if (f) {
let json = {
@ -929,7 +929,7 @@
})
}
if (ble) {
if (ble && this.itemInfo.deviceMac) {
let f = this.getDevice();
if (f) {
let json = {
@ -1129,12 +1129,12 @@
iconUrl: "/static/images/common/success.png",
}, these);
setTimeout(()=>{
setTimeout(() => {
ble.sendString(f.deviceId, "transmit complete", f
.writeServiceId, f
.wirteCharactId);
},1000);
.writeServiceId, f
.wirteCharactId);
}, 1000);
these.rgb565Data = null;
resolve();
return;
@ -1253,7 +1253,7 @@
});
}, 0)
}
if (ble) {
if (ble && this.itemInfo.deviceMac) {
let f = this.getDevice();
if (f) {
bleSend();
@ -1499,7 +1499,7 @@
}, 0);
}
if (ble) {
if (ble && this.itemInfo.deviceMac) {
let f = this.getDevice();
if (f) {
bleSend();
@ -1796,8 +1796,7 @@
},
onLoad(options) {
these = this;
rec = BleReceive.getBleReceive();
ble = BleTool.getBleTool();
const eventChannel = this.getOpenerEventChannel();
// 监听 'detailData' 事件,获取传过来的数据
@ -1807,6 +1806,8 @@
eventChannel.on('detailData', (data) => {
console.log(data, 'data');
this.itemInfo = data.data;
this.deviceID = data.data.id;
this.navTitle = data.data.deviceName;
this.apiType = data.apiType
@ -1890,22 +1891,31 @@
this.fetchSharedDeviceDetail(data.data.id)
}
let f = ble.data.LinkedList.find((v) => {
if (v.macAddress == this.itemInfo.deviceMac) {
console.log("找到设备了", v);
these.formData.deviceId = v.deviceId;
return true;
}
return false;
});
if (f) {
these.formData.bleStatu = 'connecting';
ble.LinkBlue(f.deviceId, f.writeServiceId, f.wirteCharactId, f.notifyCharactId).then(res => {
these.formData.bleStatu = true;
if (this.itemInfo.deviceMac) {
rec = BleReceive.getBleReceive();
ble = BleTool.getBleTool();
let f = ble.data.LinkedList.find((v) => {
if (v.macAddress == this.itemInfo.deviceMac) {
console.log("找到设备了", v);
these.formData.deviceId = v.deviceId;
return true;
}
return false;
});
if (f) {
these.formData.bleStatu = 'connecting';
ble.LinkBlue(f.deviceId, f.writeServiceId, f.wirteCharactId, f.notifyCharactId).then(
res => {
these.formData.bleStatu = true;
});
}
}
});
eventChannel.emit('ack', {

View File

@ -2,7 +2,10 @@
<view class="device-page">
<view class="title">星汉物联App联隐私政策</view>
<view class="smalltitle">
更新日期2025-09-23
编写日期2025-09-23
</view>
<view class="smalltitle">
更新日期2026-03-05
</view>
<view class="smalltitle">
生效日期2025-10-08
@ -38,7 +41,7 @@
<view class="deviceTitle">(1).账号信息手机号码验证码,用于注册登陆</view>
<view class="deviceTitle">(2).蓝牙,用于设备连接后的通信控制</view>
<view class="deviceTitle">(3).相机/相册权限,拍摄的照片或视频用于上传给设备扫码等</view>
<view class="deviceTitle">(4).设备标识信息IMEIAndroid IDMACOAID软件安装列表,用于日志查询统计分析识别您的设备预防恶意程序及反作弊提高服务安全性</view>
<view class="deviceTitle">(4).设备标识信息BSSIDWi-Fi SSIDWi-Fi BSSIDIMEIAndroid IDMACOAIDAAIDPushTokenAPP ID应用包名软件安装列表,用于日志查询统计分析识别您的设备预防恶意程序及反作弊提高服务安全性</view>
<view class="deviceTitle">(5).GPS或网络位置,用于基于位置的服务如地图导航位置偏移预警</view>
<view class="deviceTitle">(6).麦克风,我们的智能设备支持播放语音需要录音以上传给设备</view>
<view class="deviceTitle">(7).根据SDK功能可能收集设备信息位置信息等我们会对合作的第三方SDK进行严格评估并要求其遵守相关法规具体清单见下文</view>
@ -51,6 +54,11 @@
<view class="deviceTitle">(2).定位SDK(com.amap.api.location),所属公司:北京高德图强科技有限公司,隐私政策链接:https://lbs.amap.com/pages/privacy/</view>
<view class="deviceTitle">(3).移动智能终端补充设备标识体系统一调用SDK(com.bun.miitmdid),所属公司:中国信息通信研究院,隐私政策链接:https://www.msa-alliance.cn/col.jsp?id=122</view>
<view class="deviceTitle">(4).轻量版地图SDK(com.amap.api.maps.utils),所属公司:北京高德图强科技有限公司,隐私政策链接:https://lbs.amap.com/pages/privacy/</view>
<view class="deviceTitle">(5).个推消息推送(com.igexin.push),所属公司:浙江每日互动网络科技股份有限公司,隐私政策链接:http://docs.getui.com/download.html</view>
<view class="deviceTitle">(6).阿里云快速json(com.alibaba.fastjson),所属公司:杭州阿里巴巴广告有限公司,隐私政策链接:https://github.com/alibaba/fastjson</view>
<view class="deviceTitle">(7).vivo PUSH-SDK(com.vivo.push),所属公司:维沃移动通信有限公司,隐私政策链接:https://dev.vivo.com.cn/documentCenter/doc/180</view>
<view class="deviceTitle">(8).OPPO PUSH 客户端SDK(com.heytap),所属公司:OPPO广东移动通信有限公司,隐私政策链接:https://open.oppomobile.com/new/introduction?page_name=oppopush</view>
</view>
<view class="smalltitle">
4. 信息的存储与安全