@customize-agent/server 4.2.5 → 4.2.6
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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +65 -47
- package/.next/prerender-manifest.json +3 -3
- package/.next/routes-manifest.json +6 -0
- package/.next/server/chunks/1936.js +4 -4
- package/.next/server/chunks/208.js +61 -0
- package/.next/server/chunks/2405.js +87 -0
- package/.next/server/chunks/2484.js +1 -0
- package/.next/server/chunks/4680.js +48 -0
- package/.next/server/chunks/5284.js +36 -157
- package/.next/server/chunks/8204.js +1 -1
- package/.next/server/chunks/8661.js +1 -1
- package/.next/server/chunks/9227.js +1 -0
- package/.next/server/chunks/9301.js +3 -3
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages/_error.js +1 -1
- package/.next/server/pages/api/assets/generated/preview.js +1 -1
- package/.next/server/pages/api/assets/generated/preview.js.nft.json +1 -1
- package/.next/server/pages/api/assets/generated.js +1 -1
- package/.next/server/pages/api/assets/generated.js.nft.json +1 -1
- package/.next/server/pages/api/config/embedding/healthCheck.js.nft.json +1 -1
- package/.next/server/pages/api/documents/chapter/regenerate.js +1 -1
- package/.next/server/pages/api/documents/chapter/regenerate.js.nft.json +1 -1
- package/.next/server/pages/api/documents/export.js +3 -3
- package/.next/server/pages/api/documents/export.js.nft.json +1 -1
- package/.next/server/pages/api/documents/generate.js +2 -2
- package/.next/server/pages/api/documents/generate.js.nft.json +1 -1
- package/.next/server/pages/api/documents/generated/[id].js +1 -1
- package/.next/server/pages/api/documents/generated/[id].js.nft.json +1 -1
- package/.next/server/pages/api/documents/generated.js +1 -1
- package/.next/server/pages/api/documents/generated.js.nft.json +1 -1
- package/.next/server/pages/api/documents/templates.js +1 -1
- package/.next/server/pages/api/documents/templates.js.nft.json +1 -1
- package/.next/server/pages/api/jobs/[id].js +3 -3
- package/.next/server/pages/api/jobs/[id].js.nft.json +1 -1
- package/.next/server/pages/api/jobs.js +3 -3
- package/.next/server/pages/api/jobs.js.nft.json +1 -1
- package/.next/server/pages/api/kb/categories.js +2 -2
- package/.next/server/pages/api/kb/categories.js.nft.json +1 -1
- package/.next/server/pages/api/kb/duplicates.js +2 -2
- package/.next/server/pages/api/kb/duplicates.js.nft.json +1 -1
- package/.next/server/pages/api/kb/evaluate.js +2 -2
- package/.next/server/pages/api/kb/evaluate.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/detail.js +3 -3
- package/.next/server/pages/api/kb/files/detail.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/open.js +2 -2
- package/.next/server/pages/api/kb/files/open.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/preview-pdf-page.js +2 -2
- package/.next/server/pages/api/kb/files/preview-pdf-page.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/reindex.js +1 -1
- package/.next/server/pages/api/kb/files/reindex.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/search.js +2 -2
- package/.next/server/pages/api/kb/files/search.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files/tree.js +2 -2
- package/.next/server/pages/api/kb/files/tree.js.nft.json +1 -1
- package/.next/server/pages/api/kb/files.js +3 -3
- package/.next/server/pages/api/kb/files.js.nft.json +1 -1
- package/.next/server/pages/api/kb/ignore.js +2 -2
- package/.next/server/pages/api/kb/ignore.js.nft.json +1 -1
- package/.next/server/pages/api/kb/intelligence.js +1 -1
- package/.next/server/pages/api/kb/intelligence.js.nft.json +1 -1
- package/.next/server/pages/api/kb/operations.js +3 -3
- package/.next/server/pages/api/kb/operations.js.nft.json +1 -1
- package/.next/server/pages/api/kb/reindex.js +1 -1
- package/.next/server/pages/api/kb/reindex.js.nft.json +1 -1
- package/.next/server/pages/api/kb/search.js +2 -2
- package/.next/server/pages/api/kb/search.js.nft.json +1 -1
- package/.next/server/pages/api/kb/stats.js +2 -2
- package/.next/server/pages/api/kb/stats.js.nft.json +1 -1
- package/.next/server/pages/api/kb/tags.js +2 -2
- package/.next/server/pages/api/kb/tags.js.nft.json +1 -1
- package/.next/server/pages/api/kb/upload/complete.js +1 -1
- package/.next/server/pages/api/kb/upload/complete.js.nft.json +1 -1
- package/.next/server/pages/api/kb/upload/progress.js +3 -3
- package/.next/server/pages/api/kb/upload/progress.js.nft.json +1 -1
- package/.next/server/pages/api/kb/upload.js +1 -1
- package/.next/server/pages/api/kb/upload.js.nft.json +1 -1
- package/.next/server/pages/api/prompt.js +1 -1
- package/.next/server/pages/api/prompt.js.nft.json +1 -1
- package/.next/server/pages/api/template-references.js +1 -0
- package/.next/server/pages/api/template-references.js.nft.json +1 -0
- package/.next/server/pages/asset-library.html +1 -1
- package/.next/server/pages/document-roles.html +1 -1
- package/.next/server/pages/documents.html +1 -1
- package/.next/server/pages/guide.html +1 -1
- package/.next/server/pages/index.html +1 -1
- package/.next/server/pages/knowledge/file-detail.html +1 -1
- package/.next/server/pages/knowledge/files.html +1 -1
- package/.next/server/pages/knowledge/manage.html +1 -1
- package/.next/server/pages/knowledge.html +1 -1
- package/.next/server/pages/models.html +1 -1
- package/.next/server/pages/overview.html +1 -1
- package/.next/server/pages/prompt.html +1 -1
- package/.next/server/pages/settings.html +1 -1
- package/.next/server/pages/system/logs.html +1 -1
- package/.next/server/pages/template-references.html +1 -0
- package/.next/server/pages/template-references.js.nft.json +1 -0
- package/.next/server/pages-manifest.json +32 -30
- package/.next/static/XgGKtqmwpahXYicc2ieXW/_buildManifest.js +1 -0
- package/.next/static/chunks/102-881dcc464f983c89.js +41 -0
- package/.next/static/chunks/{7-20bcc985742a9ae1.js → 224-790cf01fcf6820ee.js} +2 -2
- package/.next/static/chunks/260-244c94eacd903620.js +1 -0
- package/.next/static/chunks/289-42781fb699646699.js +38 -0
- package/.next/static/chunks/592-c667dfd191c1ea0c.js +24 -0
- package/.next/static/chunks/69-34d57b77fd2eed20.js +1 -0
- package/.next/static/chunks/700-5d29b0475311f590.js +1 -0
- package/.next/static/chunks/788-e98701da4d6ca319.js +1 -0
- package/.next/static/chunks/{795-cd94e8d4e9768eb9.js → 795-61fe67c7203b6001.js} +1 -1
- package/.next/static/chunks/930-0436dcaa92fb41f6.js +1 -0
- package/.next/static/chunks/986-771dc425e7b25964.js +8 -0
- package/.next/static/chunks/pages/{_app-1511aa64f9299003.js → _app-55467a8f660aa065.js} +17 -17
- package/.next/static/chunks/pages/{asset-library-a1047694e888e655.js → asset-library-f6319fc04559e43d.js} +1 -1
- package/.next/static/chunks/pages/document-roles-4ccb2db16dc4b63c.js +1 -0
- package/.next/static/chunks/pages/documents-f9880371363a534c.js +1 -0
- package/.next/static/chunks/pages/guide-a73d8eea2cba97e1.js +1 -0
- package/.next/static/chunks/pages/knowledge/{file-detail-02cd5d87cd1d1c5d.js → file-detail-3a04722f7720abf5.js} +1 -1
- package/.next/static/chunks/pages/knowledge/files-3ba329d8e6335929.js +1 -0
- package/.next/static/chunks/pages/knowledge/manage-558987c599dc4cd5.js +1 -0
- package/.next/static/chunks/pages/{models-aa250428e72433df.js → models-e6f755b68bff8515.js} +1 -1
- package/.next/static/chunks/pages/prompt-839287c514595765.js +1 -0
- package/.next/static/chunks/pages/{settings-810eb1a6cf1a6b02.js → settings-17632b1471b4862f.js} +1 -1
- package/.next/static/chunks/pages/system/logs-2e849bcdf371d791.js +1 -0
- package/.next/static/chunks/pages/template-references-68b9bd99fc910922.js +1 -0
- package/.next/static/css/10c378422f47671a.css +1 -0
- package/messages/en-US.json +57 -1
- package/messages/zh-CN.json +57 -1
- package/package.json +10 -11
- package/scripts/kb-index-worker.cjs +8 -90
- package/.next/package.json +0 -1
- package/.next/server/chunks/6071.js +0 -69
- package/.next/static/chunks/187-358527d7061417bf.js +0 -1
- package/.next/static/chunks/230-8184e70eae35f2bb.js +0 -1
- package/.next/static/chunks/289-35ac595388bbd018.js +0 -78
- package/.next/static/chunks/563-b12f299d34bb9e44.js +0 -1
- package/.next/static/chunks/665-88e20299084b9e73.js +0 -1
- package/.next/static/chunks/788-3afeb069ed706ac0.js +0 -1
- package/.next/static/chunks/957-7c7f05f1c2ccfb96.js +0 -8
- package/.next/static/chunks/pages/document-roles-5620a98d6312f81c.js +0 -1
- package/.next/static/chunks/pages/documents-a2ccb31a69a78d98.js +0 -1
- package/.next/static/chunks/pages/guide-b847733a9a832c2c.js +0 -1
- package/.next/static/chunks/pages/knowledge/files-0d9a0d407b38a0a3.js +0 -1
- package/.next/static/chunks/pages/knowledge/manage-a00bb7fc6a76f820.js +0 -1
- package/.next/static/chunks/pages/prompt-224af05519ef8304.js +0 -1
- package/.next/static/chunks/pages/system/logs-6f45ef8d862759a2.js +0 -1
- package/.next/static/css/3f9e41b5c0ba95f7.css +0 -1
- package/.next/static/mvAsRk5Gy-Q_z_e6HUGRA/_buildManifest.js +0 -1
- /package/.next/static/{mvAsRk5Gy-Q_z_e6HUGRA → XgGKtqmwpahXYicc2ieXW}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
XgGKtqmwpahXYicc2ieXW
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/XgGKtqmwpahXYicc2ieXW/_buildManifest.js",
|
|
9
|
+
"static/XgGKtqmwpahXYicc2ieXW/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"rootMainFilesTree": {},
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
"static/chunks/framework-161be364fd69a7ce.js",
|
|
17
17
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
18
18
|
"static/chunks/880-64d8a15c524106d2.js",
|
|
19
|
-
"static/chunks/795-
|
|
19
|
+
"static/chunks/795-61fe67c7203b6001.js",
|
|
20
20
|
"static/chunks/pages/index-cb27bfa36c212ab5.js"
|
|
21
21
|
],
|
|
22
22
|
"/_app": [
|
|
23
23
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
24
24
|
"static/chunks/framework-161be364fd69a7ce.js",
|
|
25
25
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
26
|
-
"static/css/
|
|
27
|
-
"static/chunks/pages/_app-
|
|
26
|
+
"static/css/10c378422f47671a.css",
|
|
27
|
+
"static/chunks/pages/_app-55467a8f660aa065.js"
|
|
28
28
|
],
|
|
29
29
|
"/_error": [
|
|
30
30
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
@@ -38,12 +38,13 @@
|
|
|
38
38
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
39
39
|
"static/chunks/717-743b697a417dd5ee.js",
|
|
40
40
|
"static/chunks/883-506cbca959974997.js",
|
|
41
|
-
"static/chunks/
|
|
42
|
-
"static/chunks/
|
|
43
|
-
"static/chunks/
|
|
44
|
-
"static/chunks/
|
|
41
|
+
"static/chunks/69-34d57b77fd2eed20.js",
|
|
42
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
43
|
+
"static/chunks/224-790cf01fcf6820ee.js",
|
|
44
|
+
"static/chunks/102-881dcc464f983c89.js",
|
|
45
|
+
"static/chunks/289-42781fb699646699.js",
|
|
45
46
|
"static/chunks/994-241f87efc61005b8.js",
|
|
46
|
-
"static/chunks/pages/asset-library-
|
|
47
|
+
"static/chunks/pages/asset-library-f6319fc04559e43d.js"
|
|
47
48
|
],
|
|
48
49
|
"/document-roles": [
|
|
49
50
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
@@ -51,15 +52,16 @@
|
|
|
51
52
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
52
53
|
"static/chunks/717-743b697a417dd5ee.js",
|
|
53
54
|
"static/chunks/883-506cbca959974997.js",
|
|
54
|
-
"static/chunks/
|
|
55
|
+
"static/chunks/69-34d57b77fd2eed20.js",
|
|
56
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
55
57
|
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
56
|
-
"static/chunks/
|
|
57
|
-
"static/chunks/7-20bcc985742a9ae1.js",
|
|
58
|
-
"static/chunks/289-35ac595388bbd018.js",
|
|
58
|
+
"static/chunks/224-790cf01fcf6820ee.js",
|
|
59
59
|
"static/chunks/787-c18af810af3433f6.js",
|
|
60
|
+
"static/chunks/102-881dcc464f983c89.js",
|
|
60
61
|
"static/chunks/195-2c0168eacab722d2.js",
|
|
62
|
+
"static/chunks/289-42781fb699646699.js",
|
|
61
63
|
"static/chunks/455-e1b41ac4946d2b6f.js",
|
|
62
|
-
"static/chunks/pages/document-roles-
|
|
64
|
+
"static/chunks/pages/document-roles-4ccb2db16dc4b63c.js"
|
|
63
65
|
],
|
|
64
66
|
"/documents": [
|
|
65
67
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
@@ -67,26 +69,26 @@
|
|
|
67
69
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
68
70
|
"static/chunks/717-743b697a417dd5ee.js",
|
|
69
71
|
"static/chunks/883-506cbca959974997.js",
|
|
70
|
-
"static/chunks/
|
|
72
|
+
"static/chunks/69-34d57b77fd2eed20.js",
|
|
73
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
71
74
|
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
72
|
-
"static/chunks/
|
|
73
|
-
"static/chunks/7-20bcc985742a9ae1.js",
|
|
75
|
+
"static/chunks/224-790cf01fcf6820ee.js",
|
|
74
76
|
"static/chunks/787-c18af810af3433f6.js",
|
|
75
77
|
"static/chunks/195-2c0168eacab722d2.js",
|
|
76
78
|
"static/chunks/455-e1b41ac4946d2b6f.js",
|
|
77
79
|
"static/chunks/506-93f730bc149d0dce.js",
|
|
78
|
-
"static/chunks/
|
|
79
|
-
"static/chunks/pages/documents-
|
|
80
|
+
"static/chunks/930-0436dcaa92fb41f6.js",
|
|
81
|
+
"static/chunks/pages/documents-f9880371363a534c.js"
|
|
80
82
|
],
|
|
81
83
|
"/guide": [
|
|
82
84
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
83
85
|
"static/chunks/framework-161be364fd69a7ce.js",
|
|
84
86
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
85
87
|
"static/chunks/717-743b697a417dd5ee.js",
|
|
86
|
-
"static/chunks/
|
|
88
|
+
"static/chunks/69-34d57b77fd2eed20.js",
|
|
87
89
|
"static/chunks/787-c18af810af3433f6.js",
|
|
88
|
-
"static/chunks/
|
|
89
|
-
"static/chunks/pages/guide-
|
|
90
|
+
"static/chunks/986-771dc425e7b25964.js",
|
|
91
|
+
"static/chunks/pages/guide-a73d8eea2cba97e1.js"
|
|
90
92
|
],
|
|
91
93
|
"/knowledge": [
|
|
92
94
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
@@ -100,16 +102,17 @@
|
|
|
100
102
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
101
103
|
"static/chunks/717-743b697a417dd5ee.js",
|
|
102
104
|
"static/chunks/883-506cbca959974997.js",
|
|
103
|
-
"static/chunks/
|
|
105
|
+
"static/chunks/69-34d57b77fd2eed20.js",
|
|
106
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
104
107
|
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
105
|
-
"static/chunks/
|
|
106
|
-
"static/chunks/7-20bcc985742a9ae1.js",
|
|
107
|
-
"static/chunks/289-35ac595388bbd018.js",
|
|
108
|
+
"static/chunks/224-790cf01fcf6820ee.js",
|
|
108
109
|
"static/chunks/787-c18af810af3433f6.js",
|
|
110
|
+
"static/chunks/102-881dcc464f983c89.js",
|
|
111
|
+
"static/chunks/289-42781fb699646699.js",
|
|
109
112
|
"static/chunks/506-93f730bc149d0dce.js",
|
|
110
113
|
"static/chunks/850-0f48354694fc6b3e.js",
|
|
111
114
|
"static/css/ad5a592c79d1448b.css",
|
|
112
|
-
"static/chunks/pages/knowledge/file-detail-
|
|
115
|
+
"static/chunks/pages/knowledge/file-detail-3a04722f7720abf5.js"
|
|
113
116
|
],
|
|
114
117
|
"/knowledge/files": [
|
|
115
118
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
@@ -117,13 +120,14 @@
|
|
|
117
120
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
118
121
|
"static/chunks/717-743b697a417dd5ee.js",
|
|
119
122
|
"static/chunks/883-506cbca959974997.js",
|
|
120
|
-
"static/chunks/
|
|
123
|
+
"static/chunks/69-34d57b77fd2eed20.js",
|
|
124
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
121
125
|
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
122
|
-
"static/chunks/
|
|
123
|
-
"static/chunks/
|
|
124
|
-
"static/chunks/289-
|
|
126
|
+
"static/chunks/224-790cf01fcf6820ee.js",
|
|
127
|
+
"static/chunks/102-881dcc464f983c89.js",
|
|
128
|
+
"static/chunks/289-42781fb699646699.js",
|
|
125
129
|
"static/css/ad5a592c79d1448b.css",
|
|
126
|
-
"static/chunks/pages/knowledge/files-
|
|
130
|
+
"static/chunks/pages/knowledge/files-3ba329d8e6335929.js"
|
|
127
131
|
],
|
|
128
132
|
"/knowledge/manage": [
|
|
129
133
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
@@ -131,11 +135,11 @@
|
|
|
131
135
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
132
136
|
"static/chunks/717-743b697a417dd5ee.js",
|
|
133
137
|
"static/chunks/883-506cbca959974997.js",
|
|
134
|
-
"static/chunks/
|
|
138
|
+
"static/chunks/69-34d57b77fd2eed20.js",
|
|
135
139
|
"static/chunks/787-c18af810af3433f6.js",
|
|
136
140
|
"static/chunks/506-93f730bc149d0dce.js",
|
|
137
|
-
"static/chunks/788-
|
|
138
|
-
"static/chunks/pages/knowledge/manage-
|
|
141
|
+
"static/chunks/788-e98701da4d6ca319.js",
|
|
142
|
+
"static/chunks/pages/knowledge/manage-558987c599dc4cd5.js"
|
|
139
143
|
],
|
|
140
144
|
"/models": [
|
|
141
145
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
@@ -147,14 +151,14 @@
|
|
|
147
151
|
"static/chunks/195-2c0168eacab722d2.js",
|
|
148
152
|
"static/chunks/455-e1b41ac4946d2b6f.js",
|
|
149
153
|
"static/chunks/827-a6dc09e42833e6a3.js",
|
|
150
|
-
"static/chunks/pages/models-
|
|
154
|
+
"static/chunks/pages/models-e6f755b68bff8515.js"
|
|
151
155
|
],
|
|
152
156
|
"/overview": [
|
|
153
157
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
154
158
|
"static/chunks/framework-161be364fd69a7ce.js",
|
|
155
159
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
156
160
|
"static/chunks/880-64d8a15c524106d2.js",
|
|
157
|
-
"static/chunks/795-
|
|
161
|
+
"static/chunks/795-61fe67c7203b6001.js",
|
|
158
162
|
"static/chunks/pages/overview-8713b5d37af0eeb3.js"
|
|
159
163
|
],
|
|
160
164
|
"/prompt": [
|
|
@@ -163,17 +167,17 @@
|
|
|
163
167
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
164
168
|
"static/chunks/717-743b697a417dd5ee.js",
|
|
165
169
|
"static/chunks/883-506cbca959974997.js",
|
|
170
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
166
171
|
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
167
|
-
"static/chunks/563-b12f299d34bb9e44.js",
|
|
168
172
|
"static/chunks/195-2c0168eacab722d2.js",
|
|
169
|
-
"static/chunks/
|
|
170
|
-
"static/chunks/pages/prompt-
|
|
173
|
+
"static/chunks/260-244c94eacd903620.js",
|
|
174
|
+
"static/chunks/pages/prompt-839287c514595765.js"
|
|
171
175
|
],
|
|
172
176
|
"/settings": [
|
|
173
177
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
174
178
|
"static/chunks/framework-161be364fd69a7ce.js",
|
|
175
179
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
176
|
-
"static/chunks/pages/settings-
|
|
180
|
+
"static/chunks/pages/settings-17632b1471b4862f.js"
|
|
177
181
|
],
|
|
178
182
|
"/system/logs": [
|
|
179
183
|
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
@@ -181,13 +185,27 @@
|
|
|
181
185
|
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
182
186
|
"static/chunks/717-743b697a417dd5ee.js",
|
|
183
187
|
"static/chunks/883-506cbca959974997.js",
|
|
184
|
-
"static/chunks/
|
|
188
|
+
"static/chunks/69-34d57b77fd2eed20.js",
|
|
189
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
185
190
|
"static/chunks/44-d3545eedd5c75ef1.js",
|
|
186
|
-
"static/chunks/
|
|
187
|
-
"static/chunks/
|
|
188
|
-
"static/chunks/289-35ac595388bbd018.js",
|
|
191
|
+
"static/chunks/224-790cf01fcf6820ee.js",
|
|
192
|
+
"static/chunks/102-881dcc464f983c89.js",
|
|
189
193
|
"static/chunks/195-2c0168eacab722d2.js",
|
|
190
|
-
"static/chunks/
|
|
194
|
+
"static/chunks/289-42781fb699646699.js",
|
|
195
|
+
"static/chunks/pages/system/logs-2e849bcdf371d791.js"
|
|
196
|
+
],
|
|
197
|
+
"/template-references": [
|
|
198
|
+
"static/chunks/webpack-4224e970a97a4a86.js",
|
|
199
|
+
"static/chunks/framework-161be364fd69a7ce.js",
|
|
200
|
+
"static/chunks/main-91fb767ebd74c9c1.js",
|
|
201
|
+
"static/chunks/717-743b697a417dd5ee.js",
|
|
202
|
+
"static/chunks/69-34d57b77fd2eed20.js",
|
|
203
|
+
"static/chunks/700-5d29b0475311f590.js",
|
|
204
|
+
"static/chunks/787-c18af810af3433f6.js",
|
|
205
|
+
"static/chunks/102-881dcc464f983c89.js",
|
|
206
|
+
"static/chunks/195-2c0168eacab722d2.js",
|
|
207
|
+
"static/chunks/592-c667dfd191c1ea0c.js",
|
|
208
|
+
"static/chunks/pages/template-references-68b9bd99fc910922.js"
|
|
191
209
|
]
|
|
192
210
|
},
|
|
193
211
|
"ampFirstPages": []
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"routes": {},
|
|
4
4
|
"dynamicRoutes": {},
|
|
5
5
|
"preview": {
|
|
6
|
-
"previewModeId": "
|
|
7
|
-
"previewModeSigningKey": "
|
|
8
|
-
"previewModeEncryptionKey": "
|
|
6
|
+
"previewModeId": "8247d8de2d25216f1bd25fe7b6450dd5",
|
|
7
|
+
"previewModeSigningKey": "9ac4b05b926065bbf44a9a490185061aa7c1092ee0a1e548379a3a2c3ef9b033",
|
|
8
|
+
"previewModeEncryptionKey": "4f0d9bc49d562376d29fd50cf400e153be988ae99bc7d39874a25b28d60b1bf7"
|
|
9
9
|
},
|
|
10
10
|
"notFoundRoutes": []
|
|
11
11
|
}
|
|
@@ -139,6 +139,12 @@
|
|
|
139
139
|
"regex": "^/system/logs(?:/)?$",
|
|
140
140
|
"routeKeys": {},
|
|
141
141
|
"namedRegex": "^/system/logs(?:/)?$"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"page": "/template-references",
|
|
145
|
+
"regex": "^/template\\-references(?:/)?$",
|
|
146
|
+
"routeKeys": {},
|
|
147
|
+
"namedRegex": "^/template\\-references(?:/)?$"
|
|
142
148
|
}
|
|
143
149
|
],
|
|
144
150
|
"dataRoutes": [],
|