This commit is contained in:
10
Links/templates/default-text/manifest.json
Normal file
10
Links/templates/default-text/manifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "default-text",
|
||||
"title": "默认文字友链",
|
||||
"version": "1.0.0",
|
||||
"description": "仅文字链接列表",
|
||||
"inject": {
|
||||
"css": true,
|
||||
"js": false
|
||||
}
|
||||
}
|
||||
3
Links/templates/default-text/style.css
Normal file
3
Links/templates/default-text/style.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.links-plus-item{list-style:none;margin:8px 0}
|
||||
.links-plus-link{color:inherit;text-decoration:none}
|
||||
.links-plus-link:hover{text-decoration:underline}
|
||||
5
Links/templates/default-text/template.html
Normal file
5
Links/templates/default-text/template.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<li class="links-plus-item">
|
||||
<a class="links-plus-link" href="{url}" title="{title}" target="_blank" rel="noopener">
|
||||
{name}
|
||||
</a>
|
||||
</li>
|
||||
Reference in New Issue
Block a user