@agent-link/server 0.1.453 → 0.1.454
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 +1 -1
- package/web/dist/assets/{cssMode-BLh3BkiN.js → cssMode-DVI_wOhr.js} +1 -1
- package/web/dist/assets/{editor.main-ur_MnPny.js → editor.main-DNMHC3Uq.js} +3 -3
- package/web/dist/assets/{freemarker2-B_RSjyX0.js → freemarker2-BHxjvdBy.js} +1 -1
- package/web/dist/assets/{handlebars-zIchPCaS.js → handlebars-B8dVr0nU.js} +1 -1
- package/web/dist/assets/{html-DFNQraKz.js → html-DMol-i1u.js} +1 -1
- package/web/dist/assets/{htmlMode-CwN53bYL.js → htmlMode-Dff6gfbm.js} +1 -1
- package/web/dist/assets/index-CPbX69_i.css +32 -0
- package/web/dist/assets/{index-DRkqd4-o.js → index-DSwbPV5R.js} +5 -5
- package/web/dist/assets/{javascript-BkfDPLQG.js → javascript-XEu-o29J.js} +1 -1
- package/web/dist/assets/{jsonMode-B8HHE1Cg.js → jsonMode-BE5K8ejB.js} +1 -1
- package/web/dist/assets/{liquid-CvxhAWqI.js → liquid-B3R3ZqPu.js} +1 -1
- package/web/dist/assets/{lspLanguageFeatures-AzA3Ecqt.js → lspLanguageFeatures-CFPvGzEd.js} +1 -1
- package/web/dist/assets/{mdx-Cl1xtr6j.js → mdx-BQdsscNl.js} +1 -1
- package/web/dist/assets/{python-BHE_KoFt.js → python-C83tJO8h.js} +1 -1
- package/web/dist/assets/{razor-Bn34euyX.js → razor-C3JpgT8-.js} +1 -1
- package/web/dist/assets/{tsMode-BpigEhU_.js → tsMode-BHpUpMlo.js} +1 -1
- package/web/dist/assets/{typescript-CzT0lbtS.js → typescript-DpRr3rvG.js} +1 -1
- package/web/dist/assets/{xml-BK7mpvuN.js → xml-BNTVl4GI.js} +1 -1
- package/web/dist/assets/{yaml-CMvQmVs0.js → yaml-Dk317No7.js} +1 -1
- package/web/dist/index.html +2 -2
- package/web/dist/landing.html +11 -6
- package/web/dist/landing.zh.html +12 -5
- package/web/dist/vendor/SpaceGrotesk-latin-ext.woff2 +0 -0
- package/web/dist/vendor/SpaceGrotesk-latin.woff2 +0 -0
- package/web/dist/vendor/SpaceGrotesk-vietnamese.woff2 +0 -0
- package/web/dist/assets/index-DoBAJyjP.css +0 -32
|
@@ -1 +1 @@
|
|
|
1
|
-
import{l as e}from"./editor.main-
|
|
1
|
+
import{l as e}from"./editor.main-DNMHC3Uq.js";import"./index-DSwbPV5R.js";const n={comments:{lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{offSide:!0},onEnterRules:[{beforeText:/:\s*$/,action:{indentAction:e.IndentAction.Indent}}]},t={tokenPostfix:".yaml",brackets:[{token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.square",open:"[",close:"]"}],keywords:["true","True","TRUE","false","False","FALSE","null","Null","Null","~"],numberInteger:/(?:0|[+-]?[0-9]+)/,numberFloat:/(?:0|[+-]?[0-9]+)(?:\.[0-9]+)?(?:e[-+][1-9][0-9]*)?/,numberOctal:/0o[0-7]+/,numberHex:/0x[0-9a-fA-F]+/,numberInfinity:/[+-]?\.(?:inf|Inf|INF)/,numberNaN:/\.(?:nan|Nan|NAN)/,numberDate:/\d{4}-\d\d-\d\d([Tt ]\d\d:\d\d:\d\d(\.\d+)?(( ?[+-]\d\d?(:\d\d)?)|Z)?)?/,escapes:/\\(?:[btnfr\\"']|[0-7][0-7]?|[0-3][0-7]{2})/,tokenizer:{root:[{include:"@whitespace"},{include:"@comment"},[/%[^ ]+.*$/,"meta.directive"],[/---/,"operators.directivesEnd"],[/\.{3}/,"operators.documentEnd"],[/[-?:](?= )/,"operators"],{include:"@anchor"},{include:"@tagHandle"},{include:"@flowCollections"},{include:"@blockStyle"},[/@numberInteger(?![ \t]*\S+)/,"number"],[/@numberFloat(?![ \t]*\S+)/,"number.float"],[/@numberOctal(?![ \t]*\S+)/,"number.octal"],[/@numberHex(?![ \t]*\S+)/,"number.hex"],[/@numberInfinity(?![ \t]*\S+)/,"number.infinity"],[/@numberNaN(?![ \t]*\S+)/,"number.nan"],[/@numberDate(?![ \t]*\S+)/,"number.date"],[/(".*?"|'.*?'|[^#'"]*?)([ \t]*)(:)( |$)/,["type","white","operators","white"]],{include:"@flowScalars"},[/.+?(?=(\s+#|$))/,{cases:{"@keywords":"keyword","@default":"string"}}]],object:[{include:"@whitespace"},{include:"@comment"},[/\}/,"@brackets","@pop"],[/,/,"delimiter.comma"],[/:(?= )/,"operators"],[/(?:".*?"|'.*?'|[^,\{\[]+?)(?=: )/,"type"],{include:"@flowCollections"},{include:"@flowScalars"},{include:"@tagHandle"},{include:"@anchor"},{include:"@flowNumber"},[/[^\},]+/,{cases:{"@keywords":"keyword","@default":"string"}}]],array:[{include:"@whitespace"},{include:"@comment"},[/\]/,"@brackets","@pop"],[/,/,"delimiter.comma"],{include:"@flowCollections"},{include:"@flowScalars"},{include:"@tagHandle"},{include:"@anchor"},{include:"@flowNumber"},[/[^\],]+/,{cases:{"@keywords":"keyword","@default":"string"}}]],multiString:[[/^( +).+$/,"string","@multiStringContinued.$1"]],multiStringContinued:[[/^( *).+$/,{cases:{"$1==$S2":"string","@default":{token:"@rematch",next:"@popall"}}}]],whitespace:[[/[ \t\r\n]+/,"white"]],comment:[[/#.*$/,"comment"]],flowCollections:[[/\[/,"@brackets","@array"],[/\{/,"@brackets","@object"]],flowScalars:[[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/'[^']*'/,"string"],[/"/,"string","@doubleQuotedString"]],doubleQuotedString:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],blockStyle:[[/[>|][0-9]*[+-]?$/,"operators","@multiString"]],flowNumber:[[/@numberInteger(?=[ \t]*[,\]\}])/,"number"],[/@numberFloat(?=[ \t]*[,\]\}])/,"number.float"],[/@numberOctal(?=[ \t]*[,\]\}])/,"number.octal"],[/@numberHex(?=[ \t]*[,\]\}])/,"number.hex"],[/@numberInfinity(?=[ \t]*[,\]\}])/,"number.infinity"],[/@numberNaN(?=[ \t]*[,\]\}])/,"number.nan"],[/@numberDate(?=[ \t]*[,\]\}])/,"number.date"]],tagHandle:[[/\![^ ]*/,"tag"]],anchor:[[/[&*][^ ]+/,"namespace"]]}};export{n as conf,t as language};
|
package/web/dist/index.html
CHANGED
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
: './vendor/github-dark.min.css';
|
|
58
58
|
})();
|
|
59
59
|
</script>
|
|
60
|
-
<script type="module" crossorigin src="./assets/index-
|
|
61
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
60
|
+
<script type="module" crossorigin src="./assets/index-DSwbPV5R.js"></script>
|
|
61
|
+
<link rel="stylesheet" crossorigin href="./assets/index-CPbX69_i.css">
|
|
62
62
|
</head>
|
|
63
63
|
<body>
|
|
64
64
|
<div id="app"></div>
|
package/web/dist/landing.html
CHANGED
|
@@ -40,7 +40,13 @@
|
|
|
40
40
|
}
|
|
41
41
|
</script>
|
|
42
42
|
<style>
|
|
43
|
-
@
|
|
43
|
+
@font-face {
|
|
44
|
+
font-family: 'Space Grotesk';
|
|
45
|
+
font-style: normal;
|
|
46
|
+
font-weight: 300 700;
|
|
47
|
+
font-display: swap;
|
|
48
|
+
src: url('/vendor/SpaceGrotesk-latin.woff2') format('woff2');
|
|
49
|
+
}
|
|
44
50
|
|
|
45
51
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
46
52
|
|
|
@@ -56,7 +62,7 @@
|
|
|
56
62
|
}
|
|
57
63
|
|
|
58
64
|
body {
|
|
59
|
-
font-family: '
|
|
65
|
+
font-family: 'Space Grotesk', system-ui, sans-serif;
|
|
60
66
|
background: var(--bg);
|
|
61
67
|
color: var(--text);
|
|
62
68
|
line-height: 1.6;
|
|
@@ -238,8 +244,7 @@
|
|
|
238
244
|
|
|
239
245
|
.terminal-body {
|
|
240
246
|
padding: 1rem 1.25rem;
|
|
241
|
-
font-family: '
|
|
242
|
-
font-size: 0.82rem;
|
|
247
|
+
font-family: Consolas, 'Courier New', monospace;
|
|
243
248
|
line-height: 1.8;
|
|
244
249
|
color: #e2e8f0;
|
|
245
250
|
}
|
|
@@ -283,7 +288,7 @@
|
|
|
283
288
|
transition: all 0.3s;
|
|
284
289
|
pointer-events: none;
|
|
285
290
|
z-index: 100;
|
|
286
|
-
font-family: '
|
|
291
|
+
font-family: 'Space Grotesk', system-ui, sans-serif;
|
|
287
292
|
}
|
|
288
293
|
|
|
289
294
|
.terminal-copy-toast.show {
|
|
@@ -467,7 +472,7 @@
|
|
|
467
472
|
display: flex;
|
|
468
473
|
align-items: center;
|
|
469
474
|
gap: 0.5rem;
|
|
470
|
-
font-family: '
|
|
475
|
+
font-family: Consolas, 'Courier New', monospace;
|
|
471
476
|
font-size: 0.72rem;
|
|
472
477
|
color: var(--text-secondary);
|
|
473
478
|
margin-bottom: 1rem;
|
package/web/dist/landing.zh.html
CHANGED
|
@@ -42,7 +42,14 @@
|
|
|
42
42
|
}
|
|
43
43
|
</script>
|
|
44
44
|
<style>
|
|
45
|
-
@
|
|
45
|
+
@font-face {
|
|
46
|
+
font-family: 'Space Grotesk';
|
|
47
|
+
font-style: normal;
|
|
48
|
+
font-weight: 300 700;
|
|
49
|
+
font-display: swap;
|
|
50
|
+
src: url('/vendor/SpaceGrotesk-latin.woff2') format('woff2');
|
|
51
|
+
}
|
|
52
|
+
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap');
|
|
46
53
|
|
|
47
54
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
48
55
|
|
|
@@ -58,7 +65,7 @@
|
|
|
58
65
|
}
|
|
59
66
|
|
|
60
67
|
body {
|
|
61
|
-
font-family: 'Noto Sans SC', '
|
|
68
|
+
font-family: 'Noto Sans SC', 'Space Grotesk', system-ui, sans-serif;
|
|
62
69
|
background: var(--bg);
|
|
63
70
|
color: var(--text);
|
|
64
71
|
line-height: 1.6;
|
|
@@ -240,7 +247,7 @@
|
|
|
240
247
|
|
|
241
248
|
.terminal-body {
|
|
242
249
|
padding: 1rem 1.25rem;
|
|
243
|
-
font-family: '
|
|
250
|
+
font-family: Consolas, 'Courier New', monospace;
|
|
244
251
|
font-size: 0.82rem;
|
|
245
252
|
line-height: 1.8;
|
|
246
253
|
color: #e2e8f0;
|
|
@@ -285,7 +292,7 @@
|
|
|
285
292
|
transition: all 0.3s;
|
|
286
293
|
pointer-events: none;
|
|
287
294
|
z-index: 100;
|
|
288
|
-
font-family: 'Noto Sans SC', '
|
|
295
|
+
font-family: 'Noto Sans SC', 'Space Grotesk', system-ui, sans-serif;
|
|
289
296
|
}
|
|
290
297
|
|
|
291
298
|
.terminal-copy-toast.show {
|
|
@@ -469,7 +476,7 @@
|
|
|
469
476
|
display: flex;
|
|
470
477
|
align-items: center;
|
|
471
478
|
gap: 0.5rem;
|
|
472
|
-
font-family: '
|
|
479
|
+
font-family: Consolas, 'Courier New', monospace;
|
|
473
480
|
font-size: 0.72rem;
|
|
474
481
|
color: var(--text-secondary);
|
|
475
482
|
margin-bottom: 1rem;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|