shutiaomao 1.1.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.html +3 -3
- package/package.json +3 -2
- package/shutiaomao.htm +530 -0
- package/shutiaomao.html +3 -3
package/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
-
<title
|
|
7
|
+
<title>薯条猫 · 精选链接导航</title>
|
|
8
8
|
|
|
9
9
|
<style>
|
|
10
10
|
@font-face {
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
<!-- === Hero === -->
|
|
293
293
|
<header class="hero">
|
|
294
294
|
<span class="badge">Shutiaomao · 导航站</span>
|
|
295
|
-
<h1
|
|
295
|
+
<h1>薯条猫<span class="grad">链接导航</span></h1>
|
|
296
296
|
<p class="subtitle">精选优质网站链接,所有链接均可正常访问。快速跳转到你需要的平台。</p>
|
|
297
297
|
<div class="url-display">
|
|
298
298
|
<span class="dot"></span>
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
|
|
523
523
|
<!-- === Footer === -->
|
|
524
524
|
<footer>
|
|
525
|
-
<p
|
|
525
|
+
<p>薯条猫链接导航 © 2026 — 所有链接均可正常访问</p>
|
|
526
526
|
<p>本页面网址包含关键词 <strong style="color:var(--accent)">shutiaomao</strong> · Built with <span class="heart">❤</span></p>
|
|
527
527
|
</footer>
|
|
528
528
|
</article>
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shutiaomao",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.3.0",
|
|
4
|
+
"description": "薯条猫 - 精选链接导航页",
|
|
5
5
|
"main": "index.html",
|
|
6
6
|
"files": [
|
|
7
7
|
"shutiaomao.html",
|
|
8
|
+
"shutiaomao.htm",
|
|
8
9
|
"index.html"
|
|
9
10
|
],
|
|
10
11
|
"keywords": [
|