We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3906a0e commit fbb8fedCopy full SHA for fbb8fed
1 file changed
tool/tool.html
@@ -188,7 +188,7 @@ <h3 class="card-title">图像处理器</h3>
188
// 此处可添加实际跳转逻辑
189
const toolTitles = {
190
converter: "单位转换工具",
191
- calculator: "图形计算器",
+ jsq: "计算器",
192
'color-lab': "颜色实验室",
193
analytics: "数据分析工具",
194
editor: "云端编辑器",
@@ -197,7 +197,7 @@ <h3 class="card-title">图像处理器</h3>
197
198
alert(`正在加载 ${toolTitles[toolName]}...`);
199
// 实际使用时可替换为:
200
- // window.location.href = `/${toolName}.html`;
+ window.location.href = `/${toolName}.html`;
201
}
202
203
// 添加卡片入场动画
0 commit comments