mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 06:17:11 -04:00
feat: json to typescript
This commit is contained in:
parent
9eac9cb2a9
commit
dd03874556
11 changed files with 7008 additions and 5266 deletions
|
@ -320,6 +320,10 @@ tools:
|
|||
title: JSON to TOML
|
||||
description: Parse and convert JSON to TOML.
|
||||
|
||||
json-to-ts:
|
||||
title: JSON to TS
|
||||
description: Parse and convert JSON to TS.
|
||||
|
||||
device-information:
|
||||
title: Device information
|
||||
description: Get information about your current device (screen size, pixel-ratio, user agent, ...)
|
||||
|
|
|
@ -307,9 +307,14 @@ tools:
|
|||
hash-text:
|
||||
title: Mã hóa văn bản
|
||||
description: 'Mã hóa một chuỗi văn bản bằng cách sử dụng các hàm bạn cần: MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 hoặc RIPEMD160'
|
||||
|
||||
json-to-toml:
|
||||
title: Chuyển đổi JSON sang TOML
|
||||
description: Phân tích và chuyển đổi JSON sang TOML.
|
||||
|
||||
json-to-ts:
|
||||
title: Chuyển đổi JSON sang TS
|
||||
description: Phân tích và chuyển đổi JSON sang TS.
|
||||
|
||||
device-information:
|
||||
title: Thông tin thiết bị
|
||||
|
|
|
@ -316,6 +316,10 @@ tools:
|
|||
title: JSON 转 TOML
|
||||
description: 解析JSON并将其转换为TOML。
|
||||
|
||||
json-to-ts:
|
||||
title: JSON 转 TS
|
||||
description: 解析JSON并将其转换为TS。
|
||||
|
||||
device-information:
|
||||
title: 设备信息
|
||||
description: 获取有关当前设备的信息(屏幕大小、像素比率、用户代理…)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue