scanner: Use camera-5.0

This commit is contained in:
Fam Zheng 2025-04-24 21:30:21 +01:00
parent ca3f697cc2
commit d33836099c

View File

@ -41,7 +41,7 @@ Page({
// we should have rules loaded, so this is effectively sync, before instantiating Page
var zoom = rule.zoom;
this.setData({
emblem_camera_url: "https://themblem.com/camera-4.0/?" + make_query(zoom, ai_chat_mode),
emblem_camera_url: "https://themblem.com/camera-5.0/?" + make_query(zoom, ai_chat_mode),
});
})
},