WWW.YOUINFO.SITE
标签聚合 围栏

/tag/围栏

v2ex · 2026-06-11 06:53:28+08:00 · tech

我们居民小区门外的单车电子围栏内经常是无车可用 或 单车车辆极少,有时候可能需要走路 200 多米外才可能有单车,而且最可笑的是,这些骑乘的人,直接就把单车骑进了小区内且散乱在小区内任意位置停放,这使我很苦恼,明明在小区大门外 10 米处的地面上有划归了专属的单车停车电子围栏不停,偏偏就非要骑进小区内。虽然有“单车骑行规范”等文明规范停车的指引说明,该指引说明文章中已经说明并罗列了哪些是“规范停车区”,虽然在规范停车区外停车单车企业会扣减或额外收取 XX 元/单的车辆管理费吧,但仍管不住、约束不住骑行者的行为。 因上述因素,导致的结果之一就是一天内有 N 多个小时在小区大门外没有一辆单车可用的恶果!!!已经向有关单车企业反馈和提供照片了,但单车企业似乎给我的回复是睁一只眼,闭一只眼的搪塞,而且还一副态度很不友好的架势挂我电话。 各位 V2EX 友们,你们遇到了这种情况吗?大伙给出出招,有什么办法治治这种不规范停车行为?

v2ex.com · 2026-05-05 15:33:46+08:00 · tech

我一直在 shadowrocket 里用 iringo 提供的 rewrite 版 weatherkit ,解锁未来一小时降水等功能。模块内容如下: #!url=https://github.com/NSRingo/WeatherKit/raw/main/modules/iRingo.WeatherKit.Workers.srmodule #!name =  iRingo: 🌤 WeatherKit (Rewrite) #!desc = iOS 18 & macOS 15 & watchOS 11\n1.解锁全部天气功能\n2.替换空气质量数据\n3.添加下一小时降水数据\n4.添加天气数据 #!openUrl = http://boxjs.com/#/app/iRingo.WeatherKit #!author = VirgilClyne[https://github.com/VirgilClyne],WordlessEcho[https://github.com/WordlessEcho],001[https://github.com/001ProMax] #!homepage = https://NSRingo.github.io/guide/Weather/weather-kit #!icon = https://developer.apple.com/assets/elements/icons/weatherkit/weatherkit-128x128.png #!category =  iRingo #!date = 2026-03-12 09:39:04 [Rule] DOMAIN,weather-analytics-events.apple.com,REJECT-DROP DOMAIN-SUFFIX,tthr.apple.com,REJECT-DROP DOMAIN,tether.edge.apple,REJECT-DROP AND,((OR,((IP-ASN,714,no-resolve),(IP-ASN,6185,no-resolve))),(PROTOCOL,QUIC)),REJECT-DROP [URL Rewrite] # 🌤 WeatherKit.api.v1.availability.response ^https?:\/\/weatherkit\.apple\.com\/api\/v1\/availability\/ https://weatherkit.nanocat.cloud/api/v1/availability/ header # 🌤 WeatherKit.api.v2.weather.response ^https?:\/\/weatherkit\.apple\.com\/api\/v2\/weather\/ https://weatherkit.nanocat.cloud/api/v2/weather/ header [MITM] hostname = %APPEND% weatherkit.apple.com 最近我发现不开全局就刷新不出天气。我本来以为是 weatherkit.nanocat.cloud 被墙了,给它加入代理发现没用。而添加 DOMAIN,weatherkit.apple.com,PROXY 后即可正常刷新。国内天气照理也是从 weatherkit.apple.com 直连获取的,现在的情况感觉和国内无法收到 TG 消息很有关联,有可能也是国内新增地理围栏的一环?

v2ex.com · 2026-05-05 14:35:25+08:00 · tech

我一直在 shadowrocket 里用 iringo 提供的 rewrite 版 weatherkit ,解锁未来一小时降水等功能。模块内容如下: #!url=https://github.com/NSRingo/WeatherKit/raw/main/modules/iRingo.WeatherKit.Workers.srmodule #!name =  iRingo: 🌤 WeatherKit (Rewrite) #!desc = iOS 18 & macOS 15 & watchOS 11\n1.解锁全部天气功能\n2.替换空气质量数据\n3.添加下一小时降水数据\n4.添加天气数据 #!openUrl = http://boxjs.com/#/app/iRingo.WeatherKit #!author = VirgilClyne[https://github.com/VirgilClyne],WordlessEcho[https://github.com/WordlessEcho],001[https://github.com/001ProMax] #!homepage = https://NSRingo.github.io/guide/Weather/weather-kit #!icon = https://developer.apple.com/assets/elements/icons/weatherkit/weatherkit-128x128.png #!category =  iRingo #!date = 2026-03-12 09:39:04 [Rule] DOMAIN,weather-analytics-events.apple.com,REJECT-DROP DOMAIN-SUFFIX,tthr.apple.com,REJECT-DROP DOMAIN,tether.edge.apple,REJECT-DROP AND,((OR,((IP-ASN,714,no-resolve),(IP-ASN,6185,no-resolve))),(PROTOCOL,QUIC)),REJECT-DROP [URL Rewrite] # 🌤 WeatherKit.api.v1.availability.response ^https?:\/\/weatherkit\.apple\.com\/api\/v1\/availability\/ https://weatherkit.nanocat.cloud/api/v1/availability/ header # 🌤 WeatherKit.api.v2.weather.response ^https?:\/\/weatherkit\.apple\.com\/api\/v2\/weather\/ https://weatherkit.nanocat.cloud/api/v2/weather/ header [MITM] hostname = %APPEND% weatherkit.apple.com 最近我发现不开全局就刷新不出天气。我本来以为是 weatherkit.nanocat.cloud 被墙了,给它加入代理发现没用。而添加 DOMAIN,weatherkit.apple.com,PROXY 后即可正常刷新。国内天气照理也是从 weatherkit.apple.com 直连获取的,现在的情况感觉和国内无法收到 TG 消息很有关联,有可能也是国内新增地理围栏的一环?

v2ex.com · 2026-05-05 14:35:25+08:00 · tech

我一直在 shadowrocket 里用 iringo 提供的 rewrite 版 weatherkit ,解锁未来一小时降水等功能。模块内容如下: #!url=https://github.com/NSRingo/WeatherKit/raw/main/modules/iRingo.WeatherKit.Workers.srmodule #!name =  iRingo: 🌤 WeatherKit (Rewrite) #!desc = iOS 18 & macOS 15 & watchOS 11\n1.解锁全部天气功能\n2.替换空气质量数据\n3.添加下一小时降水数据\n4.添加天气数据 #!openUrl = http://boxjs.com/#/app/iRingo.WeatherKit #!author = VirgilClyne[https://github.com/VirgilClyne],WordlessEcho[https://github.com/WordlessEcho],001[https://github.com/001ProMax] #!homepage = https://NSRingo.github.io/guide/Weather/weather-kit #!icon = https://developer.apple.com/assets/elements/icons/weatherkit/weatherkit-128x128.png #!category =  iRingo #!date = 2026-03-12 09:39:04 [Rule] DOMAIN,weather-analytics-events.apple.com,REJECT-DROP DOMAIN-SUFFIX,tthr.apple.com,REJECT-DROP DOMAIN,tether.edge.apple,REJECT-DROP AND,((OR,((IP-ASN,714,no-resolve),(IP-ASN,6185,no-resolve))),(PROTOCOL,QUIC)),REJECT-DROP [URL Rewrite] # 🌤 WeatherKit.api.v1.availability.response ^https?:\/\/weatherkit\.apple\.com\/api\/v1\/availability\/ https://weatherkit.nanocat.cloud/api/v1/availability/ header # 🌤 WeatherKit.api.v2.weather.response ^https?:\/\/weatherkit\.apple\.com\/api\/v2\/weather\/ https://weatherkit.nanocat.cloud/api/v2/weather/ header [MITM] hostname = %APPEND% weatherkit.apple.com 最近我发现不开全局就刷新不出天气。我本来以为是 weatherkit.nanocat.cloud 被墙了,给它加入代理发现没用。而添加 DOMAIN,weatherkit.apple.com,PROXY 后即可正常刷新。国内天气照理也是从 weatherkit.apple.com 直连获取的,现在的情况感觉和国内无法收到 TG 消息很有关联,有可能也是国内新增地理围栏的一环?

v2ex.com · 2026-05-05 14:23:44+08:00 · tech

我一直在 shadowrocket 里用 iringo 提供的 rewrite 版 weatherkit ,解锁未来一小时降水等功能。模块内容如下: #!url=https://github.com/NSRingo/WeatherKit/raw/main/modules/iRingo.WeatherKit.Workers.srmodule #!name =  iRingo: 🌤 WeatherKit (Rewrite) #!desc = iOS 18 & macOS 15 & watchOS 11\n1.解锁全部天气功能\n2.替换空气质量数据\n3.添加下一小时降水数据\n4.添加天气数据 #!openUrl = http://boxjs.com/#/app/iRingo.WeatherKit #!author = VirgilClyne[https://github.com/VirgilClyne],WordlessEcho[https://github.com/WordlessEcho],001[https://github.com/001ProMax] #!homepage = https://NSRingo.github.io/guide/Weather/weather-kit #!icon = https://developer.apple.com/assets/elements/icons/weatherkit/weatherkit-128x128.png #!category =  iRingo #!date = 2026-03-12 09:39:04 [Rule] DOMAIN,weather-analytics-events.apple.com,REJECT-DROP DOMAIN-SUFFIX,tthr.apple.com,REJECT-DROP DOMAIN,tether.edge.apple,REJECT-DROP AND,((OR,((IP-ASN,714,no-resolve),(IP-ASN,6185,no-resolve))),(PROTOCOL,QUIC)),REJECT-DROP [URL Rewrite] # 🌤 WeatherKit.api.v1.availability.response ^https?:\/\/weatherkit\.apple\.com\/api\/v1\/availability\/ https://weatherkit.nanocat.cloud/api/v1/availability/ header # 🌤 WeatherKit.api.v2.weather.response ^https?:\/\/weatherkit\.apple\.com\/api\/v2\/weather\/ https://weatherkit.nanocat.cloud/api/v2/weather/ header [MITM] hostname = %APPEND% weatherkit.apple.com 最近我发现不开全局就刷新不出天气。我本来以为是 weatherkit.nanocat.cloud 被墙了,给它加入代理发现没用。而添加 DOMAIN,weatherkit.apple.com,PROXY 后即可正常刷新。国内天气照理也是从 weatherkit.apple.com 直连获取的,现在的情况感觉和国内无法收到 TG 消息很有关联,有可能也是国内新增地理围栏的一环?

www.ithome.com · 2026-04-28 18:54:40+08:00 · tech

IT之家 4 月 28 日消息,阿里宣布旗下菜鸟 App 已适配华为鸿蒙 HarmonyOS 6.1 版本“地理围栏”技术,用户靠近驿站时手机能够自动弹出提醒。 据介绍,用户只要将自己的菜鸟 App 更新至最新版本并登录账号,之后用户靠近驿站时,手机便会通过地理围栏自动感知位置,随即实况窗便会在锁屏界面或状态栏弹出提醒,清晰告诉用户每个驿站有几个待取包裹。 在用户走到驿站或快递柜后,即可点击实况窗快速进入 App 获取取件码,扫码开柜,轻松取走。同时在取件后,系统能够会自动核对包裹数量,若驿站内仍有未取快递,实况窗会持续提醒,确保包裹件件不落。