网址提交专用
- Dominant language
- HTML
- Stars
- 49
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
在这里可以提交期望收录的网址信息 或者 按照现有格式编辑 `/sites.json` 并 `pull request`
### 例子1
```
...
"github":{
"href":"https://github.com",
"title":"GitHub",
"text":"同性程序员交友平台"
}
...
```
### 例子2
```
...
"wikipedia.org":{
"href":"https://www.wikipedia.org",
"title":"Wikipedia",
"text":"自由的百科全書"
}
...
```
### 例子3
```
...
"mirrors.cqu.edu.cn":{
"href":"https://mirrors.cqu.edu.cn",
"title":"重庆大学镜像站"
}
...
```
### 说明
`key` 部分为
```
网站信息.href.
replace(/^https?:\/\//,'').
replace(/^www\./,'').
replace(/\/.*$/,'').
replace(/\.com$/,'');
```
`网站信息. text` 部分非必要
Contributor guide
No contributing guide indexed for this repository
Research direction
Edit sites.json using the examples and key-generation rules in the issue as the guide. Verify the URL, title, and optional text follow the existing format, then submit the change as a pull request; done means the new site entry is valid and consistent with the file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- content
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100