This commit is contained in:
10
Links/templates/default-img/manifest.json
Normal file
10
Links/templates/default-img/manifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "default-img",
|
||||
"title": "默认图片友链",
|
||||
"version": "1.0.0",
|
||||
"description": "仅图片 Logo 列表",
|
||||
"inject": {
|
||||
"css": true,
|
||||
"js": false
|
||||
}
|
||||
}
|
||||
2
Links/templates/default-img/style.css
Normal file
2
Links/templates/default-img/style.css
Normal file
@@ -0,0 +1,2 @@
|
||||
.links-plus-item{list-style:none;display:inline-block;margin:6px}
|
||||
.links-plus-avatar{border-radius:10px;border:1px solid rgba(0,0,0,.06);display:block}
|
||||
5
Links/templates/default-img/template.html
Normal file
5
Links/templates/default-img/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">
|
||||
<img class="links-plus-avatar" src="{image}" alt="{name}" width="{size}" height="{size}" loading="lazy" />
|
||||
</a>
|
||||
</li>
|
||||
Reference in New Issue
Block a user