1 Star 0 Fork 1

hzyboy / vue3-schub

forked from 酸菜咸鱼 / vue3-schub 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
xiaoxiaoguai 提交于 2024-03-14 21:14 . 已办:
<!doctype html>
<html data-theme="light">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta
name="description"
content="生存战争中文社区(schub)是国内生存战争玩家建立的社区,这里能获取到各式各样的游戏资源,讨论玩法。这里有及时的相关新闻,分享自己的优秀作品,大家可以在这里找到许多欢乐。"
/>
<meta name="keywords" content="SC中文社区,生存战争中文社区,SCHUB" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="renderer" content="webkit" />
<meta name="spm_prefix" content="333.1007" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta name="applicable-device" content="pc" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="server_render" content="is_server_render" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<title>SC中文社区</title>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.getRegistrations().then(function(registrations) {
for(let registration of registrations) {
registration.unregister();
}
});
}
</script>
</head>
<body>
<!-- 建议别动 -->
<noscript>
<strong>你用的什么破浏览器?</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<style type="text/css">
body,
html,
#app {
height: 100%;
width: 100%;
margin: 0;
}
.el-avatar--circle,
.el-avatar--square {
background-color: transparent;
}
.pointer {
cursor: pointer;
}
/** tag标签左右加空格 */
.el-tag {
margin: 0 5px;
}
</style>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/hzyboy1234/vue3-schub.git
git@gitee.com:hzyboy1234/vue3-schub.git
hzyboy1234
vue3-schub
vue3-schub
master

搜索帮助