Nvjdc魔改前段待弹窗—仅支持2.0版本

只需要把wwwroot文件夹替换成我魔改的就可以

然后修改index.html文件第89行,是弹窗公告内容

76行取消随机背景图的不需要直接注释掉就行

新版本复制下面的代码高亮,替换自己的index.html文件内容就行

cssjs 改成外部调用了

来源:蓝奏网盘

<!DOCTYPE html>
<html lang="">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
        <link rel="icon" href="/favicon.ico">
        <title>狗东登录</title>
        <link href="/css/app.cb45cd5e.css" rel="preload" as="style">
        <link href="/css/chunk-vendors.4cb5fce1.css" rel="preload" as="style">
        <link href="/js/app.a27b4cd0.js" rel="preload" as="script">
        <link href="/js/chunk-vendors.1f007514.js" rel="preload" as="script">
        <link href="/css/chunk-vendors.4cb5fce1.css" rel="stylesheet">
        <link href="/css/app.cb45cd5e.css" rel="stylesheet">
        <link rel="stylesheet" type="text/css" href="https://www.yanyuwang.cn/jdc/sweetalert.css">
        <script type="text/javascript" src="https://www.yanyuwang.cn/jdc/sweetalert-dev.js"></script>
	<style>
	.card {
  background: #fff;
  background-size: contain;
  border-radius: 10px;
  box-shadow: 0 10px 30px -5px rgba(60, 60, 60, 0.2);
  text-align: center;
  padding: 15px 30px;
}
.card img {
  background-color: #ffffff;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: auto auto 15px;
  display: block;
}
.card h1 {
  font-size: 22px;
  margin: 10px auto 0;
  letter-spacing: 1px;
}
.card h2 {
  margin: auto;
  color: #5c6170;
  font-weight: 300;
  font-size: 15px;
}
.card h3 {
  margin: 10px auto 0;
  color: #12151d;
  font-weight: 300;
  font-size: 16px;
}
.card .button {
  display: block;
  text-decoration: none;
  background: #666CD9;
  color: #f9f9f9;
  padding: 12px;
  border: none;
  border-radius: 25px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  min-width: 200px;
  transition: 0.2s;
}
.card .button span {
  font-size: 15px;
  line-height: 1;
  vertical-align: top;
}
.card .button:hover {
  background: #5D4AD9;
}
</style>
    </head>
    <body>
    <!--随机背景图-->
    <body background="https://api.ixiaowai.cn/gqapi/gqapi.php" style=" background-repeat:no-repeat ;background-size:100% 100%;
background-attachment: fixed;">
        <noscript>
            <strong>We're sorry but webapp doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
        </noscript>
        <div id="app">

        </div>
        <script src="/js/chunk-vendors.1f007514.js"></script>
        <script src="/js/app.a27b4cd0.js"></script>
    </body>
    <script>
        window.onload=function () {
      swal("请务必看一遍", "登录前一定要看公告\n一定要看公告\n一定要看公告\n✌️京东短信登录后,弹出即为提交成功✌️\n☠️请勿重复登录☠️\n❤️查京东资产信息请添加机器人QQ:xxxxxxx❤️\n☂️有什么问题请联系vx:xxxxxx☂️","success")
        }
      </script>
    </html>

 

作者:烟雨
文章标题:Nvjdc魔改前段待弹窗—仅支持2.0版本
文章地址:https://www.yanyuwangluo.cn/272/
THE END
分享
二维码
打赏
海报
Nvjdc魔改前段待弹窗—仅支持2.0版本
只需要把wwwroot文件夹替换成我魔改的就可以 然后修改index.html文件第89行,是弹窗公告内容 第76行是取消随机背景图的不需要直接注释掉就行 新版本复制下面的……
<<上一篇
下一篇>>