Skip to content

Commit

Permalink
增加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy-cloud committed Sep 22, 2024
1 parent 4c7d18a commit 74e3507
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11574,6 +11574,16 @@
"methods": [],
"name": "java.lang.Iterable"
},
{
"allDeclaredConstructors": true,
"allDeclaredMethods": true,
"allPublicConstructors": true,
"allPublicFields": true,
"allPublicMethods": true,
"fields": [],
"methods": [],
"name": "java.lang.Object"
},
{
"allDeclaredConstructors": true,
"allDeclaredMethods": true,
Expand Down
1 change: 1 addition & 0 deletions nop-ui/src/main/java/io/nop/xui/utils/XuiHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ private static IXplTag _getControlTag(IXplTagLib lib, String component, String d

if (domain != null) {
int pos = domain.lastIndexOf('-');
// 忽略 json-4k这种后面的长度描述
if (pos > 0 && StringHelper.isDigit(domain.charAt(pos + 2))) {
String baseDomain = domain.substring(0, pos);
tag = tryGetControl(lib, baseDomain, mode);
Expand Down

0 comments on commit 74e3507

Please sign in to comment.