Skip to content

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

Description

@freedomkk-qfeng

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

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions