{ "id": "iRingo.app.sub", "name": "iRingo", "author": "@VirgilClyne", "description": "解锁完整的 Apple功能和集成服务", "icon": "https://avatars.githubusercontent.com/u/2111377?s=100&v=4", "repo": "https://github.com/VirgilClyne/iRingo", "apps": [ { "id": "iRingo.Apple_Weather", "name": "iRingo: Apple Weather", "descs_html": [ "请参照iRingo#天气的使用说明进行配置", "填写完成后别忘点击此页面底端右下角的\"保存\"。", "查询速度:\"私有API+城市\" > \"私有API+观测站\" > \"公共API+观测站\"", "定位精度:\"观测站\" > \"城市\"" ], "keys": [ "@iRingo.Weather", "@iRingo.Settings.Weather", "@iRingo.Apple.Weather" ], "settings": [ { "id": "@iRingo.Weather.Switch", "name": "功能开关", "val": true, "type": "boolean", "desc": "是否启用此平台修改功能" }, { "id": "@iRingo.Weather.Mode", "name": "工作模式", "val": "WAQI Public", "type": "radios", "items": [ { "key": "WAQI Public", "label": "waqi.info 公共API" }, { "key": "WAQI Private", "label": "waqi.info 私有API" } ], "desc": "没有申请自己Token的只能使用\"公共API\"" }, { "id": "@iRingo.Weather.Location", "name": "定位精度", "val": "Station", "type": "radios", "items": [ { "key": "City", "label": "城市" }, { "key": "Station", "label": "观测站" } ], "desc": "获取天气数据的精确度,\"观测站\"会获取距离你最近的观测站数据,\"城市\"只会获取所在地城市指定观测站的数据" }, { "id": "@iRingo.Weather.Verify.Mode", "name": "验证方式", "val": "Token", "type": "radios", "items": [ { "key": "Token", "label": "令牌" } ], "desc": "验证方式" }, { "id": "@iRingo.Weather.Verify.Content", "name": "验证内容", "val": "", "type": "text", "placeholder": "1234567893feefc5f0q5000bfo0c38d90bbeb", "desc": "‘令牌’验证方式的值写一行" }, { "id": "@iRingo.Weather.Scale", "name": "测量标准代码", "val": "EPA_NowCast.2201", "type": "text", "placeholder": "EPA_NowCast.2201", "desc": "空气质量标准代码,会随系统更新而更新" } ], "author": "@VirgilClyne", "repo": "https://github.com/VirgilClyne/iRingo/blob/main/js/Apple_Weather.js", "icons": [ "https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Apple.png", "https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Apple.png" ] }, { "id": "iRingo.Siri", "name": "iRingo: Siri与搜索", "descs_html": [ "请参照iRingo#siri与搜索的使用说明进行配置", "影响功能范围包括但不限于“Siri建议”、“来自APPLE的内容”、“来自APPLE的建议”等" ], "keys": [ "@iRingo.Siri" ], "settings": [ { "id": "@iRingo.Siri.Switch", "name": "功能开关", "val": true, "type": "boolean", "desc": "是否启用此平台修改功能" }, { "id": "@iRingo.Siri.CountryCode", "name": "国家或地区代码", "val": "TW", "type": "selects", "desc": "不同国家或地区提供的内容或有差别,此选项同时会影响分配给您不同地区的Siri服务器", "items": [ { "key": "AUTO", "label": "自动(跟随系统地区设置)" }, { "key": "CN", "label": "中国大陆" }, { "key": "HK", "label": "香港" }, { "key": "TW", "label": "台湾" }, { "key": "SG", "label": "新加坡" }, { "key": "US", "label": "美国" }, { "key": "JP", "label": "日本" }, { "key": "AU", "label": "澳大利亚" }, { "key": "UK", "label": "英国" }, { "key": "KR", "label": "韩国" }, { "key": "CA", "label": "加拿大" } ] }, { "id": "@iRingo.Siri.Domains", "name": "启用领域", "val": [ "web", "itunes", "app_store", "movies", "restaurants", "maps" ], "type": "checkboxes", "desc": "启用搜索的领域,未选项领域将被关闭,启用领域数据由国家和地区决定,此选项仅代表功能上的开启,不代表对应地区一定有数据和服务", "items": [ { "key": "web", "label": "网页" }, { "key": "itunes", "label": "iTunes" }, { "key": "app_store", "label": "APP Store" }, { "key": "movies", "label": "电影" }, { "key": "restaurants", "label": "餐厅" }, { "key": "maps", "label": "地图" } ] }, { "id": "@iRingo.Siri.Functions", "name": "强制启用的功能", "val": [ "flightutilities", "lookup", "mail", "messages", "news", "safari", "siri", "spotlight", "visualintelligence" ], "type": "checkboxes", "desc": "强制启用Siri建议的APP,被选项的功能会被强制开启,但是未选不代表关闭对应的功能,仅代表还原到该地区默认设置状态", "items": [ { "key": "flightutilities", "label": "航班工具" }, { "key": "lookup", "label": "查询" }, { "key": "mail", "label": "邮件" }, { "key": "messages", "label": "信息" }, { "key": "news", "label": "新闻" }, { "key": "safari", "label": "Safari浏览器" }, { "key": "siri", "label": "Siri" }, { "key": "spotlight", "label": "聚焦搜索" }, { "key": "visualintelligence", "label": "视觉智能" } ] }, { "id": "@iRingo.Siri.Safari_Smart_History", "name": "Safari智能历史记录", "val": true, "type": "boolean", "desc": "是否在Safari浏览器中启用基于历史记录的Siri建议功能,启用后将在Safari浏览器起始页推荐基于时间地点跨设备等的相关浏览记录" } ], "author": "@VirgilClyne", "repo": "https://github.com/VirgilClyne/iRingo/blob/main/js/Siri.js", "icons": [ "https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Siri.png", "https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Siri.png" ] } ] }