AletheiaFact / AletheiaFact/aletheia
Use a library that maintains a comprehensive list of valid TLDs in Editor Sources Validation
未关闭
tech
- 主要语言
- TypeScript
- 星标
- 55
- 派生
- 20
- 平均合并
- 2 天 6 小时
- 30 天内合并 PR
- 2
描述
### Where
```js
const validateFloatingLink = useCallback(() => {
// TODO: use a library or service that maintains a comprehensive list of valid TLDs
if (!URL_PATTERN.test(href)) {
throw new Error(t("sourceForm:errorMessageValidURL"));
}
}, [href, t]);
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。