Skip to content

Commit

Permalink
refine code
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxHuang committed Nov 1, 2024
1 parent 69faf27 commit 9926c41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editor/inspector/utils/prop.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ exports.disconnectGroup = function(panel) {
};

/**
* 根据配置创建 ui-radio-group
* Create ui-radio-group according to configuration
* @param {object} options
* @param {any[]} options.enumList
* @param {string} options.tooltip
Expand Down Expand Up @@ -616,8 +616,8 @@ ui-prop[ui-section-config]:last-child {
`;

/**
* 获取 api 文档路径,通过 i18n 配置的 cc.xxx.properties
* 格式来获取 className 如果没有就不加入 ui-link 组件
* Obtain the api document path and obtain the className through the cc.xxx.properties configured by i18n.
* If it does not exist, the ui-link component will not be added.
* @param dump
*/
function getDocsURL(dump) {
Expand Down

0 comments on commit 9926c41

Please sign in to comment.