Skip to content

Commit 8875f25

Browse files
committed
Deploy updated website with npm package integration
1 parent 35d3f5e commit 8875f25

File tree

9 files changed

+104
-0
lines changed

9 files changed

+104
-0
lines changed

asset-manifest.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"files": {
3+
"main.css": "/typescript-userscript-template/static/css/main.685ac775.css",
4+
"main.js": "/typescript-userscript-template/static/js/main.b2de42f9.js",
5+
"index.html": "/typescript-userscript-template/index.html",
6+
"main.685ac775.css.map": "/typescript-userscript-template/static/css/main.685ac775.css.map",
7+
"main.b2de42f9.js.map": "/typescript-userscript-template/static/js/main.b2de42f9.js.map"
8+
},
9+
"entrypoints": [
10+
"static/css/main.685ac775.css",
11+
"static/js/main.b2de42f9.js"
12+
]
13+
}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"/><link rel="icon" href="/typescript-userscript-template/logo.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#4f46e5"/><meta name="description" content="Typescript Userscript Template - 使用TypeScript开发油猴脚本的现代化模板"/><link rel="apple-touch-icon" href="/typescript-userscript-template/logo.png"/><link rel="manifest" href="/typescript-userscript-template/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet"><script async src="https://www.googletagmanager.com/gtag/js?id=G-JN2B8D9NZ4"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-JN2B8D9NZ4")</script><title>Typescript Userscript Template | 油猴脚本开发模板</title><script defer="defer" src="/typescript-userscript-template/static/js/main.b2de42f9.js"></script><link href="/typescript-userscript-template/static/css/main.685ac775.css" rel="stylesheet"></head><body><noscript>您需要启用JavaScript才能运行此应用。</noscript><div id="root"></div></body></html>

logo.png

23.2 KB
Loading

manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"short_name": "TS UserScript",
3+
"name": "TypeScript UserScript Template",
4+
"icons": [
5+
{
6+
"src": "favicon.svg",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/svg+xml"
9+
}
10+
],
11+
"start_url": ".",
12+
"display": "standalone",
13+
"theme_color": "#4f46e5",
14+
"background_color": "#ffffff"
15+
}

static/css/main.685ac775.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.685ac775.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.b2de42f9.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
/**
2+
* @license React
3+
* react-dom.production.min.js
4+
*
5+
* Copyright (c) Facebook, Inc. and its affiliates.
6+
*
7+
* This source code is licensed under the MIT license found in the
8+
* LICENSE file in the root directory of this source tree.
9+
*/
10+
11+
/**
12+
* @license React
13+
* react-jsx-runtime.production.min.js
14+
*
15+
* Copyright (c) Facebook, Inc. and its affiliates.
16+
*
17+
* This source code is licensed under the MIT license found in the
18+
* LICENSE file in the root directory of this source tree.
19+
*/
20+
21+
/**
22+
* @license React
23+
* react.production.min.js
24+
*
25+
* Copyright (c) Facebook, Inc. and its affiliates.
26+
*
27+
* This source code is licensed under the MIT license found in the
28+
* LICENSE file in the root directory of this source tree.
29+
*/
30+
31+
/**
32+
* @license React
33+
* scheduler.production.min.js
34+
*
35+
* Copyright (c) Facebook, Inc. and its affiliates.
36+
*
37+
* This source code is licensed under the MIT license found in the
38+
* LICENSE file in the root directory of this source tree.
39+
*/
40+
41+
/**
42+
* @license React
43+
* use-sync-external-store-shim.production.js
44+
*
45+
* Copyright (c) Meta Platforms, Inc. and affiliates.
46+
*
47+
* This source code is licensed under the MIT license found in the
48+
* LICENSE file in the root directory of this source tree.
49+
*/
50+
51+
/**
52+
* @license React
53+
* use-sync-external-store-shim/with-selector.production.js
54+
*
55+
* Copyright (c) Meta Platforms, Inc. and affiliates.
56+
*
57+
* This source code is licensed under the MIT license found in the
58+
* LICENSE file in the root directory of this source tree.
59+
*/
60+
61+
/**
62+
* Prism: Lightweight, robust, elegant syntax highlighting
63+
*
64+
* @license MIT <https://opensource.org/licenses/MIT>
65+
* @author Lea Verou <https://lea.verou.me>
66+
* @namespace
67+
* @public
68+
*/

static/js/main.b2de42f9.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)