zh-tw.js

来自「呵呵,这个东西希望大家有用啊」· JavaScript 代码 · 共 13 行

JS
13
字号
// I18N constants -- Chinese Big-5// by Dave Lo -- dlo@interactivetools.comHTMLArea.I18N = {	// the following should be the filename without .js extension	// it will be used for automatically load plugin language.	lang: "zh-tw",	tooltips: {		bold:           "彩砰",		italic:         "弊砰",		underline:      "┏絬",		strikethrough:  "

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?