mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-06 08:48:30 +08:00
27 lines
886 B
HTML
27 lines
886 B
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta name="keywords" content="链路追踪,方法调用链路,springboot,kotime教程,调用可视化,耗时统计,kotime文档,kotime手册">
|
||
<meta name="description" content="koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||
<meta charset="UTF-8">
|
||
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
||
</head>
|
||
<body>
|
||
<nav>
|
||
<a href="example/index.html">预览</a>
|
||
</nav>
|
||
<div id="app"></div>
|
||
<script>
|
||
window.$docsify = {
|
||
coverpage: true,
|
||
loadSidebar: true,
|
||
onlyCover: false,
|
||
subMaxLevel: 2
|
||
|
||
}
|
||
</script>
|
||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
||
</body>
|
||
</html> |