EXT4.1翻译心得

扈德容
2023-12-01
1.修改index.html

2.

data.js控制左边导航及右边默认页(包括"guides": "videos": "examples":)

app.js控制右边TOP部分通用的属性等:

Show private classes显示私有类


查看来源View source...


cfg:"Configs 配置项",property:"Properties 属性",method:"Methods 方法",event:"Events 事件"


{"public":this.createCb("Public公共项","public"),"protected":this.createCb("Protected保护","protected"),"private":this.createCb("Private私有","private"),inherited:this.createCb("Inherited继承","inherited"),accessor:this.createCb("Accessor存取器","accessor"),deprecated:this.createCb("Deprecated不推荐","deprecated"),removed:this.createCb("Removed移除","removed")};var


tooltip:"Expand all全部展开"


3.控制API的文件output,其修改为:
<h4>Hierarchy层级</h4>
<h4>Inherited mixins混和继承项</h4>
<h4>Mixins混和</h4>
<h4>Subclasses子类</h4>
<h4>Requires需求/要求</h4>

<h4>Files文档</h4>

<h4>Mixed into深层混合</h4>

<div class='definedBy'>Defined By定义</div>
<h3 class='members-title icon-cfg'>Config options配置项</h3>
<h3 class='members-title icon-property'>Properties属性</h3>
<h3 class='members-title icon-method'>Methods方法</h3>
<h3 class=\"pa\">Parameters参数项</h3>
<h3 class='pa'>Returns返回值</h3>
<strong class='private signature'>private私有</strong>
<strong class='protected signature'>protected保护</strong>
<strong class='deprecated signature'>deprecated不推荐</strong>
<strong class='template signature'>template模板</strong>
<strong class='static signature'>static静态</strong>
<strong class='readonly signature'>readonly只读</strong>
 类似资料: