Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
666ghj
2025-10-07 21:52:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
85b3769718348d437e337a2ae54508cb347d6fcb
85b37697
1 parent
1f5522be
Front-end title modification.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
templates/index.html
templates/index.html
View file @
85b3769
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
致力于打造简洁通用的舆情分析平台
</title>
<title>
微舆
</title>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.0.0/socket.io.js"
></script>
<style>
*
{
...
...
@@ -751,7 +751,7 @@
<div
class=
"container"
>
<!-- 搜索框区域 -->
<div
class=
"search-section"
>
<div
class=
"search-title"
>
致力于打造简洁通用的舆情分析平台
</div>
<div
class=
"search-title"
>
微舆 -
致力于打造简洁通用的舆情分析平台
</div>
<div
class=
"search-box"
>
<input
type=
"text"
class=
"search-input"
id=
"searchInput"
placeholder=
"请输入要分析的内容..."
>
<button
class=
"search-button"
id=
"searchButton"
>
开始
</button>
...
...
Please
register
or
login
to post a comment