Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 430 Bytes

File metadata and controls

11 lines (7 loc) · 430 Bytes

实现Service类

  1. 词典标签定义 __register_label__
    词典标签将出现在词典下拉列表中。

  2. @export(fld_name, order) 修饰导出字典字段函数

    • 参数fld_name为字典字段名称,出现在字段字段下拉列表中;
    • 参数order为字典字段在下拉列表中的顺序,小号在上,大号在下。

具体可参考有道词典和海词实现方式。