This commit is contained in:
Zihan
2024-10-31 04:13:53 +11:00
parent 963a223227
commit ebf26e66ac
3 changed files with 2 additions and 2 deletions

BIN
README.md

Binary file not shown.

View File

@@ -101,7 +101,7 @@ const SalaryCalculator = () => {
{/* GitHub 链接和访问量计数 */}
<div className="flex items-center justify-center gap-4 text-sm text-gray-600">
<a
href="https://github.com/YourUsername/worth-calculator"
href="https://github.com/zippland/worth-calculator"
target="_blank"
rel="noopener noreferrer"
className="flex items-center gap-1.5 hover:text-gray-900 transition-colors"
@@ -244,7 +244,7 @@ const SalaryCalculator = () => {
onChange={handleInputChange}
options={[
{ label: '普通同事', value: '1.0' },
{ label: '烦人同事多', value: '0.95' },
{ label: 'SB同事多', value: '0.95' },
{ label: '优秀同事多', value: '1.05' },
]}
/>

BIN
public/formula.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB