Merge pull request #3 from TheTechNetwork:develop

Develop
This commit is contained in:
elibrody2 2023-11-06 19:21:21 -05:00 committed by GitHub
commit baa3b387bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 76 additions and 10 deletions

View file

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- run: corepack enable - run: corepack enable
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: 16 node-version: 16
cache: 'pnpm' cache: 'pnpm'

View file

@ -30,7 +30,7 @@ jobs:
steps: steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- run: corepack enable - run: corepack enable
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: 16 node-version: 16
cache: 'pnpm' cache: 'pnpm'

View file

@ -16,7 +16,7 @@ jobs:
- run: corepack enable - run: corepack enable
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: 16 node-version: 16
cache: 'pnpm' cache: 'pnpm'

View file

@ -59,7 +59,7 @@ jobs:
- run: corepack enable - run: corepack enable
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: 16 node-version: 16
cache: 'pnpm' cache: 'pnpm'

View file

@ -4,8 +4,8 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" href="favicon.ico" /> <link rel="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IT Tools - Handy online tools for developers</title> <title>Dev - IT Tools - Handy online tools for developers</title>
<meta itemprop="name" content="IT Tools - Handy online tools for developers" /> <meta itemprop="name" content="Dev - IT Tools - Handy online tools for developers" />
<meta <meta
name="description" name="description"
content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT."
@ -37,13 +37,13 @@
<meta name="twitter:site" content="@ittoolsdottech" /> <meta name="twitter:site" content="@ittoolsdottech" />
<meta name="twitter:creator" content="@cthmsst" /> <meta name="twitter:creator" content="@cthmsst" />
<meta name="twitter:title" content="IT Tools - Handy online tools for developers" /> <meta name="twitter:title" content="Dev - IT Tools - Handy online tools for developers" />
<meta <meta
name="twitter:description" name="twitter:description"
content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT."
/> />
<meta name="twitter:image" content="https://it-tools.tech/banner.png?v=2" /> <meta name="twitter:image" content="https://it-tools.tech/banner.png?v=2" />
<meta name="twitter:image:alt" content="IT Tools - Handy online tools for developers" /> <meta name="twitter:image:alt" content="Dev - IT Tools - Handy online tools for developers" />
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

65
locales/zh.yml Normal file
View file

@ -0,0 +1,65 @@
home:
categories:
newestTools: '最新工具'
favoriteTools: '收藏的工具'
allTools: '全部工具'
subtitle: '助力开发人员和 IT 工作者'
toggleMenu: '切换菜单'
home: '主页'
uiLib: 'UI 库'
buyMeACoffee: '赞助'
follow:
title: '关注我们'
p1: '给我们Star'
githubRepository: 'GitHub 仓库'
p2: '关注我们的'
twitterAccount: 'Twitter'
thankYou: '感谢您的支持!'
nav:
github: 'GitHub 仓库'
githubRepository: 'GitHub 仓库'
twitter: 'Twitter 账号'
twitterAccount: 'Twitter 账号'
about: '关于'
aboutLabel: '关于 IT-Tools'
darkMode: '深色模式'
lightMode: '浅色模式'
mode: '颜色模式'
about:
h1: '关于 IT-Tools'
h1p1: 'IT-Tools 由'
h1p2: "开发,致力于助力开发人员和 IT 行业工作者。如果对您有帮助,请将其分享给您的朋友,并且添加到收藏夹中!"
h1p3: 'IT Tools 永久免费且开源 (MIT 许可证) , 但需要资金用于托管和续订域名. 欢迎'
h1p4: '赞助我们'
h2: '技术'
h2p1: 'IT Tools 采用 Vue.js (Vue 3) 和 Naive UI 组件库制作,由 Vercel 托管和持续部署。 某些工具使用了第三方开源库,您可以在存储库的'
h2p2: '文件中找到完整列表'
h3: '有Bug 缺少功能?'
h3p1: '如果您需要的工具目前此处不存在,并且您认为可能有必要,欢迎您在 GitHub 存储库的'
h3p2: 'issues'
h3p3: '提交新增功能的请求。'
h3p4: "如果您发现Bug或某些内容未按预期工作请在 GitHub 存储库的"
h3p5: 'issues'
h3p6: '部分提交错误报告。'
404:
notFound: '404 页面不存在'
sorry: '抱歉,您访问的页面不存在。'
maybe: '也许您可以尝试以下链接:'
backHome: '返回主页'
toolCard:
new: '新'
search:
label: '搜索'
tools:
categories:
favorite-tools: '收藏的工具'
crypto: '加密'
converter: '转换器'
web: Web
images and videos: '图片和视频'
development: '开发'
network: '网络'
math: '数学'
measurement: '测量'
text: '文本'
data: '数据'

View file

@ -1,7 +1,7 @@
<script setup lang="ts"> <script setup lang="ts">
import { useHead } from '@vueuse/head'; import { useHead } from '@vueuse/head';
useHead({ title: 'Page not found - IT Tools' }); useHead({ title: 'Dev - Page not found - IT Tools' });
</script> </script>
<template> <template>

View file

@ -8,7 +8,7 @@ import { config } from '@/config';
const toolStore = useToolStore(); const toolStore = useToolStore();
useHead({ title: 'IT Tools - Handy online tools for developers' }); useHead({ title: 'Dev - IT Tools - Handy online tools for developers' });
const { t } = useI18n(); const { t } = useI18n();
</script> </script>

View file

@ -23,6 +23,7 @@ const compareMatch = computed(() => compareSync(compareString.value, compareHash
raw-text raw-text
label="Your string: " label="Your string: "
label-position="left" label-position="left"
label-align="right"
label-width="120px" label-width="120px"
mb-2 mb-2
/> />