mirror of
https://github.com/Zippland/worth-calculator.git
synced 2026-03-03 16:45:03 +08:00
rednote
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user