Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
7de4162d92bbbf8f5adaae808254adb449fbd105
Authored by
fengwotao
2023-03-03 14:39:35 +0800
1 parent
eaf995c7
feat:大屏修改网站标题为大屏设计器
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
index.html
index.html
View file @
7de4162
...
...
@@ -27,6 +27,9 @@
27
27
</div>
28
28
</div>
29
29
</div>
30
+
<script>
31
+
document
.
title
=
"大屏设计器"
32
+
</script>
30
33
<script
type=
"module"
src=
"/src/main.ts"
></script>
31
34
</body>
32
35
...
...