This commit is contained in:
Zylan
2025-04-01 11:51:50 +08:00
parent b82f0c3b0e
commit 8bd0fc2640
3 changed files with 6 additions and 6 deletions

View File

@@ -16,8 +16,8 @@ const geistMono = localFont({
export const metadata: Metadata = {
title: {
default: "Is My Job Worth It?",
template: "%s | Is My Job Worth It?"
default: "Job Worth Calculator",
template: "%s | Job Worth Calculator"
},
alternates: {
languages: {
@@ -25,7 +25,7 @@ export const metadata: Metadata = {
"zh-CN": "/",
},
},
description: "这b班上得值不值 - 计算你的工作性价比 | Is My Job Worth It? - Calculate your job's value",
description: "这b班上得值不值 - 计算你的工作性价比 | Job Worth Calculator - Calculate your job's value",
verification: {
google: "_OQGiIpYz87USAsgJV2C07-JJhQ8myV_4GoM1kDjFic",
},

View File

@@ -924,7 +924,7 @@ const translations: Record<Language, Record<string, string>> = {
'share_back_to_calculator': 'Back to Calculator',
'share_your_job_worth_report': 'Your Job Worth Report',
'share_job_worth_report': 'Job Worth Report',
'share_custom_made': 'Custom made by "Is My Job Worth It?"',
'share_custom_made': 'Custom made by "Job Worth Calculator"',
'share_generating': 'Generating...',
'share_download_report': 'Download Report',
'share_basic_info': 'Basic Information',

View File

@@ -876,7 +876,7 @@ const SalaryCalculator = () => {
<Github className="h-3.5 w-3.5" />
{t('github')}
</a>
<a
{/* <a
href="https://www.xiaohongshu.com/user/profile/623e8b080000000010007721?xsec_token=YBzoLUB4HsSITTBOgPAXY-0Gvqvn3HqHpcDeA3sHhDh-M%3D&xsec_source=app_share&xhsshare=CopyLink&appuid=5c5d5259000000001d00ef04&apptime=1743400694&share_id=b9bfcd5090f9473daf5c1d1dc3eb0921&share_channel=copy_link"
target="_blank"
rel="noopener noreferrer"
@@ -884,7 +884,7 @@ const SalaryCalculator = () => {
>
<Book className="h-3.5 w-3.5" />
{t('xiaohongshu')}
</a>
</a> */}
{/* 仅在客户端渲染历史记录按钮 */}
{isBrowser && (
<button