NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
當你在抄牌遇到你看不懂的語言時 這個插件會自動幫你轉換語言
不用再一次又一次 滾到網頁的最下方切換語言
在 temperMoneky
裡面找到編輯 你可以看到原始碼
找到下方這行把 lang
等號後方的 en
換成其他語言 即可
//Global Variable
const lang = 'en'; // <== Change here
e.g: 中文如下
//Global Variable
const lang = 'zh-cn'; // <== Change here
Rating: 0