diff --git a/README.md b/README.md index 12dd5a5..feacccd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > 🤔 "这b班到底值不值得上?" —— 打工人日常疑惑 -在线体验:[https://jobworth.zippland.com/](https://jobworth.zippland.com/) +在线体验:[https://worthjob.zippland.com/](https://worthjob.zippland.com/) ## 这是什么? @@ -19,7 +19,7 @@ ## 怎么用? -1. 打开网站:[https://jobworth.zippland.com/](https://jobworth.zippland.com/) +1. 打开网站:[https://worthjob.zippland.com/](https://worthjob.zippland.com/) 2. 填写你的具体情况: - 📝 年薪(税前) - ⏰ 工作时间安排 diff --git a/components/ShareCard.tsx b/components/ShareCard.tsx index cc1ad44..9077259 100644 --- a/components/ShareCard.tsx +++ b/components/ShareCard.tsx @@ -578,7 +578,7 @@ const ShareCard: React.FC = (props) => { {/* 底部信息 */}
由"这b班上得值不值·测算版"精心定制
-
jobworth.zippland.com
+
worthjob.zippland.com
@@ -742,7 +742,7 @@ const ShareCard: React.FC = (props) => { {/* 页脚 */}
-
jobworth.zippland.com
+
worthjob.zippland.com
diff --git a/components/calculator.tsx b/components/calculator.tsx index 3198b7c..180a12f 100644 --- a/components/calculator.tsx +++ b/components/calculator.tsx @@ -14,8 +14,8 @@ const SalaryCalculator = () => { // 在所有环境中执行重定向 if (typeof window !== 'undefined') { const hostname = window.location.hostname; - if (hostname !== 'jobworth.zippland.com' && hostname !== 'localhost' && !hostname.includes('127.0.0.1')) { - window.location.href = 'https://jobworth.zippland.com' + window.location.pathname; + if (hostname !== 'worthjob.zippland.com' && hostname !== 'localhost' && !hostname.includes('127.0.0.1')) { + window.location.href = 'https://worthjob.zippland.com' + window.location.pathname; } } }, []);