📄 cbigskin.as
字号:
function CBigSkin(inSrc) { if (inSrc == null) { this.name = 'FlashChat Default'; this.swf_name = 'default_skin'; } else { this.name = inSrc.name; this.swf_name = inSrc.swf_name; }};CBigSkin.prototype = new Initable();CBigSkin.prototype.clone = function() { var obj = new CBigSkin(this); return obj;};CBigSkin.prototype.init = function(xml) { this.copyAttrs(xml, this);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -