mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-14 09:57:01 -04:00
17 lines
432 B
YAML
17 lines
432 B
YAML
tools:
|
||
url-parser:
|
||
title: Url 解析器
|
||
description: '解析 URL 字符串以获取所有不同部分(协议,源,参数,端口,用户名-密码,...)'
|
||
|
||
inputLabel: '要解析的 URL:'
|
||
inputPlaceholder: 要解析的 URL...
|
||
|
||
protocol: 协议
|
||
username: 用户名
|
||
password: 密码
|
||
hostname: 主机名
|
||
port: 端口
|
||
path: 路径
|
||
params: 参数
|
||
|
||
inValidMessage: 无效的 URL
|