198 lines
5.0 KiB
Vue
198 lines
5.0 KiB
Vue
|
|
<template>
|
|||
|
|
<div class="app-container home">
|
|||
|
|
<el-row :gutter="20">
|
|||
|
|
<el-col :sm="24" :lg="12" style="padding-left: 20px">
|
|||
|
|
<h2>RTSP视频分析平台</h2>
|
|||
|
|
<p>
|
|||
|
|
这是一个基于ruoyi-vue框架改进而来的RTSP视频分析平台。项目集成了虹软SDK,实现了人脸识别、活体检测、3D角度分析、年龄及性别识别等功能;同时,利用JavaCV进行高效的视频处理。后端采用SpringBoot框架,前端则运用了Vue3框架,确保系统的稳定与用户体验的流畅。<br>
|
|||
|
|
特别感谢ruoyi和EasyMedia两位开源项目的大佬,他们的无私奉献为本项目奠定了坚实的基础。
|
|||
|
|
</p>
|
|||
|
|
<p>
|
|||
|
|
<b>当前版本:</b> <span>v1.0.0</span>
|
|||
|
|
</p>
|
|||
|
|
<p>
|
|||
|
|
<el-tag type="danger">¥免费开源</el-tag>
|
|||
|
|
</p>
|
|||
|
|
<p>
|
|||
|
|
<el-button
|
|||
|
|
type="primary"
|
|||
|
|
icon="Cloudy"
|
|||
|
|
plain
|
|||
|
|
@click="goTarget('https://gitee.com/xiaochemgzi')"
|
|||
|
|
>访问码云</el-button
|
|||
|
|
>
|
|||
|
|
<el-button
|
|||
|
|
icon="HomeFilled"
|
|||
|
|
plain
|
|||
|
|
@click="goTarget('https://gitee.com/xiaochemgzi')"
|
|||
|
|
>访问码云主页</el-button
|
|||
|
|
>
|
|||
|
|
</p>
|
|||
|
|
</el-col>
|
|||
|
|
|
|||
|
|
<el-col :sm="24" :lg="12" style="padding-left: 50px">
|
|||
|
|
<el-row>
|
|||
|
|
<el-col :span="12">
|
|||
|
|
<h2>技术选型</h2>
|
|||
|
|
</el-col>
|
|||
|
|
</el-row>
|
|||
|
|
<el-row>
|
|||
|
|
<el-col :span="6">
|
|||
|
|
<h4>后端技术</h4>
|
|||
|
|
<ul>
|
|||
|
|
<li>SpringBoot</li>
|
|||
|
|
<li>Spring Security</li>
|
|||
|
|
<li>JWT</li>
|
|||
|
|
<li>MyBatis</li>
|
|||
|
|
<li>Druid</li>
|
|||
|
|
<li>JavaCv</li>
|
|||
|
|
<li>...</li>
|
|||
|
|
</ul>
|
|||
|
|
</el-col>
|
|||
|
|
<el-col :span="6">
|
|||
|
|
<h4>前端技术</h4>
|
|||
|
|
<ul>
|
|||
|
|
<li>Vue</li>
|
|||
|
|
<li>Vite</li>
|
|||
|
|
<li>Element-Plus</li>
|
|||
|
|
<li>Axios</li>
|
|||
|
|
<li>Sass</li>
|
|||
|
|
<li>Xgplayer</li>
|
|||
|
|
<li>...</li>
|
|||
|
|
</ul>
|
|||
|
|
</el-col>
|
|||
|
|
</el-row>
|
|||
|
|
</el-col>
|
|||
|
|
</el-row>
|
|||
|
|
<el-divider />
|
|||
|
|
<el-row :gutter="20">
|
|||
|
|
<el-col :xs="24" :sm="24" :md="12" :lg="8">
|
|||
|
|
<el-card class="update-log">
|
|||
|
|
<template v-slot:header>
|
|||
|
|
<div class="clearfix">
|
|||
|
|
<span>联系信息</span>
|
|||
|
|
</div>
|
|||
|
|
</template>
|
|||
|
|
<div class="body">
|
|||
|
|
<p>
|
|||
|
|
<i class="el-icon-chat-dot-round"></i> 微信:<a
|
|||
|
|
href="javascript:;"
|
|||
|
|
>chenbai0511</a
|
|||
|
|
>
|
|||
|
|
</p>
|
|||
|
|
</div>
|
|||
|
|
</el-card>
|
|||
|
|
</el-col>
|
|||
|
|
<el-col :xs="24" :sm="24" :md="12" :lg="8">
|
|||
|
|
<el-card class="update-log">
|
|||
|
|
<template v-slot:header>
|
|||
|
|
<div class="clearfix">
|
|||
|
|
<span>更新日志</span>
|
|||
|
|
</div>
|
|||
|
|
</template>
|
|||
|
|
<el-collapse accordion>
|
|||
|
|
<el-collapse-item title="v1.0.0 - 2025-01-16">
|
|||
|
|
<ol>
|
|||
|
|
<li>RTSP视频分析平台正式发布</li>
|
|||
|
|
<li>rtsp转http-flv和ws-flv</li>
|
|||
|
|
<li>javaCV抽帧转换</li>
|
|||
|
|
</ol>
|
|||
|
|
</el-collapse-item>
|
|||
|
|
</el-collapse>
|
|||
|
|
</el-card>
|
|||
|
|
</el-col>
|
|||
|
|
<el-col :xs="24" :sm="24" :md="12" :lg="8">
|
|||
|
|
<el-card class="update-log">
|
|||
|
|
<template v-slot:header>
|
|||
|
|
<div class="clearfix">
|
|||
|
|
<span>捐赠支持</span>
|
|||
|
|
</div>
|
|||
|
|
</template>
|
|||
|
|
<div class="body">
|
|||
|
|
<img
|
|||
|
|
src="@/assets/images/pay.png"
|
|||
|
|
alt="donate"
|
|||
|
|
style="width:100%"
|
|||
|
|
/>
|
|||
|
|
<span style="display: inline-block; height: 30px; line-height: 30px"
|
|||
|
|
>你可以请作者喝杯咖啡表示鼓励</span
|
|||
|
|
>
|
|||
|
|
</div>
|
|||
|
|
</el-card>
|
|||
|
|
</el-col>
|
|||
|
|
</el-row>
|
|||
|
|
</div>
|
|||
|
|
</template>
|
|||
|
|
<script setup name="Index">
|
|||
|
|
const version = ref('3.8.9')
|
|||
|
|
|
|||
|
|
function goTarget(url) {
|
|||
|
|
window.open(url, '__blank')
|
|||
|
|
}
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
<style scoped lang="scss">
|
|||
|
|
.home {
|
|||
|
|
blockquote {
|
|||
|
|
padding: 10px 20px;
|
|||
|
|
margin: 0 0 20px;
|
|||
|
|
font-size: 17.5px;
|
|||
|
|
border-left: 5px solid #eee;
|
|||
|
|
}
|
|||
|
|
hr {
|
|||
|
|
margin-top: 20px;
|
|||
|
|
margin-bottom: 20px;
|
|||
|
|
border: 0;
|
|||
|
|
border-top: 1px solid #eee;
|
|||
|
|
}
|
|||
|
|
.col-item {
|
|||
|
|
margin-bottom: 20px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
ul {
|
|||
|
|
padding: 0;
|
|||
|
|
margin: 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|||
|
|
font-size: 13px;
|
|||
|
|
color: #676a6c;
|
|||
|
|
overflow-x: hidden;
|
|||
|
|
|
|||
|
|
ul {
|
|||
|
|
list-style-type: none;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
h4 {
|
|||
|
|
margin-top: 0px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
h2 {
|
|||
|
|
margin-top: 10px;
|
|||
|
|
font-size: 26px;
|
|||
|
|
font-weight: 100;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
p {
|
|||
|
|
margin-top: 10px;
|
|||
|
|
|
|||
|
|
b {
|
|||
|
|
font-weight: 700;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.update-log {
|
|||
|
|
ol {
|
|||
|
|
display: block;
|
|||
|
|
list-style-type: decimal;
|
|||
|
|
margin-block-start: 1em;
|
|||
|
|
margin-block-end: 1em;
|
|||
|
|
margin-inline-start: 0;
|
|||
|
|
margin-inline-end: 0;
|
|||
|
|
padding-inline-start: 40px;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
|