Skip to content

Commit

Permalink
🌈 style(typo): update some text
Browse files Browse the repository at this point in the history
  • Loading branch information
summerscar committed Nov 26, 2024
1 parent a3e4727 commit b73ade1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ korean-studio/
- `mdx/`: 存放所有的学习内容,按主题和难度分类
- `messages/`: 多语言翻译文件

> 部分内容由 AI 生成仅供参考
> 部分内容由 AI 生成,仅供参考
2 changes: 1 addition & 1 deletion scripts/tampermonkey-create-word-from-papago.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const style = {
throw new Error((await res.text()) || res.statusText);
}
e.target.textContent = "✅";
toast(" Word created", "success");
toast("🎉 Word created", "success");
} catch (error) {
e.target.textContent = "❌";
toast(`⚠️ ${error.message}`, "error");
Expand Down

0 comments on commit b73ade1

Please sign in to comment.