File tree 1 file changed +6
-2
lines changed
APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/api/js 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7528,7 +7528,8 @@ Content-Type: ` + contentType) + (StringUtil.isEmpty(headerStr, true) ? '' : hea
7528
7528
return;
7529
7529
}
7530
7530
7531
- var answer = StringUtil.get(typeof data2 == 'string' ? data2 : (data instanceof Array ? data2.join() : JSON.stringify(data2)));
7531
+ var answer = StringUtil.get(typeof data2 == 'string' ? data2 : (data instanceof Array ? data2.join() : JSON.stringify(data2)))
7532
+ .replaceAll('/wiki/Tencent/APIJSON#', 'https://deepwiki.com/Tencent/APIJSON/').replaceAll('/wiki/TommyLemon/APIAuto#', 'https://deepwiki.com/TommyLemon/APIAuto/');
7532
7533
App.view = 'markdown';
7533
7534
vOutput.value += answer;
7534
7535
markdownToHTML(vOutput.value)
@@ -7561,9 +7562,12 @@ Content-Type: ` + contentType) + (StringUtil.isEmpty(headerStr, true) ? '' : hea
7561
7562
continue;
7562
7563
}
7563
7564
7564
- answer += '\n' + StringUtil.trim(typeof data2 == 'string' ? data2 : (data2 instanceof Array ? data2.join() : JSON.stringify(data2)));
7565
+ answer += '\n' + StringUtil.trim(typeof data2 == 'string' ? data2 : (data2 instanceof Array ? data2.join() : JSON.stringify(data2)))
7566
+ .replaceAll('/wiki/Tencent/APIJSON#', 'https://deepwiki.com/Tencent/APIJSON/').replaceAll('/wiki/TommyLemon/APIAuto#', 'https://deepwiki.com/TommyLemon/APIAuto/');
7565
7567
}
7566
7568
7569
+ answer += '\n<br/>\n';
7570
+
7567
7571
App.view = 'markdown';
7568
7572
vOutput.value = answer;
7569
7573
markdownToHTML(answer); // vOutput.value)
You can’t perform that action at this time.
0 commit comments