添加了简单的16bit PCM数据采样i但转换功能 1. 添加页面跳转:html\uac_pcm_data_convert.html 2. 添加hex_to_int的带符号转换方法 end of segment 🔧 web(switch): add web pages switch feature 添加了页面跳转的框架 1. 添加页面跳转功能 2. 添加主页相关的内容以及欢迎页面 end of segment ✨ utools(plugin): add utools plugin support 添加了utools的插件功能 1. 添加插件配置 2. 添加插件的图标 end of segment
18 lines
402 B
HTML
18 lines
402 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="../css/bootstrap.min.css">
|
|
<script src="../js/jquery.min.js"></script>
|
|
<script src="../js/bootstrap.min.js"></script>
|
|
<title>test</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="page-header">
|
|
<h1>Hello World!</h1>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |