link-status-page 0.0.1

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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/index.html +14 -0
  3. package/package.json +18 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # link-status-page
2
+
3
+ 小星星爱导航永久发布页的 npm CDN 入口。后续版本由总后台自动生成并通过 GitHub Actions OIDC 发布。
package/index.html ADDED
@@ -0,0 +1,14 @@
1
+ <!doctype html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <meta name="referrer" content="no-referrer">
7
+ <meta http-equiv="refresh" content="0;url=https://yongjiufabuye.chinazhangsan.ccwu.cc/">
8
+ <title>小星星爱导航永久发布页</title>
9
+ </head>
10
+ <body>
11
+ <p>正在前往小星星爱导航永久发布页。</p>
12
+ <p><a href="https://yongjiufabuye.chinazhangsan.ccwu.cc/">如果没有自动跳转,请点击这里</a></p>
13
+ </body>
14
+ </html>
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "link-status-page",
3
+ "version": "0.0.1",
4
+ "description": "小星星爱导航永久发布页",
5
+ "private": false,
6
+ "license": "UNLICENSED",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/chinazhangsan999-crypto/control-center-fabuye.git"
10
+ },
11
+ "files": [
12
+ "index.html",
13
+ "README.md"
14
+ ],
15
+ "publishConfig": {
16
+ "access": "public"
17
+ }
18
+ }