Skip to content

Commit c063395

Browse files
chao5goclaude
andcommitted
feat: 添加工资计算器和房贷计算器工具
添加两个新的实用工具: - 工资计算器:估算税后工资与个税支出,支持社保公积金扣除 - 房贷计算器:对比等额本息与等额本金,快速估算房贷月供 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7b24b80 commit c063395

5 files changed

Lines changed: 1146 additions & 0 deletions

File tree

index.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,56 @@
12531253
"featured": false,
12541254
"repo": "https://github.com/justhtmls/html-tools"
12551255
},
1256+
{
1257+
"id": "salary-calculator",
1258+
"name": "工资计算器",
1259+
"slug": "salary-calculator",
1260+
"category": "utility",
1261+
"tags": [
1262+
"salary",
1263+
"tax",
1264+
"calculator",
1265+
"utility"
1266+
],
1267+
"author": "JustHTMLs",
1268+
"authorUrl": "https://github.com/justhtmls",
1269+
"version": "1.0.0",
1270+
"description": "估算税后工资与个税支出,支持社保公积金扣除",
1271+
"longDescription": "工资计算器可按综合所得月度税率表估算税后到手工资、个税与社保公积金扣除,支持自定义扣除项。",
1272+
"icon": "💰",
1273+
"color": "#f97316",
1274+
"entry": "tools/salary-calculator/app.html",
1275+
"detail": "tools/salary-calculator/index.html",
1276+
"createdAt": "2025-12-25",
1277+
"updatedAt": "2025-12-25",
1278+
"featured": false,
1279+
"repo": "https://github.com/justhtmls/html-tools"
1280+
},
1281+
{
1282+
"id": "mortgage-calculator",
1283+
"name": "房贷计算器",
1284+
"slug": "mortgage-calculator",
1285+
"category": "utility",
1286+
"tags": [
1287+
"mortgage",
1288+
"loan",
1289+
"calculator",
1290+
"utility"
1291+
],
1292+
"author": "JustHTMLs",
1293+
"authorUrl": "https://github.com/justhtmls",
1294+
"version": "1.0.0",
1295+
"description": "对比等额本息与等额本金,快速估算房贷月供",
1296+
"longDescription": "房贷计算器支持等额本息与等额本金两种方式,计算月供、总利息与还款总额,适合购房预算规划。",
1297+
"icon": "🏠",
1298+
"color": "#0ea5e9",
1299+
"entry": "tools/mortgage-calculator/app.html",
1300+
"detail": "tools/mortgage-calculator/index.html",
1301+
"createdAt": "2025-12-25",
1302+
"updatedAt": "2025-12-25",
1303+
"featured": false,
1304+
"repo": "https://github.com/justhtmls/html-tools"
1305+
},
12561306
{
12571307
"id": "gradient-generator",
12581308
"name": "渐变色生成器",

0 commit comments

Comments
 (0)