Skip to content

AI 时代已经来临,每个人都能定制属于自己的专属工具。

Notifications You must be signed in to change notification settings

rockbenben/tools-by-ai

Repository files navigation

Tools by AI

AI 时代已经来临,每个人都能定制属于自己的专属工具。

这是一个开源的在线工具,主要由 ChatGPT 完成编程。我将把之前的本地应用处理工具在线化,并分享在这里。

在线链接:https://tools.newzone.top

工具列表

JsonTranslate i18n 翻译器

JsonTranslate 是一款高效的多语言 JSON 翻译工具,专为开发者和内容创作者设计。支持 Google Translate、DeepL 和 DeepLX 翻译 API,助力快速实现项目的国际化和本地化。无论您是在开发多语言网站、应用程序还是处理多语言数据集,JsonTranslate 都能提供简便的解决方案,轻松将 JSON 文件中的内容翻译为多种目标语言。了解更多可查看使用教程

其它

生成命令

v1:

Please act as a Senior Frontend developer and create a a project using Create Next App, yarn, Ant Design, axios. In this project, implement a feature that displays Chinese text on the screen. Apply styling using Ant Design. Please provide all relevant code snippets for each task and explain how they work. Your first task is [项目要求]

v2:

Please assist me in building a frontend project with specific technologies and features. Your expertise as a Senior Frontend Developer will be appreciated. Here are the detailed tasks:

1. Setup a new project using Create Next App, yarn, Ant Design, axios.

2. Implement a feature that displays Chinese text on the screen. Apply styling using Ant Design.

3. The entire conversation and instructions should be provided in Chinese.

Please provide all relevant code snippets for each task and explain how they work. Your first task is [项目要求]

Deploy

System Requirements:

  • Node.js 18.17 or later.
  • macOS, Windows (including WSL), and Linux are supported.

Deploy With Vercel

Vercel

Installation

# Installation
yarn

# Local Development
yarn dev

# build and start
yarn build && yarn start

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.