@shun-js/aibaiban-server 0.7.0 → 0.7.2
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/package.json +2 -2
- package/views/index.html +18 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shun-js/aibaiban-server",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "aibaiban.com server",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai aibaiban"
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"access": "public",
|
|
45
45
|
"registry": "https://registry.npmjs.org/"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "6f0f388064a5d84a5da46c2e9a0cf4e6b84d4dee"
|
|
48
48
|
}
|
package/views/index.html
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<meta name="robots" content="index, follow" />
|
|
20
20
|
|
|
21
21
|
<!-- Theme Color -->
|
|
22
|
-
<meta name="theme-color" content="#
|
|
22
|
+
<meta name="theme-color" content="#1677ff" />
|
|
23
23
|
<meta name="color-scheme" content="light dark" />
|
|
24
24
|
|
|
25
25
|
<!-- Open Graph / Facebook -->
|
|
@@ -89,10 +89,25 @@
|
|
|
89
89
|
]
|
|
90
90
|
}
|
|
91
91
|
</script>
|
|
92
|
+
<!-- Microsoft Clarity -->
|
|
93
|
+
<script type="text/javascript">
|
|
94
|
+
(function (c, l, a, r, i, t, y) {
|
|
95
|
+
c[a] =
|
|
96
|
+
c[a] ||
|
|
97
|
+
function () {
|
|
98
|
+
(c[a].q = c[a].q || []).push(arguments);
|
|
99
|
+
};
|
|
100
|
+
t = l.createElement(r);
|
|
101
|
+
t.async = 1;
|
|
102
|
+
t.src = 'https://www.clarity.ms/tag/' + i;
|
|
103
|
+
y = l.getElementsByTagName(r)[0];
|
|
104
|
+
y.parentNode.insertBefore(t, y);
|
|
105
|
+
})(window, document, 'clarity', 'script', 't5b230u2zp');
|
|
106
|
+
</script>
|
|
92
107
|
<script
|
|
93
108
|
type="module"
|
|
94
109
|
crossorigin
|
|
95
|
-
src="https://static-small.vincentqiao.com/aibaiban/static/index-
|
|
110
|
+
src="https://static-small.vincentqiao.com/aibaiban/static/index-C-9d_khE.js"
|
|
96
111
|
></script>
|
|
97
112
|
<link
|
|
98
113
|
rel="modulepreload"
|
|
@@ -122,7 +137,7 @@
|
|
|
122
137
|
<link
|
|
123
138
|
rel="stylesheet"
|
|
124
139
|
crossorigin
|
|
125
|
-
href="https://static-small.vincentqiao.com/aibaiban/static/styles/index-
|
|
140
|
+
href="https://static-small.vincentqiao.com/aibaiban/static/styles/index-yYPsNYxc.css"
|
|
126
141
|
/>
|
|
127
142
|
</head>
|
|
128
143
|
<body>
|