Didi滴滴航班

一款便捷让你找到开门与拉人服务的轻量级插件。A lightweight travel service monitor that intelligently captures portals and summons.

File Details

Didi_v4

  • R
  • Feb 10, 2026
  • 33.75 KB
  • 4
  • 3.80.0
  • Titan Reforged Classic

File Name

Didi_v4.zip

Supported Versions

  • 3.80.0

Changes

Non-Plugin Passenger Detection & Filter Logic Overhaul

English

  • Added SEEKING_PREFIXES and PROVIDER_TYPES to Config.lua for detecting passenger messages like "找个FS" and "找个达拉然"
  • Added IsPassengerMessage() and ExtractCity() helper functions to Utils.lua for unified passenger detection logic
  • Fixed a bug where passenger messages (e.g. "5G求个DLR门") were incorrectly captured into city pilot lists in passenger mode
  • Passenger messages are now silently dropped in passenger mode — city lists only contain pilot/driver offers
  • Driver mode continues to capture all passenger messages into the unified passenger demand list
  • Added "求个" and "找个" to PASSENGER_KEYWORDS to cover phrasing like "求个达拉然门" and "找个法师"
  • CleanDB now removes entries flagged with isPassenger = true from city lists on reload
  • CleanDB also purges any city list entries whose message matches PASSENGER_KEYWORDS, clearing previously polluted data
  • All find() calls in CleanDB updated to use , 1, true plain text flag

中文

  • Config.lua 新增 SEEKING_PREFIXESPROVIDER_TYPES,用于识别"找个FS"、"找个达拉然"等乘客消息
  • Utils.lua 新增 IsPassengerMessage()ExtractCity() 工具函数,统一管理乘客消息判断逻辑
  • 修复乘客模式下"5G求个DLR门"等乘客消息被错误收录进城市飞行员列表的问题
  • 乘客模式下乘客消息现在直接跳过,城市列表只保留飞行员/司机消息
  • 司机模式不受影响,继续捕获所有乘客消息至统一乘客列表
  • PASSENGER_KEYWORDS 新增 "求个""找个",覆盖"求个达拉然门"、"找个法师"等说法
  • CleanDB 现在会清除城市列表中所有 isPassenger = true 的脏数据条目
  • CleanDB 同时清除城市列表中消息匹配 PASSENGER_KEYWORDS 的历史脏数据
  • CleanDB 中所有 find() 调用统一加 , 1, true 纯文本标志