Skip to content

Commit fbb8fed

Browse files
authored
Update tool.html
1 parent 3906a0e commit fbb8fed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tool/tool.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h3 class="card-title">图像处理器</h3>
188188
// 此处可添加实际跳转逻辑
189189
const toolTitles = {
190190
converter: "单位转换工具",
191-
calculator: "图形计算器",
191+
jsq: "计算器",
192192
'color-lab': "颜色实验室",
193193
analytics: "数据分析工具",
194194
editor: "云端编辑器",
@@ -197,7 +197,7 @@ <h3 class="card-title">图像处理器</h3>
197197

198198
alert(`正在加载 ${toolTitles[toolName]}...`);
199199
// 实际使用时可替换为:
200-
// window.location.href = `/${toolName}.html`;
200+
window.location.href = `/${toolName}.html`;
201201
}
202202

203203
// 添加卡片入场动画

0 commit comments

Comments
 (0)