We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cda0f commit 7a9143cCopy full SHA for 7a9143c
.gitignore
@@ -2,3 +2,4 @@ logs
2
*.log
3
node_modules/
4
dist/
5
+package-lock.json
src/App.vue
@@ -35,4 +35,9 @@
35
// border-radius: 10px;
36
background: #EDEDED;
37
}
38
+
39
+ html {
40
+ -webkit-filter:grayscale(100%);
41
+ filter: grayscale(100%);
42
+ }
43
</style>
src/views/components/home.vue
@@ -4,7 +4,7 @@
<table class="table">
<tr>
6
<td colspan="4">
7
- 资源下载-信息安全小组整理——链接失效请<a target="_blank" :href="qqGroup">加入网安交流群(点击加入):595176019</a>@群主,同时欢迎加群提供相关软件或者建议。
+ <h1>长者永存🕯️🕯️🕯️</h1><br/>链接失效请<a target="_blank" :href="qqGroup">加入网安交流群(点击加入):595176019</a>@群主,同时欢迎加群提供相关软件或者建议。
8
</td>
9
</tr>
10
0 commit comments