flat: 暂存

This commit is contained in:
Apcallover
2025-12-23 17:46:30 +08:00
parent 42dafbf7ef
commit ed53ca187f
3 changed files with 20 additions and 11 deletions

View File

@@ -643,9 +643,10 @@ export function isY9MachineType() {
// 一体机环境判断
export function isAsdMachineType() {
const ua = navigator.userAgent;
const isY9Machine = /asd_hanweb/i.test(ua); // 匹配机器型号
return isY9Machine;
// const ua = navigator.userAgent;
// const isY9Machine = /asd_hanweb/i.test(ua); // 匹配机器型号
// return isY9Machine;
return !!lightAppJssdk.user
}