Initial commit
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled

This commit is contained in:
chorblack
2026-03-07 11:19:25 +08:00
commit e75f275ef4
4484 changed files with 645480 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "default-text",
"title": "默认文字友链",
"version": "1.0.0",
"description": "仅文字链接列表",
"inject": {
"css": true,
"js": false
}
}

View 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}

View 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>