-
Notifications
You must be signed in to change notification settings - Fork 1
/
popup.html
64 lines (52 loc) · 1.12 KB
/
popup.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
<!doctype html>
<html>
<head>
<title>crossRequest</title>
<meta charset="utf8"/>
<style>
* {
margin: 8px;
}
a {
text-decoration: none
}
body {
font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
font-size: 100%;
}
.main {
width: 320px;
}
.content {
line-height: 25px;
min-height: 100px;
}
.add {
line-height: 40px;
margin-bottom: 20px;
}
.add input {
width: 200px;
line-height: 25px;
}
.add button {
width: 70px;
line-height: 25px;
}
.url {
min-width: 200px;
display: inline-block
}
.del {
cursor: pointer
}
</style>
</head>
<body>
<div class="main">
<p>该扩展仅支持 YApi 接口管理平台.</p>
<p>If you need Help, <a href="https://github.com/LuYongwang/cross-request" target="_blank">follow the page.</a></p>
<br>
</div>
</body>
</html>