@abtnode/router-templates 1.16.34 → 1.16.35-beta-20241220-110602-f7ee8cba
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.
|
@@ -2,15 +2,15 @@ const getCommonTemplate = require('./common');
|
|
|
2
2
|
const getIcon = require('./util/get-icon');
|
|
3
3
|
|
|
4
4
|
module.exports = (blocklet, nodeInfo, adminURL) => {
|
|
5
|
-
let content = 'Please
|
|
5
|
+
let content = '<p style="color: #121212">Thanks for your patience. Please check back soon.</p>';
|
|
6
6
|
if (adminURL) {
|
|
7
|
-
content = `${content}
|
|
7
|
+
content = `${content} <p style="color: #121212"> If you're the <span style="font-weight:bold">site owner</span>, <a href="${
|
|
8
8
|
adminURL || '#'
|
|
9
|
-
}" alt="
|
|
9
|
+
}" alt="log in">log in</a> to launch this site.<p>`;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
return getCommonTemplate({
|
|
13
|
-
title: '
|
|
13
|
+
title: 'Something Awesome is Coming!',
|
|
14
14
|
icon: getIcon(blocklet),
|
|
15
15
|
appName: blocklet?.meta?.title,
|
|
16
16
|
pageTitle: `${blocklet?.meta?.title}`,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.
|
|
6
|
+
"version": "1.16.35-beta-20241220-110602-f7ee8cba",
|
|
7
7
|
"description": "Provide page templates for ABT Node router",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"license": "Apache-2.0",
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@arcblock/result-html-pages": "^2.11.1",
|
|
23
|
-
"@blocklet/meta": "1.16.
|
|
23
|
+
"@blocklet/meta": "1.16.35-beta-20241220-110602-f7ee8cba"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"jest": "^29.7.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "c2b7351da906ccb19cad15a5229196803df5c2ce"
|
|
29
29
|
}
|