-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo.html
102 lines (81 loc) · 2.98 KB
/
repo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"/>
<link rel="icon" type="image/png" href="./images/wyxdlz.png">
<title>repo</title>
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<script type="text/javascript">
document.oncontextmenu=function(e){return false;}
</script>
<style>
body {
-moz-user-select:none; <!--禁止文字让选中-->
}
</style>
<script type="text/javascript">
document.onkeydown = function () {
if (window.event && window.event.keyCode == 123) {
event.keyCode = 0;
event.returnValue = false;
return false;
}
};
</script>
<link rel="stylesheet" href="./css/style.css" type="text/css" media="all" />
<link href="css/font-awesome.min.css" rel="stylesheet">
<SCRIPT language=JavaScript>
function password() {
var testV = 1;
var pass1 = prompt('请输入密码:','');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1 == "wkjdlz54188") {
alert('密码正确!');
break;
}
testV+=-1;
var pass1 = prompt('密码错误!请重新输入:');
}
if (pass1!="password" & testV ==3)
history.go(-1);
return " ";
}
document.write(password());
</SCRIPT>
</head>
<body>
<div class="main-bg"/>
<h1>插件源的制作</h1>
<div class="sub-main-w3"/>
<div class="bg-content-w3pvt"/>
<div class="top-content-style"/>
<img src="./images/wyxdlz.png" alt=""/>
</div>
</br>
<div style="text-align: left; background:">
<p>1.源码<a href="./repo/repo.zip"/>下载</a> <a href="./repo/repomy.txt"/>Password</a>(暂定)</p>
<p>2.解压源码</p></b>
<p>3.打开<a href="https://github.com"/>GitHub</a>并登录</p></b>
<p>4.创建一个仓库名字随意</p></b>
<p>5.进入仓库设置打开pages选择第一个jelley作为网页启动</p></b>
<p>5.1打开个人主页设置滑倒最底下选择develop****省略</p></b>
<p>5.2选择第一个token</p></b>
<p>5.3弹出的窗口全部勾上</p></b>
<p>5.4保存并记住它给的密钥后续上传当密码用</p></b>
<p>6.打开repo文件夹在此打开git</p></b>
<p>6.1上传时会出现github name的问题填刚才绑定的名字</p></b>
<p>6.2密码输入之前获取的token密钥</p></b>
<p>7.按照网上的上传方法上传一次进行绑定</p></b>
<p>8.运行git.sh再次上传一次</p></b>
<p>done!恭喜你插件源制作成功</p></b>
</div>
</body>
</html>