feat: 增加访问方法

This commit is contained in:
augushong
2025-10-10 22:14:51 +08:00
parent 04d152edce
commit 3a6cfacd0a

View File

@@ -53,6 +53,10 @@ $(function () {
html += '[' + item.create_time + '] ';
html += '[' + item.level.toUpperCase() + '] ';
html += item.content;
html += ' [' + item.app_name;
html += '/' + item.controller_name;
html += '/' + item.action_name;
html += '] ';
html += '</span>';
});