比如说限制qbittorrent版本号为4.1.9.1或者以上
- null, 'qBittorrent 4.0', 'qBittorrent 4.1.9.1', '/^-qB4([0-9])([0-9A-Z])([0-9])-/', 3, 'hex', '-qB4191-', '/^qBittorrent\\/4\\.([0-9])\\.([0-9]+)/', 2, 'dec', 'qBittorrent/4.1.9.1', 'no', 'yes', '', 0
复制代码
不限制的话
- null, 'qBittorrent 4.0', 'qBittorrent 4.1.9.1', '/^-qB4([0-9])([0-9A-Z])([0-9])-/', 3, 'hex', '-qB4000-', '/^qBittorrent\\/4\\.([0-9])\\.([0-9]+)/', 2, 'dec', 'qBittorrent/4.0.0.0', 'no', 'yes', '', 0
复制代码
|