feat(admin): XHProf 函数监控规则与命中记录

This commit is contained in:
augushong
2026-08-15 07:02:37 +08:00
parent e57b186126
commit c980ebdff0
23 changed files with 901 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<div class="layuimini-container">
<div class="layuimini-main">
<table id="currentTable" class="layui-table layui-hide"
data-auth-index="{:auth('xhprof.watch/index')}"
data-auth-add="{:auth('xhprof.watch/add')}"
data-auth-edit="{:auth('xhprof.watch/edit')}"
data-auth-delete="{:auth('xhprof.watch/delete')}"
data-auth-modify="{:auth('xhprof.watch/modify')}"
lay-filter="currentTable">
</table>
</div>
</div>