ko-time/docs/index.html
2021-06-08 16:32:43 +08:00

33 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-126K368TJ1"></script>
</head>
<body>
<nav>
<a href="example/index.html">预览</a>
</nav>
<div id="app"></div>
<script>
window.$docsify = {
coverpage: true,
loadSidebar: true,
onlyCover: false,
subMaxLevel: 3
}
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-126K368TJ1');
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>