|
1253 | 1253 | "featured": false, |
1254 | 1254 | "repo": "https://github.com/justhtmls/html-tools" |
1255 | 1255 | }, |
| 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 | + }, |
1256 | 1306 | { |
1257 | 1307 | "id": "gradient-generator", |
1258 | 1308 | "name": "渐变色生成器", |
|
0 commit comments