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

【Todo】增加内链和外链的判断和分开处理 #8

Open
freedomkk-qfeng opened this issue Apr 25, 2024 · 0 comments
Open

【Todo】增加内链和外链的判断和分开处理 #8

freedomkk-qfeng opened this issue Apr 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@freedomkk-qfeng
Copy link
Member

修改配置逻辑,增加每个内链的域名判断,例如

[
    {
		"url": "https://www.ecnu.edu.cn",
		"domain": ["ecnu.edu.cn", "hsefzcz.com"]
	},
	{
		"url": "https://www.pku.edu.cn",
		"domain": ["pku.edu.cn"]
	}
]

如此,则在计算支持度百分比时,除了总数,还可以分开计算内链和外链部分。
同时还可以计算外链的占比。

@freedomkk-qfeng freedomkk-qfeng added the enhancement New feature or request label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant