Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat (searcher): 增加 searchEntryConfig.area 禁用功能、keyAutoMatch 正则 Unicode 支持 #1860

Merged
merged 2 commits into from
May 14, 2024

Conversation

davidxuang
Copy link
Contributor

@davidxuang davidxuang commented May 11, 2024

Closes #1815.
#1814 的前置 PR。

按先前讨论,拟藉由 searchEntryConfig.area 实现目标功能,包括:

  • 增加一处为站点禁用所有 searchEntryConfig.area 的选项;
  • keyAutoMatch 正则增加 u flag,启用 Unicode 支持(caniuse);
  • searchEntryConfig.area 替换后的搜索词打印到控制台。

拟适配的站点 config:https://github.com/pt-plugins/PT-Plugin-Plus/pull/1814/files#diff-087d488ae0e58fb2df083615e0c83397dd5e7e1a22fef8f69075f176b758718fR15

@davidxuang davidxuang marked this pull request as ready for review May 11, 2024 14:28
@davidxuang davidxuang mentioned this pull request May 11, 2024
Copy link
Member

@IITII IITII left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 这个命名怎么是 搜索域? 从功能上理解的话应该是 启用关键词精确匹配
  2. 设置界面, 关键词替换日志, 统一关键词开启关闭 关键词精确匹配 的 对比截图
  3. 空格 之类的 code style 的修改撤回. 每个人 code style 不一样, diff 看起来太费劲了

@davidxuang
Copy link
Contributor Author

  1. 这个命名怎么是 搜索域? 从功能上理解的话应该是 启用关键词精确匹配

确实,不过这是按照 area 挪过来的,这个命名本身对于这个功能来说范围太小了。改成“替换”了,“精确匹配”听上去是 Google 加双括号的那个功能。

@davidxuang
Copy link
Contributor Author

图片

Sample: should transform

Enabled

图片
图片

Disabled

图片

Sample: should not transform

图片
图片

@IITII IITII merged commit 1511135 into pt-plugins:dev May 14, 2024
4 checks passed
trim21 pushed a commit to trim21/PT-Plugin-Plus that referenced this pull request May 19, 2024
* feat: 启用 `searchEntryConfig.area.keyAutoMatch` 正则 Unicode 支持

* feat: 增加禁用 `searchEntryConfig.area` 选项
wegood9 added a commit to wegood9/PT-Plugin-Plus that referenced this pull request Jun 14, 2024
* fix(audiences): 支持Microsoft Edge浏览器获取做种体积 (pt-plugins#1851)

Co-authored-by: Shl-Cool <cool@cool.com>

* fix: chrome as onBeforeSendHeaders default

* build: full use vite to build pkg

* build: ignore extra `README.md` file in resource folder

* fix(ts): add shim-env for vite

* fix(SSD): 修复SSD副标题显示问题

同时增加 MiniDB 标签

* deps: remove webpack loader

* deps: use vite plugin to provide node polyfills

* feat (x-ite): 搜索关键词替换, 结果更精确 (pt-plugins#1860)

* feat: 启用 `searchEntryConfig.area.keyAutoMatch` 正则 Unicode 支持

* feat: 增加禁用 `searchEntryConfig.area` 选项

* feat: support x-ite (pt-plugins#1862)

* build: disable rollup treeshake because we use eval

* fix(mt): 拖放链接到助手图标无效 pt-plugins#1870

* feat: qb 自定义标签 pt-plugins#1883

* 不需要留空即可,逗号分隔. 比如: PTPP,MOVIEPILOT

* fix(mt): keep upload task

* fix(hh): level requirements

* fix(hdh): pt-plugins#1850 level requirements

* fix(ss): pt-plugins#1736 uploads

* site(YemaPT): 初步支持搜索和部分个人信息获取

* ci: lock pr action build version to `1.x.x.1`

closed: pt-plugins#1890

* fix(hdd): bonusPerHour

* fix fsm

* fix(fsm): join time

* fix(pig): HnR count (pt-plugins#1898)

* fix(fsm): search result link

* feat: 适配新站点ToSky (pt-plugins#1886)

* feat(blu): remove domain xyz

* fix(userData): 升级用户数据时,先并入最新的hosts下数据(如有)

may closed: pt-plugins#1907

* fix(ad): seeding and seedingSize

* feat(u3d): seeding status (pt-plugins#1901)

* feat(blu): remove domain xyz

* feat(u3d): support seeding status

* fix(u3d): remove wrong progress

* feat(aihter): support complete status

* Revert "feat(aihter): support complete status"

This reverts commit 6735f83.

* feat(u3d): support more status

* fix(u3d): unsuitable judgment conditions

* fix(bhd): unsuitable judgment condition

* fix(u3d): progess

* fix(xhb): 更新升级条件

* fix(mt): 搜索页下载种子到本地 pt-plugins#1808

---------

Co-authored-by: SHL-COOL <31879581+SHL-COOL@users.noreply.github.com>
Co-authored-by: Shl-Cool <cool@cool.com>
Co-authored-by: IITII <ccmejx@gmail.com>
Co-authored-by: Rhilip <admin@rhilip.info>
Co-authored-by: 栽培者 <ronggang.zhou@gmail.com>
Co-authored-by: Rhilip <rhilipruan@gmail.com>
Co-authored-by: Rhilip <Rhilip@users.noreply.github.com>
Co-authored-by: Dawei Huang <davidxuang@live.com>
Co-authored-by: Trim21 <trim21.me@gmail.com>
Co-authored-by: fzlins <fzlins2013@gmail.com>
Co-authored-by: Hui-Shao <31568606+hui-shao@users.noreply.github.com>
Co-authored-by: halehal <haleyhrid@gmail.com>
Co-authored-by: ted423 <priston910423@gmail.com>
Co-authored-by: LovelyBaibai <1633480356@qq.com>
wegood9 added a commit to wegood9/PT-Plugin-Plus that referenced this pull request Sep 21, 2024
* fix(audiences): 支持Microsoft Edge浏览器获取做种体积 (pt-plugins#1851)

Co-authored-by: Shl-Cool <cool@cool.com>

* fix: chrome as onBeforeSendHeaders default

* build: full use vite to build pkg

* build: ignore extra `README.md` file in resource folder

* fix(ts): add shim-env for vite

* fix(SSD): 修复SSD副标题显示问题

同时增加 MiniDB 标签

* deps: remove webpack loader

* deps: use vite plugin to provide node polyfills

* feat (x-ite): 搜索关键词替换, 结果更精确 (pt-plugins#1860)

* feat: 启用 `searchEntryConfig.area.keyAutoMatch` 正则 Unicode 支持

* feat: 增加禁用 `searchEntryConfig.area` 选项

* feat: support x-ite (pt-plugins#1862)

* build: disable rollup treeshake because we use eval

* fix(mt): 拖放链接到助手图标无效 pt-plugins#1870

* feat: qb 自定义标签 pt-plugins#1883

* 不需要留空即可,逗号分隔. 比如: PTPP,MOVIEPILOT

* fix(mt): keep upload task

* fix(hh): level requirements

* fix(hdh): pt-plugins#1850 level requirements

* fix(ss): pt-plugins#1736 uploads

* site(YemaPT): 初步支持搜索和部分个人信息获取

* ci: lock pr action build version to `1.x.x.1`

closed: pt-plugins#1890

* fix(hdd): bonusPerHour

* fix fsm

* fix(fsm): join time

* fix(pig): HnR count (pt-plugins#1898)

* fix(fsm): search result link

* feat: 适配新站点ToSky (pt-plugins#1886)

* feat(blu): remove domain xyz

* fix(userData): 升级用户数据时,先并入最新的hosts下数据(如有)

may closed: pt-plugins#1907

* fix(ad): seeding and seedingSize

* feat(u3d): seeding status (pt-plugins#1901)

* feat(blu): remove domain xyz

* feat(u3d): support seeding status

* fix(u3d): remove wrong progress

* feat(aihter): support complete status

* Revert "feat(aihter): support complete status"

This reverts commit 6735f83.

* feat(u3d): support more status

* fix(u3d): unsuitable judgment conditions

* fix(bhd): unsuitable judgment condition

* fix(u3d): progess

* fix(xhb): 更新升级条件

* fix(mt): 搜索页下载种子到本地 pt-plugins#1808

* fix: remove wrong config

pt-plugins#1798

* fix: category name

使用官方名

* feat(hdb): support exclusive tag

* fix(hddolby): noseed tag

* fix(ssd): system message count.

* feat(yemapt):  update level name and requirements and add extra info

* fix(yemapt): update level name and requirements (pt-plugins#1919)

* fix(yemapt): add user uploads size / seeding count and size / bonus per hour

* fix(TL): message count

* fix(pterclub): fix uploads count and rename the level name

* Revert "fix(pterclub): fix uploads count and rename the level name"

This reverts commit 68604b8.

* fix(m-team):使用api域名 (pt-plugins#1917)

* 修改馒头请求域名

* 修复种子页无法下载到

* 用户数据切换为api域名

* 搜索切换为api域名、支持种子页下载全部

* 增加api站点配置

* 适配搜索页跳转到网站

* fix(pterclub): fix uploads count and rename the level name

* fix(pterclub): make the user level name display consistent with the actual

* fix(pterclub): uploads torrent count exclude dead torrent

* fix(pter): add back check=checked

* fix(acm): domain change

* fix(mt): 流控调整 pt-plugins#1910

* feat: site down, remove ptlsp

* feat: oshen remove uneed cdn

* fix(dt): domain change

* fix(dt): domain change

* fix: formatSize

* fix(mt): 重构批量下载, 移除 `复制下载链接` 功能 pt-plugins#1910

* 优化推送消息提醒
* 复制下载链接, 功能上和解析推送种子冲突, 而且解析推送种子更方便.

* fix(mt): fix mt refresh rate limited (pt-plugins#1938)

* fix: mt refresh fails due to rate limiting

pt-plugins#1936

* change the delay from 8000 to 2100

* revert linter changes

* feat: some site change

pt-plugins#1888

* revert: collaborator

* fix(jptv): levelRequirements

* fix(putao): seeding number

* sitedown: hdfunc(hdzone)

* sitedown: hdmayi

* fix(HDDolby): levelRequirements pt-plugins#1922

* doc: update readme

* fix(star-space): 修复数据获取和搜索功能

* 修复数据获取错误

* 修复imdb搜索

* fix(ptt): user level info. pt-plugins#1955

* fix: "G"/"T" instead by "GB"/"TB" (pt-plugins#1963)

* feat: 2024-07-29 ptt user level change

* fix(mt): use new apil myPeerStatistics

* fix(ssd): levelRequirements pt-plugins#1970

* fix(HDB): update seeding size selector

* fix(btschool): 修复数据获取

* 修复数据获取

* fix(star-space):修复搜索结果时间格式不正确 (pt-plugins#1974)

* fix(star-space):修复搜索结果时间格式不正确

* 修改时间函数

* feat(PTP): add freeleech tag

* fix(Luminance): plugins, searchEntryConfig, user info

* feat(pornbay): new site

* feat(cathode-ray.tube): new site

* fix(ptvicomo): 修复搜索种子详情不显示

* feat(bitporn): new site

* fix(fsm): send torrent in detail page

* feat(milkie): new site

* fix(milkie): auth with api key

* feat: authTokenTip

* feat(superbits): searchEntry

* feat(digitalcore): searchEntry

* fix(fsm): joinTime

* fix(fsm): default apiCdn

* feat: getInfoAjaxCache

* fix pt-plugins/issues/1744

* Create .gitattributes

* fix(kamept): getInfoAjaxCache pt-plugins#1995

* fix(tjupt): 站点搜索范围功能失效

* update categories.[*].result format: &cat=$id$ changed to &cat[]=$id$

* feat:调整图表样式 (pt-plugins#1994)

* feat:调整图表样式

---------

Co-authored-by: SHL-COOL <31879581+SHL-COOL@users.noreply.github.com>
Co-authored-by: Shl-Cool <cool@cool.com>
Co-authored-by: IITII <ccmejx@gmail.com>
Co-authored-by: Rhilip <admin@rhilip.info>
Co-authored-by: 栽培者 <ronggang.zhou@gmail.com>
Co-authored-by: Rhilip <rhilipruan@gmail.com>
Co-authored-by: Rhilip <Rhilip@users.noreply.github.com>
Co-authored-by: Dawei Huang <davidxuang@live.com>
Co-authored-by: Trim21 <trim21.me@gmail.com>
Co-authored-by: fzlins <fzlins2013@gmail.com>
Co-authored-by: Hui-Shao <31568606+hui-shao@users.noreply.github.com>
Co-authored-by: halehal <haleyhrid@gmail.com>
Co-authored-by: ted423 <priston910423@gmail.com>
Co-authored-by: LovelyBaibai <1633480356@qq.com>
Co-authored-by: Bright-W <coolup9@gmail.com>
Co-authored-by: 刘志龙 <zhilong0327@gmail.com>
Co-authored-by: fzlins <100051558+fzlins@users.noreply.github.com>
Co-authored-by: Tian J <jiang925@hotmail.com>
Co-authored-by: hui-shao <hui-shao@outlook.com>
Co-authored-by: SHL-COOL <shenhuilin0@gmail.com>
Co-authored-by: dragon <dragon@dragon.com>
Co-authored-by: Araputa <6489501892@protonmail.com>
Co-authored-by: Tom Yang <20330249+tomyangsh@users.noreply.github.com>
Co-authored-by: mitlearn <64004444+mitlearn@users.noreply.github.com>
Co-authored-by: ixff <150003322+ixff@users.noreply.github.com>
Co-authored-by: dragon <37643710+declandragon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants