@evomap/evolver-core 2.0.0 → 2.0.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/dist/algo/antiDistill.js +1 -167
- package/dist/algo/bans.js +1 -33
- package/dist/algo/candidateAssembly.js +1 -273
- package/dist/algo/capabilityCandidates.js +1 -146
- package/dist/algo/confidence.js +1 -196
- package/dist/algo/conversationSniffer.js +1 -149
- package/dist/algo/cycleEngine.js +1 -625
- package/dist/algo/cycleFailureClassifier.js +1 -112
- package/dist/algo/epigenetics.js +1 -41
- package/dist/algo/evolutionEvent.js +1 -24
- package/dist/algo/exploration.js +1 -68
- package/dist/algo/geneHealth.js +1 -17
- package/dist/algo/geneIntake.js +1 -128
- package/dist/algo/genePromotion.js +1 -53
- package/dist/algo/geneSelection.js +1 -546
- package/dist/algo/index.js +1 -22
- package/dist/algo/memoryGraph.js +1 -86
- package/dist/algo/mutation.js +1 -22
- package/dist/algo/orchestrator.js +1 -87
- package/dist/algo/publishEligibility.js +1 -52
- package/dist/algo/solidify.js +1 -63
- package/dist/algo/strategyPresets.js +1 -61
- package/dist/algo/ucb1.js +1 -156
- package/dist/benchmark/antiGeneBenchmark.js +1 -252
- package/dist/benchmark/antiGeneImpact.js +1 -34
- package/dist/benchmark/antiGeneRollout.js +1 -269
- package/dist/benchmark/benchmark.js +1 -26
- package/dist/benchmark/evolutionThesisSolver.js +1 -41
- package/dist/benchmark/index.js +1 -7
- package/dist/benchmark/selectionFlatAbstention.js +1 -481
- package/dist/benchmark/thesis.js +1 -150
- package/dist/benchmark/triggerShift.js +1 -106
- package/dist/cycle/cycleTimeline.js +1 -74
- package/dist/cycle/index.js +1 -2
- package/dist/cycle/stateMachine.js +1 -25
- package/dist/hub/agentDirectory.js +1 -104
- package/dist/hub/assetCallLog.js +1 -195
- package/dist/hub/bindings.js +1 -121
- package/dist/hub/capability.js +1 -1
- package/dist/hub/conversationDistiller.js +1 -264
- package/dist/hub/fake.js +1 -70
- package/dist/hub/hubReview.js +1 -106
- package/dist/hub/index.js +1 -11
- package/dist/hub/ingest.js +1 -15
- package/dist/hub/questionGenerator.js +1 -408
- package/dist/hub/reuseDecision.js +1 -127
- package/dist/hub/sanitize.js +1 -322
- package/dist/material/boundary.js +1 -14
- package/dist/material/consumer.js +1 -55
- package/dist/material/emit.js +1 -52
- package/dist/material/factory.js +1 -25
- package/dist/material/index.js +1 -9
- package/dist/material/materialArchive.js +1 -466
- package/dist/material/materialStore.js +1 -69
- package/dist/material/sampling.js +1 -39
- package/dist/material/sources.js +1 -33
- package/dist/material/watermark.js +1 -76
- package/dist/personality/drift.js +1 -106
- package/dist/personality/events.js +1 -37
- package/dist/personality/evolveOps.js +1 -93
- package/dist/personality/index.js +1 -11
- package/dist/personality/mutate.js +1 -39
- package/dist/personality/pivot.js +1 -22
- package/dist/personality/prompt.js +1 -62
- package/dist/personality/riskGate.js +1 -80
- package/dist/personality/schema.js +1 -119
- package/dist/personality/select.js +1 -71
- package/dist/personality/stats.js +1 -82
- package/dist/personality/store.js +1 -92
- package/dist/schema/common.js +1 -17
- package/dist/schema/evolutionGraph.js +1 -187
- package/dist/schema/index.js +1 -6
- package/dist/schema/material.js +1 -50
- package/dist/schema/problem.js +1 -45
- package/dist/schema/proofOfWork.js +1 -9
- package/dist/schema/signal.js +1 -19
- package/dist/signals/curriculum.js +1 -202
- package/dist/signals/cycleHistoryFromEvents.js +1 -105
- package/dist/signals/expand.js +1 -293
- package/dist/signals/extractor.js +1 -82
- package/dist/signals/index.js +1 -8
- package/dist/signals/metaSignals.js +1 -200
- package/dist/signals/signalGate.js +1 -40
- package/dist/signals/taskDomain.js +1 -43
- package/dist/signals/traceSignals.js +1 -123
- package/dist/strategy/constraintAblation.js +1 -2820
- package/dist/strategy/constraintAblationPredicates.js +1 -339
- package/dist/strategy/experiment.js +1 -63
- package/dist/strategy/index.js +1 -3
- package/dist/strategy/strategyPoint.js +1 -23
- package/package.json +1 -1
|
@@ -1,264 +1 @@
|
|
|
1
|
-
import { createHash } from 'node:crypto';
|
|
2
|
-
import { redactString } from './sanitize.js';
|
|
3
|
-
import { SCHEMA_VERSION, computeAssetId } from '../wire/index.js';
|
|
4
|
-
const DEFAULT_SIGNALS = [
|
|
5
|
-
'conversation_distillation',
|
|
6
|
-
'reusable_capability',
|
|
7
|
-
'agent_self_evolution',
|
|
8
|
-
];
|
|
9
|
-
const SIGNAL_RULES = [
|
|
10
|
-
{ signal: 'conversation_distillation', re: /\b(distill|distillation|distilled|蒸馏|提炼|萃取)\b/i },
|
|
11
|
-
{ signal: 'gene_publish', re: /\b(gene|capsule|evomap|evolver|gep)\b|基因|胶囊/i },
|
|
12
|
-
{ signal: 'reusable_capability', re: /\b(reusable|repeatable|workflow|playbook|capability)\b|可复用|复用|能力|流程/i },
|
|
13
|
-
{ signal: 'visual_annotation', re: /\b(screenshot|annotat|mock|wireframe|playwright|visual)\b|截图|圈圈|标注|画图|飞书/i },
|
|
14
|
-
{ signal: 'frontend_polish', re: /\b(frontend|ui|ux|interaction|polish|mockup)\b|前端|交互|打磨|体验/i },
|
|
15
|
-
{ signal: 'proxy_sync', re: /\b(proxy|sync|mailbox|outbound|hub|asset_submit)\b|同步|队列|代理/i },
|
|
16
|
-
{ signal: 'plugin_integration', re: /\b(plugin|codex|claude|cursor|antigravity|workbuddy|hook|notify)\b|插件|钩子/i },
|
|
17
|
-
{ signal: 'test_verified', re: /\b(test|build|verify|passed|green)\b|测试|验证|通过/i },
|
|
18
|
-
];
|
|
19
|
-
function asRecord(v) {
|
|
20
|
-
return v && typeof v === 'object' && !Array.isArray(v) ? v : {};
|
|
21
|
-
}
|
|
22
|
-
function trimText(value, max) {
|
|
23
|
-
const text = redactString(String(value ?? '').replace(/\s+/g, ' ').trim());
|
|
24
|
-
return text.length > max ? `${text.slice(0, max - 1)}…` : text;
|
|
25
|
-
}
|
|
26
|
-
function asArray(value) {
|
|
27
|
-
if (value === undefined || value === null || value === '')
|
|
28
|
-
return [];
|
|
29
|
-
return Array.isArray(value) ? value : [value];
|
|
30
|
-
}
|
|
31
|
-
function normalizeList(value, maxItems, maxLen) {
|
|
32
|
-
return asArray(value).map((item) => trimText(item, maxLen)).filter(Boolean).slice(0, maxItems);
|
|
33
|
-
}
|
|
34
|
-
function slugify(value) {
|
|
35
|
-
const raw = String(value || 'conversation-capability').toLowerCase();
|
|
36
|
-
const ascii = raw.replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '').replace(/-{2,}/g, '-');
|
|
37
|
-
if (ascii.length >= 8)
|
|
38
|
-
return ascii.slice(0, 56).replace(/-+$/g, '');
|
|
39
|
-
const hash = createHash('sha1').update(raw, 'utf8').digest('hex').slice(0, 8);
|
|
40
|
-
return `conversation-capability-${hash}`;
|
|
41
|
-
}
|
|
42
|
-
function hashInput(input) {
|
|
43
|
-
return createHash('sha1').update(JSON.stringify(input ?? {}), 'utf8').digest('hex').slice(0, 10);
|
|
44
|
-
}
|
|
45
|
-
export function inferSignals(text, providedSignals) {
|
|
46
|
-
const found = new Set(normalizeList(providedSignals, 12, 64));
|
|
47
|
-
for (const rule of SIGNAL_RULES)
|
|
48
|
-
if (rule.re.test(text))
|
|
49
|
-
found.add(rule.signal);
|
|
50
|
-
if (found.size === 0)
|
|
51
|
-
for (const signal of DEFAULT_SIGNALS)
|
|
52
|
-
found.add(signal);
|
|
53
|
-
return [...found].slice(0, 12);
|
|
54
|
-
}
|
|
55
|
-
function inferCategory(signals, text) {
|
|
56
|
-
const hay = `${signals.join(' ')} ${text}`.toLowerCase();
|
|
57
|
-
if (/proxy|sync|auth|error|failure|bug|repair|修复|故障/.test(hay))
|
|
58
|
-
return 'repair';
|
|
59
|
-
if (/new|plugin|integration|feature|capability|能力|新增/.test(hay))
|
|
60
|
-
return 'innovate';
|
|
61
|
-
return 'optimize';
|
|
62
|
-
}
|
|
63
|
-
function normalizeBlastRadius(value) {
|
|
64
|
-
const r = asRecord(value);
|
|
65
|
-
return {
|
|
66
|
-
files: Number.isFinite(Number(r['files'])) ? Number(r['files']) : 0,
|
|
67
|
-
lines: Number.isFinite(Number(r['lines'])) ? Number(r['lines']) : 0,
|
|
68
|
-
};
|
|
69
|
-
}
|
|
70
|
-
function normalizePublishBlastRadius(value, artifactCount) {
|
|
71
|
-
return {
|
|
72
|
-
files: Math.max(1, Math.trunc(value.files || artifactCount || 1)),
|
|
73
|
-
lines: Math.max(1, Math.trunc(value.lines || 1)),
|
|
74
|
-
};
|
|
75
|
-
}
|
|
76
|
-
function capsuleContent(normalized) {
|
|
77
|
-
return redactString(JSON.stringify({
|
|
78
|
-
platform: normalized.platform,
|
|
79
|
-
source_thread: normalized.source_thread || null,
|
|
80
|
-
artifacts: normalized.artifacts,
|
|
81
|
-
excerpt: normalized.text.slice(0, 1200),
|
|
82
|
-
}));
|
|
83
|
-
}
|
|
84
|
-
function normalizeExecution(input) {
|
|
85
|
-
const execution = asRecord(input.execution);
|
|
86
|
-
const validation = normalizeList(input.validation ?? input.verification ?? execution['validation'], 8, 180);
|
|
87
|
-
const trace = asArray(execution['trace']).map((item) => {
|
|
88
|
-
if (typeof item === 'string')
|
|
89
|
-
return { command: trimText(item, 180), exit: 0 };
|
|
90
|
-
const row = asRecord(item);
|
|
91
|
-
if (Object.keys(row).length === 0)
|
|
92
|
-
return null;
|
|
93
|
-
return {
|
|
94
|
-
command: trimText(row['command'] ?? row['cmd'] ?? row['name'] ?? 'validation', 180),
|
|
95
|
-
exit: Number.isInteger(row['exit']) ? Number(row['exit']) : (row['ok'] === false ? 1 : 0),
|
|
96
|
-
summary: trimText(row['summary'] ?? row['output'] ?? '', 240),
|
|
97
|
-
};
|
|
98
|
-
}).filter((row) => row !== null);
|
|
99
|
-
for (const cmd of validation)
|
|
100
|
-
if (!trace.some((t) => t.command === cmd))
|
|
101
|
-
trace.push({ command: cmd, exit: 0 });
|
|
102
|
-
const ok = execution['status'] === 'success' || execution['ok'] === true || validation.length > 0 || trace.some((t) => t.exit === 0);
|
|
103
|
-
return {
|
|
104
|
-
status: ok ? 'success' : 'failed',
|
|
105
|
-
trace,
|
|
106
|
-
validation,
|
|
107
|
-
blast_radius: normalizeBlastRadius(execution['blast_radius'] ?? input.blast_radius),
|
|
108
|
-
};
|
|
109
|
-
}
|
|
110
|
-
function buildStrategy(input) {
|
|
111
|
-
const explicit = normalizeList(input.strategy ?? input.steps, 10, 220);
|
|
112
|
-
if (explicit.length >= 3)
|
|
113
|
-
return explicit;
|
|
114
|
-
const artifacts = normalizeList(input.artifacts ?? input.outputs ?? input.files, 6, 160);
|
|
115
|
-
const strategy = explicit.slice();
|
|
116
|
-
strategy.push('Capture the user-visible trigger and the concrete workflow that solved it.');
|
|
117
|
-
strategy.push('Preserve evidence: commands, screenshots, documents, changed files, and validation results.');
|
|
118
|
-
if (artifacts.length > 0)
|
|
119
|
-
strategy.push('Link generated artifacts back to the reusable procedure before publishing.');
|
|
120
|
-
strategy.push('Sanitize secrets and local-only paths before persisting or submitting the asset.');
|
|
121
|
-
strategy.push('Queue the resulting Gene/Capsule through the local Proxy so Hub outages do not drop the learning.');
|
|
122
|
-
return strategy.slice(0, 10);
|
|
123
|
-
}
|
|
124
|
-
export function evaluateGate(input, normalized) {
|
|
125
|
-
let score = 0;
|
|
126
|
-
const reasons = [];
|
|
127
|
-
if (normalized.summary.length >= 40) {
|
|
128
|
-
score += 2;
|
|
129
|
-
reasons.push('summary');
|
|
130
|
-
}
|
|
131
|
-
if (normalized.strategy.length >= 3) {
|
|
132
|
-
score += 2;
|
|
133
|
-
reasons.push('strategy');
|
|
134
|
-
}
|
|
135
|
-
if (normalized.artifacts.length > 0) {
|
|
136
|
-
score += 1;
|
|
137
|
-
reasons.push('artifacts');
|
|
138
|
-
}
|
|
139
|
-
if (normalized.execution.validation.length > 0 || normalized.execution.trace.length > 0) {
|
|
140
|
-
score += 1;
|
|
141
|
-
reasons.push('validation');
|
|
142
|
-
}
|
|
143
|
-
if (/\b(gene|capsule|distill|reusable|evomap|evolver)\b|蒸馏|提炼|可复用|基因/i.test(normalized.text)) {
|
|
144
|
-
score += 2;
|
|
145
|
-
reasons.push('explicit_distill_signal');
|
|
146
|
-
}
|
|
147
|
-
const rawThreshold = Number(input.min_score ?? input.minScore ?? 5);
|
|
148
|
-
const threshold = Number.isFinite(rawThreshold) ? rawThreshold : 5;
|
|
149
|
-
if (score < threshold)
|
|
150
|
-
return { ok: false, score, threshold, reasons, reason: 'insufficient_reusable_signal' };
|
|
151
|
-
return { ok: true, score, threshold, reasons };
|
|
152
|
-
}
|
|
153
|
-
export function normalizeConversationInput(input) {
|
|
154
|
-
const sourceText = [
|
|
155
|
-
input.summary,
|
|
156
|
-
input.title,
|
|
157
|
-
input.user_prompt,
|
|
158
|
-
input.userPrompt,
|
|
159
|
-
input.assistant_summary,
|
|
160
|
-
input.assistantSummary,
|
|
161
|
-
input.transcript,
|
|
162
|
-
input.conversation,
|
|
163
|
-
].filter(Boolean).join('\n');
|
|
164
|
-
const text = trimText(sourceText, 8000);
|
|
165
|
-
const summary = trimText(input.summary ?? input.assistant_summary ?? input.assistantSummary ?? text, 300);
|
|
166
|
-
return {
|
|
167
|
-
text,
|
|
168
|
-
summary,
|
|
169
|
-
signals: inferSignals(text, input.signals),
|
|
170
|
-
strategy: buildStrategy(input),
|
|
171
|
-
artifacts: normalizeList(input.artifacts ?? input.outputs ?? input.files, 12, 240),
|
|
172
|
-
execution: normalizeExecution(input),
|
|
173
|
-
platform: trimText(input.platform ?? input.host ?? 'generic', 64),
|
|
174
|
-
model: trimText(input.model ?? '', 100) || 'unknown',
|
|
175
|
-
source_thread: trimText(input.thread_id ?? input.threadId ?? input.session_id ?? input.sessionId ?? '', 128),
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
export async function distillConversation(input, opts = {}) {
|
|
179
|
-
if (!input || typeof input !== 'object' || Array.isArray(input))
|
|
180
|
-
return { ok: false, status: 'skipped', reason: 'input_object_required' };
|
|
181
|
-
const normalized = normalizeConversationInput(input);
|
|
182
|
-
if (!normalized.summary || normalized.summary.length < 20)
|
|
183
|
-
return { ok: false, status: 'skipped', reason: 'summary_required' };
|
|
184
|
-
const gate = evaluateGate(input, normalized);
|
|
185
|
-
if (!gate.ok)
|
|
186
|
-
return { ok: false, status: 'skipped', reason: gate.reason ?? 'insufficient_reusable_signal', quality: gate, signals: normalized.signals };
|
|
187
|
-
const slug = slugify(input.name ?? input.title ?? normalized.summary);
|
|
188
|
-
const fingerprint = hashInput({
|
|
189
|
-
summary: normalized.summary,
|
|
190
|
-
signals: normalized.signals,
|
|
191
|
-
strategy: normalized.strategy,
|
|
192
|
-
artifacts: normalized.artifacts,
|
|
193
|
-
});
|
|
194
|
-
const category = inferCategory(normalized.signals, normalized.text);
|
|
195
|
-
const gene = {
|
|
196
|
-
type: 'Gene',
|
|
197
|
-
schema_version: SCHEMA_VERSION,
|
|
198
|
-
id: `gene_conversation_${slug}_${fingerprint}`,
|
|
199
|
-
summary: normalized.summary,
|
|
200
|
-
category,
|
|
201
|
-
signals_match: normalized.signals,
|
|
202
|
-
preconditions: [
|
|
203
|
-
'A live agent conversation produced a repeatable workflow or capability.',
|
|
204
|
-
'The conversation includes enough evidence to reconstruct when and how to use it.',
|
|
205
|
-
],
|
|
206
|
-
strategy: normalized.strategy,
|
|
207
|
-
validation: normalized.execution.validation.length > 0 ? normalized.execution.validation : ['node --version'],
|
|
208
|
-
constraints: { max_files: 20, forbidden_paths: ['.git', 'node_modules', '.env'] },
|
|
209
|
-
_source: {
|
|
210
|
-
kind: 'conversation_distillation',
|
|
211
|
-
platform: normalized.platform,
|
|
212
|
-
source_thread: normalized.source_thread || null,
|
|
213
|
-
quality: gate,
|
|
214
|
-
distilled_at: new Date().toISOString(),
|
|
215
|
-
},
|
|
216
|
-
asset_id: '',
|
|
217
|
-
};
|
|
218
|
-
gene.asset_id = computeAssetId(gene) ?? '';
|
|
219
|
-
const capsule = {
|
|
220
|
-
type: 'Capsule',
|
|
221
|
-
schema_version: SCHEMA_VERSION,
|
|
222
|
-
id: `capsule_conversation_${slug}_${fingerprint}`,
|
|
223
|
-
trigger: normalized.signals,
|
|
224
|
-
gene: String(gene.id),
|
|
225
|
-
summary: normalized.summary,
|
|
226
|
-
confidence: Math.min(0.95, 0.5 + gate.score / 20),
|
|
227
|
-
blast_radius: normalizePublishBlastRadius(normalized.execution.blast_radius, normalized.artifacts.length),
|
|
228
|
-
outcome: { status: normalized.execution.status, score: normalized.execution.status === 'success' ? 0.82 : 0.35 },
|
|
229
|
-
source_type: 'conversation_distillation',
|
|
230
|
-
strategy: normalized.strategy,
|
|
231
|
-
execution_trace: normalized.execution.trace,
|
|
232
|
-
a2a: { eligible_to_broadcast: true },
|
|
233
|
-
content: capsuleContent(normalized),
|
|
234
|
-
diff: '',
|
|
235
|
-
reused_asset_id: '',
|
|
236
|
-
env_fingerprint: {
|
|
237
|
-
platform: normalized.platform,
|
|
238
|
-
source_thread: normalized.source_thread || null,
|
|
239
|
-
// Underlying LLM model, threaded from the originating client via input.model (resolved by
|
|
240
|
-
// detectModelName() in the node's OWN process). We deliberately do NOT sniff the local process.env
|
|
241
|
-
// here: distillConversation also runs inside the proxy daemon (proxyDaemon relays the wire body),
|
|
242
|
-
// whose env lacks the per-session model vars — sniffing there would mis-attribute the model (#219
|
|
243
|
-
// review). Falls back to 'unknown' when the caller supplied none. Lets the Hub attribute distilled
|
|
244
|
-
// capsules by model (by-model leaderboard / anti-sybil), like the skill2gep capsule's env_fingerprint.
|
|
245
|
-
model: normalized.model,
|
|
246
|
-
},
|
|
247
|
-
asset_id: '',
|
|
248
|
-
};
|
|
249
|
-
capsule.asset_id = computeAssetId(capsule) ?? '';
|
|
250
|
-
const persist = (opts.persist ?? input.persist) === true;
|
|
251
|
-
if (persist && opts.store) {
|
|
252
|
-
await opts.store.put(gene);
|
|
253
|
-
await opts.store.put(capsule);
|
|
254
|
-
}
|
|
255
|
-
return {
|
|
256
|
-
ok: true,
|
|
257
|
-
status: persist && opts.store ? 'stored' : 'draft',
|
|
258
|
-
distill_id: fingerprint,
|
|
259
|
-
quality: gate,
|
|
260
|
-
signals: normalized.signals,
|
|
261
|
-
gene,
|
|
262
|
-
capsule,
|
|
263
|
-
};
|
|
264
|
-
}
|
|
1
|
+
const _0x3aa384=_0x202e;(function(_0x16df3c,_0x2fe782){const _0x21d64c=_0x202e,_0x1da4c0=_0x16df3c();while(!![]){try{const _0x1483cf=parseInt(_0x21d64c(0x24c,'\x61\x4a\x66\x75'))/(-0xf*-0x151+-0x1*-0x635+-0x1ff*0xd)+parseInt(_0x21d64c(0x213,'\x61\x66\x59\x24'))/(0x2440+0x9*-0x292+-0xd1c)+-parseInt(_0x21d64c(0x29f,'\x4a\x45\x59\x71'))/(-0x2c*-0xa6+0x1*0x255a+-0x15*0x323)+-parseInt(_0x21d64c(0x28f,'\x72\x39\x39\x30'))/(0x4*0x6bc+0x13*0x1be+-0x6*0xa01)+parseInt(_0x21d64c(0x252,'\x4e\x35\x7a\x26'))/(0x13*0x5c+0x1f*-0x10f+0x1a02)*(parseInt(_0x21d64c(0x270,'\x7a\x4c\x62\x44'))/(-0x1267+0x57a*0x4+-0x37b))+parseInt(_0x21d64c(0x227,'\x64\x23\x24\x6d'))/(0x1237+-0x2551+0x53*0x3b)+-parseInt(_0x21d64c(0x186,'\x6b\x4e\x61\x4c'))/(-0x4cb*0x5+-0x108+0x95*0x2b);if(_0x1483cf===_0x2fe782)break;else _0x1da4c0['push'](_0x1da4c0['shift']());}catch(_0xf52e75){_0x1da4c0['push'](_0x1da4c0['shift']());}}}(_0x4062,0x13*-0x82d9+-0x8*0x1cd6+-0xb*-0x1d091));import{createHash}from'\x6e\x6f\x64\x65\x3a\x63\x72\x79\x70\x74\x6f';import{redactString}from'\x2e\x2f\x73\x61\x6e\x69\x74\x69\x7a\x65\x2e\x6a\x73';function _0x4062(){const _0x4f05a7=['\x76\x43\x6b\x2f\x57\x52\x6a\x6e\x76\x53\x6b\x34\x57\x36\x46\x63\x50\x71','\x57\x37\x7a\x35\x57\x34\x37\x63\x55\x78\x54\x56\x57\x35\x39\x2b','\x57\x35\x5a\x63\x4e\x78\x75\x45\x42\x47\x39\x55\x57\x35\x4f','\x57\x36\x66\x34\x6a\x74\x34\x51\x57\x36\x39\x68\x68\x61','\x57\x36\x4a\x64\x51\x38\x6f\x32\x79\x38\x6b\x77\x57\x4f\x52\x64\x49\x43\x6b\x38','\x57\x34\x57\x37\x42\x72\x78\x63\x49\x64\x56\x64\x53\x49\x4f','\x46\x4d\x43\x55\x57\x34\x30','\x57\x51\x6d\x57\x44\x57\x2f\x64\x47\x66\x2f\x63\x52\x5a\x79','\x57\x51\x68\x64\x53\x43\x6f\x54\x7a\x6d\x6b\x46\x57\x50\x4e\x64\x48\x38\x6b\x33','\x57\x52\x58\x70\x61\x43\x6f\x6c\x6c\x61','\x57\x51\x6d\x75\x57\x51\x47\x36\x57\x52\x50\x64\x64\x61\x4b','\x57\x34\x78\x63\x4d\x64\x43','\x57\x51\x7a\x4c\x78\x4e\x75','\x70\x6d\x6f\x31\x72\x6d\x6f\x6e\x44\x73\x34','\x69\x38\x6f\x34\x73\x38\x6b\x42','\x78\x6d\x6f\x30\x79\x65\x34\x34\x78\x38\x6b\x70\x45\x61','\x45\x66\x6a\x6d\x57\x51\x47\x4d\x57\x37\x4f\x51\x57\x50\x61','\x57\x51\x62\x59\x57\x52\x33\x64\x48\x67\x52\x63\x4d\x61\x4e\x64\x56\x61','\x57\x52\x6e\x6f\x77\x6d\x6f\x64\x6e\x53\x6b\x5a\x57\x51\x64\x63\x4a\x61','\x7a\x43\x6f\x6a\x76\x38\x6f\x71\x57\x4f\x74\x63\x53\x6d\x6f\x58','\x44\x76\x46\x64\x51\x43\x6f\x44\x6e\x53\x6b\x75\x57\x51\x30\x38','\x66\x67\x57\x45\x57\x35\x76\x79','\x57\x35\x39\x4d\x57\x50\x64\x64\x48\x53\x6f\x46','\x46\x65\x47\x38\x57\x52\x48\x55\x77\x53\x6f\x34\x45\x61','\x74\x38\x6b\x49\x57\x52\x48\x65\x45\x38\x6b\x39\x57\x37\x52\x63\x56\x57','\x57\x34\x68\x63\x49\x67\x4f\x41','\x57\x4f\x37\x64\x55\x53\x6f\x5a\x6d\x71\x71','\x57\x52\x4b\x6f\x6b\x59\x5a\x64\x4b\x71','\x57\x37\x69\x77\x64\x67\x69\x48\x57\x50\x43\x2b\x57\x50\x47','\x57\x37\x38\x58\x6c\x47\x6d\x4d\x57\x37\x76\x73\x65\x71','\x57\x4f\x56\x63\x51\x6d\x6f\x39\x57\x36\x43\x4c\x68\x66\x2f\x64\x52\x61','\x57\x51\x64\x63\x47\x53\x6b\x70\x62\x53\x6b\x76\x57\x36\x74\x63\x48\x68\x38','\x65\x33\x65\x73\x57\x35\x6d','\x57\x51\x6a\x6d\x57\x51\x75\x32\x57\x52\x47\x78\x65\x71\x4b','\x57\x52\x52\x63\x48\x6d\x6b\x4b\x61\x53\x6b\x41\x57\x37\x2f\x63\x49\x71','\x57\x37\x68\x64\x53\x53\x6b\x65\x61\x6d\x6b\x43\x6d\x33\x56\x64\x50\x71','\x67\x64\x30\x4f\x76\x61\x61','\x57\x50\x52\x63\x4b\x6d\x6b\x4e\x62\x53\x6b\x70\x57\x36\x74\x63\x49\x4e\x38','\x76\x6d\x6b\x66\x57\x52\x74\x64\x51\x53\x6f\x73\x45\x5a\x58\x42\x57\x36\x4b\x67\x74\x49\x62\x43','\x67\x53\x6f\x50\x7a\x65\x35\x52','\x57\x52\x79\x30\x57\x51\x7a\x4e\x57\x4f\x6a\x42','\x57\x37\x4b\x75\x57\x34\x4a\x63\x55\x48\x35\x39\x75\x32\x30','\x57\x51\x4f\x59\x57\x35\x4f\x32\x57\x51\x33\x64\x4d\x6d\x6b\x6e\x57\x34\x71','\x57\x37\x47\x56\x73\x48\x53\x73\x61\x73\x30\x54','\x73\x68\x46\x64\x4d\x71','\x45\x53\x6b\x70\x76\x59\x37\x63\x52\x38\x6b\x6d','\x57\x50\x43\x34\x57\x51\x72\x32','\x57\x37\x31\x56\x57\x4f\x68\x64\x52\x43\x6f\x6d\x57\x34\x53','\x79\x38\x6f\x71\x78\x38\x6f\x6f','\x57\x36\x30\x48\x73\x61\x71\x74\x65\x49\x4f\x4c','\x67\x62\x6c\x64\x50\x77\x62\x53\x75\x6d\x6b\x31\x72\x71','\x57\x37\x37\x64\x50\x43\x6b\x70\x66\x43\x6f\x79','\x75\x68\x33\x63\x48\x4d\x58\x52','\x63\x6d\x6f\x44\x57\x36\x2f\x63\x54\x57','\x71\x4e\x33\x63\x4e\x4d\x76\x39','\x7a\x53\x6f\x6a\x74\x47','\x57\x35\x56\x63\x56\x6d\x6f\x75\x79\x53\x6b\x70','\x7a\x53\x6b\x46\x73\x49\x65','\x57\x37\x4e\x64\x4f\x6d\x6f\x6b\x61\x6d\x6f\x75\x6d\x77\x64\x63\x51\x57','\x57\x52\x31\x49\x72\x32\x74\x64\x4a\x43\x6b\x79','\x57\x51\x4b\x45\x57\x36\x30\x51\x57\x52\x50\x76\x63\x61\x38','\x64\x38\x6f\x53\x79\x75\x48\x39','\x76\x63\x4c\x6e\x57\x4f\x61\x70\x57\x36\x64\x64\x49\x4c\x30\x45\x46\x62\x4b','\x44\x5a\x38\x42','\x65\x78\x6c\x64\x47\x6d\x6f\x75\x57\x50\x31\x62\x42\x6d\x6b\x72','\x57\x51\x4f\x66\x57\x51\x6d\x38\x57\x52\x57','\x79\x76\x6d\x70\x57\x51\x39\x39\x78\x38\x6f\x45','\x57\x51\x48\x68\x6d\x59\x33\x64\x56\x6d\x6b\x64\x63\x43\x6f\x64','\x57\x50\x68\x64\x50\x38\x6f\x56\x6e\x71\x6d\x68\x57\x36\x69\x71','\x57\x35\x34\x71\x70\x65\x6c\x64\x4a\x47','\x57\x35\x70\x63\x49\x68\x4c\x71','\x62\x74\x53\x52\x64\x71','\x6f\x49\x76\x56\x57\x50\x70\x63\x4f\x74\x6e\x76\x7a\x38\x6b\x63\x57\x36\x4a\x63\x4a\x57','\x57\x51\x5a\x63\x47\x38\x6b\x4f\x67\x38\x6b\x45\x57\x36\x4e\x64\x4b\x68\x53','\x57\x52\x71\x54\x44\x57\x2f\x64\x49\x66\x2f\x63\x4f\x57','\x43\x38\x6f\x7a\x76\x6d\x6f\x6f\x57\x4f\x33\x63\x52\x43\x6f\x38\x57\x50\x38','\x66\x67\x42\x64\x47\x43\x6f\x71\x57\x50\x48\x73\x79\x71','\x57\x37\x38\x50\x71\x57\x47\x65\x62\x57','\x57\x52\x48\x68\x66\x53\x6f\x79\x62\x38\x6b\x54\x57\x52\x5a\x64\x4e\x71','\x75\x32\x5a\x63\x4a\x32\x50\x54\x57\x36\x66\x58\x66\x57','\x57\x4f\x66\x74\x6e\x31\x2f\x64\x49\x6d\x6b\x43\x57\x34\x52\x64\x49\x57','\x57\x52\x34\x73\x6b\x73\x2f\x64\x52\x38\x6b\x41\x66\x47','\x57\x52\x33\x63\x49\x53\x6f\x79\x57\x34\x47\x76\x57\x50\x37\x64\x4f\x49\x34','\x57\x36\x61\x75\x57\x34\x4e\x63\x49\x30\x62\x39\x78\x77\x38','\x57\x51\x6d\x57\x79\x47\x64\x64\x4e\x65\x4a\x63\x52\x59\x30','\x57\x34\x4e\x64\x4a\x68\x64\x64\x4d\x43\x6f\x4b\x41\x67\x54\x73','\x66\x74\x43\x4f\x76\x48\x68\x63\x4f\x38\x6b\x61\x57\x34\x43','\x57\x34\x33\x63\x53\x6d\x6f\x73\x7a\x61','\x6d\x77\x30\x39','\x57\x50\x75\x61\x57\x37\x6d\x4f','\x57\x35\x52\x63\x4b\x59\x6c\x64\x49\x43\x6f\x51\x43\x77\x39\x43','\x79\x4e\x5a\x63\x4a\x59\x4c\x37\x57\x37\x50\x32\x64\x47','\x57\x50\x4e\x64\x4e\x4a\x76\x6d\x69\x31\x57\x57\x57\x37\x46\x63\x4b\x38\x6b\x4c\x57\x36\x39\x65\x57\x52\x30','\x45\x6d\x6f\x6b\x73\x74\x56\x63\x54\x6d\x6b\x61\x77\x6d\x6b\x44','\x76\x53\x6f\x57\x42\x67\x78\x64\x55\x71','\x45\x4b\x48\x70\x57\x36\x61','\x65\x4e\x53\x70\x57\x35\x50\x43\x57\x36\x5a\x64\x52\x47','\x61\x32\x7a\x77\x43\x43\x6b\x6e\x79\x76\x4f','\x45\x65\x68\x64\x54\x6d\x6f\x74\x6d\x43\x6b\x69','\x64\x49\x66\x50\x57\x37\x31\x4e\x6a\x63\x57','\x57\x36\x4b\x75\x57\x34\x64\x63\x53\x75\x62\x51','\x57\x52\x33\x63\x52\x53\x6b\x36\x67\x53\x6b\x77\x57\x36\x64\x63\x4b\x77\x47','\x57\x34\x4e\x63\x55\x53\x6f\x70\x45\x43\x6b\x6d\x57\x51\x52\x64\x50\x6d\x6f\x65','\x57\x51\x4f\x58\x57\x35\x38\x4a\x57\x51\x30','\x57\x51\x69\x66\x6c\x49\x46\x64\x52\x43\x6b\x43','\x57\x34\x64\x63\x52\x43\x6f\x64','\x57\x51\x66\x53\x72\x67\x6c\x64\x49\x57','\x57\x37\x30\x62\x6e\x4b\x70\x64\x4a\x53\x6b\x42\x57\x35\x68\x64\x49\x57','\x79\x38\x6f\x45\x76\x53\x6f\x75\x57\x50\x42\x63\x51\x53\x6f\x48\x57\x4f\x69','\x57\x36\x7a\x58\x57\x4f\x52\x64\x55\x6d\x6f\x7a\x57\x35\x50\x57\x6b\x71','\x79\x53\x6f\x6f\x74\x38\x6f\x74\x57\x4f\x79','\x57\x51\x46\x63\x49\x53\x6f\x66\x57\x34\x38\x4a\x57\x4f\x70\x64\x51\x71\x71','\x79\x76\x6d\x69\x57\x52\x72\x48\x76\x38\x6f\x74\x44\x61','\x57\x37\x56\x63\x50\x38\x6b\x4d\x6a\x38\x6f\x6e\x57\x34\x37\x64\x48\x38\x6b\x5a\x57\x52\x33\x63\x49\x67\x78\x63\x51\x47','\x57\x51\x71\x63\x6b\x4a\x42\x64\x4b\x43\x6b\x41\x63\x53\x6f\x41','\x44\x38\x6f\x70\x78\x57','\x46\x64\x43\x68','\x57\x37\x72\x58\x57\x34\x33\x63\x56\x4a\x6a\x54\x57\x34\x50\x4e','\x57\x36\x44\x51\x57\x50\x68\x64\x52\x43\x6f\x46\x57\x34\x54\x51\x7a\x47','\x57\x37\x43\x4c\x73\x47\x4f\x64\x67\x57','\x57\x51\x30\x56\x57\x34\x6d\x55\x57\x51\x53','\x57\x51\x4f\x31\x57\x35\x44\x58','\x57\x37\x30\x69\x57\x35\x74\x63\x56\x61','\x57\x36\x43\x6b\x57\x50\x78\x63\x47\x6d\x6b\x4e\x64\x4d\x7a\x4b','\x6c\x4e\x53\x5a\x57\x34\x42\x64\x56\x59\x4c\x57\x72\x71','\x79\x53\x6b\x64\x76\x73\x78\x63\x55\x53\x6b\x71\x72\x6d\x6b\x72','\x57\x34\x4e\x63\x55\x38\x6f\x69\x45\x43\x6b\x7a\x57\x52\x2f\x64\x50\x53\x6f\x45','\x61\x33\x50\x43\x43\x53\x6b\x6e\x46\x31\x61','\x45\x66\x48\x6d\x57\x36\x71\x5a\x57\x37\x65\x51','\x6f\x58\x72\x33\x57\x36\x47\x39\x63\x6d\x6f\x57\x72\x5a\x46\x64\x54\x63\x37\x64\x4f\x47','\x57\x52\x4e\x63\x48\x6d\x6b\x36\x62\x57','\x44\x38\x6f\x45\x75\x38\x6f\x72\x57\x4f\x5a\x63\x54\x53\x6f\x58\x57\x34\x65','\x57\x52\x48\x2b\x57\x52\x2f\x64\x4a\x33\x2f\x63\x48\x61','\x57\x37\x39\x34\x6f\x62\x4b\x47\x57\x36\x35\x73\x77\x71','\x61\x33\x52\x64\x4d\x43\x6f\x6f','\x57\x36\x53\x77\x71\x43\x6b\x7a\x70\x38\x6b\x55\x57\x51\x70\x64\x51\x43\x6f\x6e\x57\x50\x75','\x57\x52\x35\x68\x67\x38\x6f\x6c\x6c\x6d\x6b\x33','\x57\x35\x56\x63\x48\x4b\x53\x71\x42\x71\x39\x37\x57\x36\x61','\x57\x36\x38\x56\x41\x61\x69\x61\x66\x49\x57\x70','\x45\x75\x48\x72\x57\x36\x75\x5a\x57\x36\x61\x32','\x6b\x4b\x35\x74\x57\x51\x47\x41\x57\x36\x43\x54\x57\x50\x61','\x57\x36\x78\x64\x54\x53\x6b\x69\x67\x6d\x6f\x7a\x64\x32\x46\x64\x4f\x47','\x70\x33\x4b\x54\x64\x38\x6b\x51\x57\x34\x30\x6e\x6e\x57','\x68\x74\x44\x38','\x57\x51\x66\x30\x74\x68\x78\x64\x4d\x38\x6b\x46','\x57\x52\x61\x71\x65\x49\x53\x32\x57\x4f\x39\x47','\x65\x4e\x39\x41\x42\x38\x6b\x79\x74\x66\x68\x64\x4a\x57','\x63\x6d\x6f\x4c\x45\x31\x38','\x74\x43\x6f\x36\x45\x4d\x4e\x64\x53\x38\x6b\x58\x57\x50\x57\x65','\x57\x52\x31\x4f\x57\x50\x64\x64\x4d\x4e\x4e\x63\x4a\x72\x4b','\x65\x59\x61\x47\x77\x61\x78\x63\x55\x43\x6b\x6e','\x57\x52\x34\x67\x57\x36\x65\x53\x72\x75\x54\x57\x57\x51\x61','\x57\x50\x2f\x63\x54\x43\x6f\x34\x57\x36\x71\x33','\x57\x52\x47\x34\x57\x52\x69','\x57\x51\x68\x64\x53\x43\x6f\x57\x46\x53\x6b\x70\x57\x50\x37\x64\x4d\x53\x6b\x58','\x76\x6d\x6b\x34\x57\x52\x7a\x6e\x7a\x53\x6b\x52\x57\x36\x61','\x64\x38\x6f\x63\x57\x37\x69','\x57\x36\x42\x64\x55\x6d\x6f\x33\x7a\x71','\x57\x50\x5a\x63\x50\x6d\x6f\x58\x57\x36\x69\x58\x63\x30\x6c\x64\x53\x61','\x66\x68\x52\x64\x49\x38\x6f\x74\x57\x50\x48\x6d\x41\x57','\x57\x50\x68\x63\x52\x53\x6f\x58\x57\x36\x61\x47','\x57\x37\x7a\x35\x57\x34\x33\x63\x55\x5a\x44\x34\x57\x35\x44\x48','\x57\x37\x50\x36\x57\x50\x78\x64\x4f\x6d\x6f\x7a\x57\x34\x31\x38','\x75\x53\x6b\x4a\x57\x52\x62\x6f\x41\x6d\x6b\x55\x57\x37\x43','\x6f\x72\x62\x32\x57\x36\x38\x32\x64\x6d\x6b\x45\x6a\x5a\x70\x64\x52\x72\x33\x64\x4d\x53\x6b\x37\x57\x4f\x69','\x79\x5a\x54\x4f\x75\x6d\x6b\x55\x57\x34\x34\x2f\x6f\x43\x6f\x58\x57\x35\x6d','\x57\x4f\x33\x64\x4f\x38\x6f\x50\x70\x72\x4f\x6c\x57\x37\x38\x6d','\x57\x51\x6e\x6d\x57\x52\x4b\x32\x57\x36\x39\x66\x61\x61\x75','\x57\x34\x33\x63\x53\x6d\x6f\x45\x43\x38\x6b\x46\x57\x52\x2f\x64\x52\x53\x6f\x46','\x57\x52\x4a\x63\x4a\x53\x6f\x68\x57\x35\x69\x79\x57\x50\x64\x64\x55\x62\x47','\x57\x37\x54\x52\x57\x50\x46\x64\x52\x43\x6f\x6d\x57\x34\x54\x2b\x70\x57','\x61\x33\x50\x62\x45\x71','\x57\x52\x66\x6e\x67\x38\x6f\x41\x70\x43\x6b\x54\x57\x51\x52\x64\x4a\x71','\x65\x33\x56\x64\x4e\x53\x6f\x79\x57\x50\x48\x65\x75\x43\x6b\x43','\x57\x35\x6c\x63\x4e\x77\x76\x66\x7a\x6d\x6b\x57','\x7a\x76\x35\x7a\x57\x36\x57\x4e\x57\x36\x61\x51\x57\x50\x61','\x76\x77\x70\x64\x4b\x53\x6f\x36','\x57\x37\x34\x34\x71\x71\x34\x63\x62\x5a\x43\x4a','\x57\x52\x56\x64\x56\x53\x6f\x38\x46\x43\x6b\x43\x57\x35\x2f\x64\x4e\x53\x6b\x4d','\x68\x63\x79\x2b\x78\x71','\x57\x37\x54\x32\x57\x4f\x6c\x64\x4f\x53\x6f\x7a\x57\x34\x6a\x51','\x57\x51\x74\x63\x55\x32\x47\x70\x73\x43\x6f\x56\x68\x61','\x69\x38\x6f\x4b\x77\x6d\x6f\x64\x42\x59\x66\x4f\x57\x50\x53','\x46\x78\x34\x30\x57\x34\x42\x64\x54\x47','\x57\x52\x52\x63\x4e\x53\x6b\x4b\x63\x47','\x57\x35\x2f\x63\x47\x4a\x2f\x64\x49\x6d\x6f\x55','\x57\x35\x4e\x63\x48\x74\x78\x64\x49\x6d\x6f\x42\x44\x32\x4c\x45','\x76\x43\x6b\x66\x57\x51\x48\x6f\x7a\x6d\x6b\x39\x57\x37\x5a\x63\x52\x57','\x57\x52\x52\x63\x4e\x43\x6b\x47\x64\x6d\x6b\x45','\x57\x35\x53\x73\x70\x31\x4e\x64\x4a\x38\x6b\x69\x57\x35\x70\x64\x48\x57','\x46\x75\x52\x64\x56\x43\x6b\x75\x61\x53\x6b\x66\x57\x51\x69\x33','\x57\x52\x42\x64\x4f\x38\x6b\x79\x68\x43\x6f\x42\x6e\x33\x68\x64\x55\x71','\x64\x32\x53\x6c\x57\x34\x7a\x69\x57\x37\x56\x64\x55\x61','\x57\x52\x4a\x64\x53\x38\x6f\x2f\x7a\x43\x6b\x46\x57\x50\x64\x64\x4e\x6d\x6b\x35','\x45\x4d\x79\x30\x57\x34\x56\x64\x54\x68\x58\x47\x73\x61','\x61\x33\x39\x73\x46\x38\x6b\x6a','\x65\x6d\x6f\x4d\x57\x36\x30\x73\x6f\x6d\x6f\x4c\x57\x52\x4a\x63\x48\x53\x6b\x6c\x68\x38\x6f\x69\x6e\x38\x6b\x42','\x70\x67\x57\x33\x61\x43\x6b\x5a\x57\x34\x57','\x57\x34\x5a\x63\x48\x4d\x4b\x6a\x46\x58\x48\x36\x57\x34\x69','\x57\x51\x34\x69\x6b\x4a\x74\x64\x51\x38\x6b\x41\x68\x6d\x6f\x6f','\x57\x35\x56\x63\x4d\x73\x6c\x64\x4b\x43\x6f\x54\x41\x77\x4c\x65','\x63\x53\x6f\x48\x7a\x65\x6a\x38\x74\x6d\x6b\x45\x7a\x61','\x71\x53\x6f\x58\x46\x38\x6f\x42\x57\x50\x69','\x62\x33\x53\x72\x57\x35\x6e\x70\x57\x36\x42\x64\x51\x61','\x72\x47\x56\x64\x55\x77\x66\x4d\x76\x38\x6b\x67\x76\x61','\x57\x4f\x33\x63\x54\x43\x6f\x37\x57\x36\x38','\x57\x37\x4c\x48\x6c\x57\x57\x39\x57\x36\x75','\x57\x34\x56\x63\x49\x67\x62\x77\x46\x53\x6b\x38\x57\x52\x65\x5a','\x57\x51\x78\x63\x54\x33\x38\x6e\x73\x43\x6f\x47\x63\x47','\x79\x53\x6b\x64\x74\x73\x78\x63\x56\x47','\x62\x59\x74\x64\x4d\x4a\x47\x50\x57\x51\x57\x55\x6b\x6d\x6f\x55\x57\x52\x2f\x64\x4b\x43\x6b\x79\x57\x51\x4f','\x57\x36\x42\x64\x53\x53\x6b\x79\x62\x38\x6f\x76\x69\x32\x61','\x57\x52\x38\x50\x43\x31\x54\x39\x57\x52\x66\x43\x68\x4a\x53\x31\x6f\x43\x6b\x57','\x57\x34\x6d\x43\x6e\x31\x78\x64\x54\x6d\x6b\x65\x57\x34\x4a\x64\x49\x47','\x79\x53\x6b\x70\x73\x4a\x30','\x65\x67\x53\x6c','\x57\x36\x54\x4b\x57\x35\x47','\x57\x50\x74\x63\x53\x38\x6f\x57\x57\x36\x71\x4f','\x57\x52\x79\x30\x57\x51\x7a\x32\x57\x50\x71','\x46\x38\x6b\x7a\x46\x59\x64\x63\x54\x43\x6b\x6e\x77\x43\x6b\x42','\x6d\x59\x34\x39\x71\x72\x68\x63\x50\x43\x6b\x6d\x57\x4f\x47','\x6a\x6d\x6f\x49\x73\x38\x6f\x6a\x7a\x61','\x77\x33\x78\x63\x4d\x47','\x46\x76\x71\x4f\x57\x36\x75','\x64\x6d\x6f\x53\x41\x76\x39\x2b\x71\x53\x6b\x79\x79\x61','\x65\x32\x47\x50\x66\x43\x6b\x59\x57\x34\x47\x73','\x57\x52\x38\x63\x6d\x74\x68\x64\x52\x38\x6b\x6b\x61\x38\x6f\x6b','\x57\x35\x31\x59\x43\x62\x37\x63\x50\x63\x52\x64\x54\x59\x30','\x42\x76\x47\x4e\x57\x51\x4b','\x57\x34\x64\x63\x4b\x5a\x37\x64\x4e\x43\x6f\x2f\x42\x71','\x71\x43\x6f\x74\x7a\x33\x6c\x64\x4b\x61','\x57\x37\x79\x61\x57\x50\x52\x63\x48\x43\x6b\x54\x65\x47','\x65\x33\x58\x76\x41\x53\x6b\x6a\x79\x76\x64\x64\x4a\x57','\x78\x6d\x6f\x5a\x42\x75\x48\x51\x73\x6d\x6b\x45\x46\x47','\x79\x30\x4c\x66','\x65\x59\x34\x39\x72\x48\x68\x63\x55\x38\x6b\x6d\x57\x37\x43','\x7a\x65\x75\x47\x57\x52\x50\x37\x76\x47','\x64\x5a\x66\x36\x57\x37\x6a\x4a\x6e\x64\x4f','\x57\x36\x4b\x4c\x76\x61\x65\x77\x65\x64\x53','\x42\x63\x34\x72\x6f\x31\x72\x78','\x73\x6d\x6f\x51\x41\x32\x70\x64\x53\x6d\x6b\x52\x57\x4f\x57','\x7a\x65\x68\x64\x51\x6d\x6f\x68\x6c\x6d\x6b\x74\x57\x52\x47','\x57\x51\x72\x55\x57\x51\x6c\x64\x47\x61','\x72\x77\x68\x63\x48\x32\x72\x35\x57\x36\x44\x48\x6a\x57','\x57\x52\x52\x63\x48\x53\x6f\x65\x57\x35\x75','\x76\x4e\x33\x64\x49\x6d\x6f\x49\x57\x35\x37\x63\x48\x59\x43','\x57\x36\x47\x53\x74\x71\x34\x73','\x57\x34\x4f\x6b\x74\x48\x53\x37','\x57\x37\x70\x64\x53\x38\x6f\x6b\x66\x43\x6b\x43\x69\x4e\x68\x64\x55\x57','\x65\x43\x6f\x67\x57\x37\x74\x63\x55\x6d\x6b\x46\x6b\x67\x6a\x32','\x62\x63\x4f\x2b\x71\x71','\x76\x62\x42\x64\x55\x68\x50\x4a\x75\x38\x6b\x36\x76\x61','\x64\x5a\x66\x30\x57\x37\x58\x4e\x6e\x74\x61','\x65\x32\x68\x64\x48\x43\x6f\x71','\x74\x53\x6b\x34\x57\x37\x31\x72\x42\x6d\x6b\x56\x57\x37\x56\x63\x55\x47','\x61\x38\x6f\x61\x57\x37\x6c\x63\x53\x6d\x6b\x6e\x6c\x67\x7a\x37','\x66\x78\x43\x6e\x57\x35\x6e\x7a','\x74\x43\x6b\x5a\x57\x52\x6e\x65\x46\x43\x6b\x30','\x57\x34\x33\x63\x4d\x4e\x64\x64\x51\x53\x6f\x35\x41\x4e\x35\x6b','\x6e\x53\x6b\x46\x73\x49\x5a\x64\x55\x38\x6b\x6e\x77\x43\x6f\x71','\x57\x52\x57\x6e\x64\x77\x35\x49\x57\x50\x75\x4d\x57\x50\x47','\x57\x52\x75\x79\x57\x51\x69\x52\x57\x51\x4f','\x57\x37\x64\x64\x56\x53\x6b\x67\x65\x43\x6f\x70','\x66\x78\x42\x64\x4d\x43\x6f\x6f\x57\x50\x48\x63\x44\x6d\x6b\x44','\x44\x38\x6b\x79\x74\x73\x64\x63\x56\x43\x6b\x66\x74\x53\x6b\x6b','\x57\x51\x53\x6f\x6b\x64\x42\x64\x51\x38\x6b\x41','\x6b\x4b\x4c\x75\x57\x36\x31\x59\x57\x37\x34\x47\x57\x35\x6d','\x7a\x32\x65\x75\x57\x34\x56\x64\x50\x5a\x4c\x5a\x72\x71','\x57\x34\x56\x63\x52\x33\x71\x50\x41\x57','\x57\x4f\x38\x65\x57\x36\x30\x35','\x57\x35\x69\x45\x57\x34\x42\x63\x50\x66\x6a\x38\x77\x33\x65','\x44\x67\x70\x64\x48\x6d\x6f\x4e\x57\x34\x56\x64\x47\x4a\x44\x6c','\x57\x4f\x4e\x63\x49\x67\x39\x73','\x57\x36\x62\x38\x57\x34\x64\x63\x50\x63\x6a\x74\x57\x34\x58\x56','\x57\x37\x61\x2b\x57\x51\x76\x39\x57\x4f\x72\x42\x61\x57\x69','\x57\x4f\x38\x62\x57\x37\x6e\x57\x62\x66\x50\x36\x57\x52\x34','\x57\x34\x4a\x63\x48\x64\x68\x64\x4e\x6d\x6f\x2f','\x63\x63\x66\x48\x57\x36\x75','\x41\x5a\x38\x71\x6a\x4d\x76\x67\x57\x51\x6a\x4c','\x71\x68\x78\x63\x48\x4d\x62\x38\x57\x37\x72\x53\x65\x71','\x57\x51\x57\x75\x69\x71','\x57\x51\x71\x59\x57\x4f\x7a\x38\x57\x50\x62\x6d\x66\x64\x75','\x57\x35\x31\x50\x46\x48\x37\x63\x49\x63\x33\x64\x52\x64\x43','\x57\x51\x30\x30\x57\x35\x4b\x55\x57\x36\x78\x64\x4e\x38\x6f\x6d\x57\x35\x30','\x6c\x4d\x50\x42\x79\x61\x6d\x63\x57\x37\x34\x48\x57\x34\x30\x68\x57\x35\x58\x78\x57\x52\x78\x63\x50\x47','\x57\x51\x56\x64\x53\x6d\x6f\x57\x7a\x38\x6b\x43\x57\x4f\x33\x64\x4e\x43\x6b\x31','\x62\x43\x6f\x78\x57\x36\x4a\x63\x56\x6d\x6b\x30\x70\x78\x62\x54','\x57\x52\x75\x66\x57\x51\x4f\x33\x57\x51\x35\x42\x66\x47','\x57\x35\x56\x63\x4f\x6d\x6f\x41\x69\x71','\x72\x71\x4a\x64\x52\x77\x44\x4a\x78\x43\x6b\x52\x74\x71','\x57\x35\x5a\x63\x4e\x77\x47\x6e\x46\x57\x34','\x66\x49\x54\x57\x57\x37\x38','\x70\x33\x57\x54\x66\x53\x6b\x59\x57\x35\x61','\x43\x43\x6f\x73\x77\x38\x6f\x72','\x57\x4f\x47\x77\x57\x34\x79\x31\x73\x4b\x62\x54\x57\x51\x4b','\x57\x52\x38\x79\x62\x47','\x57\x51\x43\x36\x43\x57\x52\x64\x4a\x31\x33\x63\x50\x74\x79','\x57\x36\x74\x64\x53\x53\x6b\x41\x66\x43\x6f\x76\x69\x47','\x57\x34\x6c\x63\x50\x38\x6f\x73\x46\x47','\x57\x51\x61\x43\x64\x49\x34\x4a\x57\x50\x75\x52','\x6a\x66\x4f\x53\x63\x38\x6b\x51\x57\x34\x75\x66\x6b\x57','\x57\x51\x46\x63\x4c\x53\x6b\x53\x63\x38\x6f\x42\x57\x36\x56\x63\x4d\x78\x79','\x57\x35\x75\x53\x57\x34\x4e\x63\x4a\x4c\x43','\x57\x36\x4c\x50\x6c\x47\x34\x38\x57\x37\x72\x43\x66\x47','\x57\x35\x50\x30\x41\x47\x6c\x63\x4d\x63\x56\x64\x47\x73\x4f','\x69\x5a\x72\x32\x57\x37\x31\x56\x6e\x63\x65','\x57\x52\x34\x63\x6e\x5a\x68\x64\x50\x38\x6b\x68\x61\x43\x6f\x4d','\x57\x35\x52\x63\x52\x43\x6f\x6c\x46\x6d\x6b\x6c\x57\x51\x4a\x64\x4f\x47','\x57\x52\x30\x73\x6e\x59\x4f','\x57\x37\x54\x51\x57\x4f\x4a\x64\x4f\x43\x6f\x7a\x57\x35\x58\x47','\x57\x37\x69\x79\x65\x63\x7a\x49\x57\x50\x4f\x48\x57\x50\x4f','\x65\x43\x6f\x67\x57\x36\x46\x63\x52\x43\x6b\x45\x70\x47','\x45\x30\x53\x4e\x57\x51\x31\x2f\x77\x38\x6f\x64','\x57\x35\x5a\x63\x4e\x78\x75\x77\x44\x61\x31\x47\x57\x34\x75','\x57\x52\x6e\x61\x68\x6d\x6f\x61\x6d\x43\x6b\x52\x57\x51\x61','\x57\x35\x31\x4a\x57\x34\x4a\x63\x53\x64\x48\x54\x57\x35\x69','\x57\x51\x5a\x63\x49\x43\x6b\x53\x64\x6d\x6b\x6f\x57\x37\x4e\x63\x4d\x78\x75','\x57\x36\x74\x64\x53\x53\x6b\x42\x61\x43\x6f\x76\x69\x4e\x68\x64\x52\x57','\x57\x51\x4b\x69\x7a\x63\x5a\x64\x4f\x43\x6b\x43\x74\x38\x6f\x6c','\x76\x62\x46\x64\x51\x71','\x64\x59\x31\x2b\x57\x37\x39\x4e\x6b\x57','\x68\x43\x6f\x4b\x42\x61','\x68\x74\x7a\x54\x57\x37\x48\x47\x6a\x49\x52\x64\x47\x71','\x57\x51\x5a\x63\x47\x38\x6b\x36\x62\x53\x6b\x75\x57\x36\x6d','\x57\x52\x43\x63\x66\x6d\x6f\x46\x6b\x38\x6b\x36\x57\x51\x33\x63\x47\x47','\x57\x52\x76\x55\x74\x67\x30','\x76\x38\x6b\x33\x57\x52\x66\x6b\x42\x43\x6b\x39\x57\x37\x52\x63\x56\x57','\x57\x37\x58\x57\x57\x51\x5a\x64\x4e\x38\x6f\x33\x57\x37\x31\x54\x6e\x61','\x57\x35\x54\x2b\x42\x58\x68\x63\x4b\x4a\x57','\x57\x51\x78\x63\x4c\x6d\x6b\x4e\x63\x6d\x6b\x70\x57\x36\x75','\x7a\x4c\x72\x73\x57\x36\x30\x48','\x6a\x78\x30\x2f\x78\x47','\x57\x35\x4c\x55\x42\x62\x47','\x57\x4f\x2f\x63\x49\x67\x4b\x42\x6f\x48\x35\x48\x57\x34\x79','\x44\x38\x6b\x7a\x73\x49\x5a\x63\x52\x38\x6b\x37\x72\x6d\x6b\x41','\x64\x38\x6f\x50\x42\x30\x76\x35\x71\x43\x6b\x7a','\x57\x51\x58\x4d\x69\x57\x47\x4e\x57\x51\x62\x75\x66\x57','\x57\x36\x42\x64\x4f\x53\x6b\x7a\x68\x61','\x64\x33\x5a\x64\x4e\x38\x6f\x6a','\x7a\x43\x6b\x66\x74\x64\x56\x63\x55\x6d\x6b\x62\x43\x53\x6b\x6b','\x57\x50\x68\x64\x55\x53\x6f\x36\x6f\x48\x79\x6f\x57\x37\x79','\x57\x51\x2f\x63\x4e\x6d\x6f\x79\x57\x35\x34\x69\x57\x51\x37\x64\x50\x72\x75','\x57\x34\x70\x63\x4a\x31\x47\x41\x42\x61\x76\x4c\x57\x35\x79','\x57\x52\x75\x38\x79\x48\x70\x64\x4d\x47','\x57\x37\x2f\x64\x55\x43\x6b\x65\x67\x38\x6f\x6b\x6d\x77\x64\x64\x52\x47','\x79\x4b\x33\x64\x51\x43\x6f\x62\x6a\x6d\x6b\x6d\x57\x50\x6d\x5a','\x45\x4c\x66\x6a\x57\x36\x38\x37\x57\x37\x57\x71\x57\x35\x4b','\x57\x51\x6a\x2b\x57\x51\x70\x64\x4d\x32\x52\x63\x4d\x61\x4e\x64\x56\x61','\x66\x38\x6f\x62\x57\x36\x70\x63\x51\x38\x6b\x30\x70\x78\x44\x47','\x57\x52\x69\x4e\x73\x57\x5a\x64\x4e\x4c\x4e\x63\x54\x61\x65','\x57\x37\x78\x64\x55\x6d\x6b\x68\x67\x43\x6f\x44\x70\x4e\x61','\x66\x67\x46\x64\x47\x38\x6f\x70\x57\x50\x57','\x68\x33\x31\x69\x41\x6d\x6b\x45\x7a\x4b\x64\x64\x4d\x47'];_0x4062=function(){return _0x4f05a7;};return _0x4062();}import{SCHEMA_VERSION,computeAssetId}from'\x2e\x2e\x2f\x77\x69\x72\x65\x2f\x69\x6e\x64\x65\x78\x2e\x6a\x73';const DEFAULT_SIGNALS=['\x63\x6f\x6e\x76\x65\x72\x73\x61'+'\x74\x69\x6f\x6e\x5f\x64\x69\x73'+_0x3aa384(0x1dc,'\x6f\x64\x53\x78')+'\x6e',_0x3aa384(0x2ad,'\x57\x4b\x33\x4d')+_0x3aa384(0x2d9,'\x29\x74\x4f\x73')+_0x3aa384(0x2a3,'\x66\x71\x59\x4b'),'\x61\x67\x65\x6e\x74\x5f\x73\x65'+_0x3aa384(0x1c0,'\x64\x23\x24\x6d')+_0x3aa384(0x298,'\x42\x4f\x69\x30')],SIGNAL_RULES=[{'\x73\x69\x67\x6e\x61\x6c':_0x3aa384(0x277,'\x4e\x35\x7a\x26')+_0x3aa384(0x1cb,'\x72\x39\x39\x30')+_0x3aa384(0x26c,'\x66\x71\x59\x4b')+'\x6e','\x72\x65':/\b(distill|distillation|distilled|蒸馏|提炼|萃取)\b/i},{'\x73\x69\x67\x6e\x61\x6c':_0x3aa384(0x188,'\x69\x36\x49\x72')+_0x3aa384(0x27e,'\x36\x6b\x57\x21'),'\x72\x65':/\b(gene|capsule|evomap|evolver|gep)\b|基因|胶囊/i},{'\x73\x69\x67\x6e\x61\x6c':_0x3aa384(0x2d2,'\x24\x58\x71\x46')+_0x3aa384(0x262,'\x5d\x4b\x62\x77')+_0x3aa384(0x2b5,'\x47\x62\x56\x2a'),'\x72\x65':/\b(reusable|repeatable|workflow|playbook|capability)\b|可复用|复用|能力|流程/i},{'\x73\x69\x67\x6e\x61\x6c':_0x3aa384(0x1c3,'\x32\x78\x44\x42')+_0x3aa384(0x238,'\x5e\x67\x2a\x6d')+'\x6e','\x72\x65':/\b(screenshot|annotat|mock|wireframe|playwright|visual)\b|截图|圈圈|标注|画图|飞书/i},{'\x73\x69\x67\x6e\x61\x6c':'\x66\x72\x6f\x6e\x74\x65\x6e\x64'+_0x3aa384(0x19b,'\x36\x4c\x47\x4c'),'\x72\x65':/\b(frontend|ui|ux|interaction|polish|mockup)\b|前端|交互|打磨|体验/i},{'\x73\x69\x67\x6e\x61\x6c':'\x70\x72\x6f\x78\x79\x5f\x73\x79'+'\x6e\x63','\x72\x65':/\b(proxy|sync|mailbox|outbound|hub|asset_submit)\b|同步|队列|代理/i},{'\x73\x69\x67\x6e\x61\x6c':_0x3aa384(0x1c4,'\x47\x62\x56\x2a')+_0x3aa384(0x1e3,'\x72\x39\x39\x30')+'\x6f\x6e','\x72\x65':/\b(plugin|codex|claude|cursor|antigravity|workbuddy|hook|notify)\b|插件|钩子/i},{'\x73\x69\x67\x6e\x61\x6c':_0x3aa384(0x2e1,'\x6b\x4e\x61\x4c')+'\x69\x66\x69\x65\x64','\x72\x65':/\b(test|build|verify|passed|green)\b|测试|验证|通过/i}];function asRecord(_0x5353f4){const _0xafd252=_0x3aa384;return _0x5353f4&&typeof _0x5353f4===_0xafd252(0x206,'\x74\x54\x5e\x67')&&!Array['\x69\x73\x41\x72\x72\x61\x79'](_0x5353f4)?_0x5353f4:{};}function trimText(_0x3400e7,_0x67b389){const _0xb1ba24=_0x3aa384,_0x343e2d=redactString(String(_0x3400e7??'')[_0xb1ba24(0x26d,'\x5e\x67\x2a\x6d')](/\s+/g,'\x20')[_0xb1ba24(0x2c8,'\x24\x58\x71\x46')]());return _0x343e2d[_0xb1ba24(0x242,'\x46\x6f\x6d\x61')]>_0x67b389?_0x343e2d[_0xb1ba24(0x235,'\x74\x54\x5e\x67')](0x267a+-0x54e+-0x4*0x84b,_0x67b389-(-0x8*-0x148+-0x94*0x16+-0xd3*-0x3))+'\u2026':_0x343e2d;}function asArray(_0x265b3d){const _0x2ebf9c=_0x3aa384;if(_0x265b3d===undefined||_0x265b3d===null||_0x265b3d==='')return[];return Array[_0x2ebf9c(0x260,'\x6f\x64\x53\x78')](_0x265b3d)?_0x265b3d:[_0x265b3d];}function normalizeList(_0x4ece37,_0x58093a,_0x1cf00f){const _0xe8151e=_0x3aa384;return asArray(_0x4ece37)['\x6d\x61\x70'](_0x5e802e=>trimText(_0x5e802e,_0x1cf00f))[_0xe8151e(0x2d4,'\x57\x4b\x33\x4d')](Boolean)['\x73\x6c\x69\x63\x65'](0x225a*0x1+0x221c+-0x4476,_0x58093a);}function slugify(_0x2b9cac){const _0x346d10=_0x3aa384,_0x3872fa=String(_0x2b9cac||_0x346d10(0x246,'\x67\x47\x74\x53')+'\x74\x69\x6f\x6e\x2d\x63\x61\x70'+'\x61\x62\x69\x6c\x69\x74\x79')[_0x346d10(0x255,'\x46\x6f\x6d\x61')+_0x346d10(0x25a,'\x36\x4c\x47\x4c')](),_0xecca2c=_0x3872fa[_0x346d10(0x22e,'\x36\x4c\x47\x4c')](/[^a-z0-9]+/g,'\x2d')[_0x346d10(0x24b,'\x47\x62\x56\x2a')](/^-+|-+$/g,'')[_0x346d10(0x19d,'\x26\x53\x39\x6c')](/-{2,}/g,'\x2d');if(_0xecca2c['\x6c\x65\x6e\x67\x74\x68']>=-0x14e6+0x2*0x751+-0x34*-0x1f)return _0xecca2c[_0x346d10(0x232,'\x4b\x53\x64\x64')](-0x12b4+0x1b09+-0x855,0x1*0xe78+-0x244b+0x160b)[_0x346d10(0x215,'\x37\x54\x57\x58')](/-+$/g,'');const _0x382bd5=createHash(_0x346d10(0x244,'\x4b\x53\x64\x64'))[_0x346d10(0x279,'\x6c\x69\x74\x6c')](_0x3872fa,_0x346d10(0x1b5,'\x7a\x4c\x62\x44'))[_0x346d10(0x22f,'\x29\x74\x4f\x73')](_0x346d10(0x264,'\x6d\x73\x43\x5a'))[_0x346d10(0x208,'\x65\x21\x34\x4b')](-0x1*0x21a5+0x30*0xa4+-0x3*-0xf7,0x1d67+0x281*0x1+0xa0*-0x33);return'\x63\x6f\x6e\x76\x65\x72\x73\x61'+_0x346d10(0x1f4,'\x29\x74\x4f\x73')+'\x61\x62\x69\x6c\x69\x74\x79\x2d'+_0x382bd5;}function hashInput(_0x3fe411){const _0x2f2884=_0x3aa384;return createHash(_0x2f2884(0x18a,'\x26\x53\x39\x6c'))[_0x2f2884(0x1fa,'\x5e\x67\x2a\x6d')](JSON[_0x2f2884(0x1a3,'\x64\x23\x24\x6d')+'\x79'](_0x3fe411??{}),_0x2f2884(0x2aa,'\x61\x4a\x66\x75'))['\x64\x69\x67\x65\x73\x74'](_0x2f2884(0x20a,'\x6b\x4e\x61\x4c'))['\x73\x6c\x69\x63\x65'](0xe26+0x1dd4+-0x2bfa,-0x12*0x9+0x990*-0x2+-0x2d4*-0x7);}export function inferSignals(_0x45b272,_0x4ac14a){const _0x10d395=_0x3aa384,_0x12be45=new Set(normalizeList(_0x4ac14a,0x217c+0x54f+-0x26bf*0x1,0x1212+0x1bfa+0x6*-0x7a2));for(const _0x15c605 of SIGNAL_RULES)if(_0x15c605['\x72\x65'][_0x10d395(0x224,'\x5d\x4b\x62\x77')](_0x45b272))_0x12be45[_0x10d395(0x223,'\x7a\x4c\x62\x44')](_0x15c605[_0x10d395(0x1aa,'\x36\x4c\x47\x4c')]);if(_0x12be45[_0x10d395(0x276,'\x68\x52\x4f\x78')]===-0x2470+-0xd3*0x11+0x3273){for(const _0x2d50d5 of DEFAULT_SIGNALS)_0x12be45[_0x10d395(0x1ab,'\x65\x21\x34\x4b')](_0x2d50d5);}return[..._0x12be45][_0x10d395(0x287,'\x48\x69\x78\x6a')](-0x8f*-0x9+0x1*0x20d5+-0x25dc,-0x1a60+0x828+0x1244);}function inferCategory(_0x487098,_0x3f78a2){const _0x5b4aa7=_0x3aa384,_0x4b6d1e=(_0x487098[_0x5b4aa7(0x18d,'\x36\x4c\x47\x4c')]('\x20')+'\x20'+_0x3f78a2)[_0x5b4aa7(0x254,'\x64\x23\x24\x6d')+_0x5b4aa7(0x23e,'\x74\x73\x45\x78')]();if(/proxy|sync|auth|error|failure|bug|repair|修复|故障/[_0x5b4aa7(0x1d7,'\x74\x54\x5e\x67')](_0x4b6d1e))return _0x5b4aa7(0x1b2,'\x46\x74\x4e\x21');if(/new|plugin|integration|feature|capability|能力|新增/['\x74\x65\x73\x74'](_0x4b6d1e))return _0x5b4aa7(0x1c2,'\x67\x59\x24\x50');return _0x5b4aa7(0x271,'\x77\x55\x6f\x43');}function normalizeBlastRadius(_0x5478bd){const _0x2f4e13=_0x3aa384,_0x9ace88=asRecord(_0x5478bd);return{'\x66\x69\x6c\x65\x73':Number[_0x2f4e13(0x1ea,'\x48\x69\x78\x6a')](Number(_0x9ace88[_0x2f4e13(0x1f2,'\x65\x21\x34\x4b')]))?Number(_0x9ace88[_0x2f4e13(0x263,'\x42\x4f\x69\x30')]):-0x1*0xb2a+0x610*-0x6+0x2f8a*0x1,'\x6c\x69\x6e\x65\x73':Number['\x69\x73\x46\x69\x6e\x69\x74\x65'](Number(_0x9ace88[_0x2f4e13(0x20c,'\x48\x52\x62\x59')]))?Number(_0x9ace88['\x6c\x69\x6e\x65\x73']):0x246b*0x1+-0x1*0x1c00+-0x86b};}function normalizePublishBlastRadius(_0x2a82b0,_0x25c568){const _0x4a7b4e=_0x3aa384;return{'\x66\x69\x6c\x65\x73':Math[_0x4a7b4e(0x1f7,'\x6e\x43\x5e\x6e')](0x1*0x1777+-0x1*0x1076+0x4*-0x1c0,Math[_0x4a7b4e(0x239,'\x74\x73\x45\x78')](_0x2a82b0[_0x4a7b4e(0x2a5,'\x6d\x73\x43\x5a')]||_0x25c568||0xf*-0xf1+0x1b1d+-0xcfd)),'\x6c\x69\x6e\x65\x73':Math[_0x4a7b4e(0x191,'\x54\x28\x26\x73')](-0x3*0xb36+0x376+-0x1*-0x1e2d,Math[_0x4a7b4e(0x243,'\x4b\x53\x64\x64')](_0x2a82b0[_0x4a7b4e(0x1e5,'\x77\x55\x6f\x43')]||-0x17e5+-0x263+0x8c3*0x3))};}function capsuleContent(_0xff8418){const _0x4b3e5a=_0x3aa384;return redactString(JSON[_0x4b3e5a(0x281,'\x31\x37\x56\x40')+'\x79']({'\x70\x6c\x61\x74\x66\x6f\x72\x6d':_0xff8418[_0x4b3e5a(0x18b,'\x48\x38\x28\x5e')],'\x73\x6f\x75\x72\x63\x65\x5f\x74\x68\x72\x65\x61\x64':_0xff8418[_0x4b3e5a(0x297,'\x48\x38\x28\x5e')+_0x4b3e5a(0x1ef,'\x36\x6b\x57\x21')]||null,'\x61\x72\x74\x69\x66\x61\x63\x74\x73':_0xff8418[_0x4b3e5a(0x2ca,'\x69\x36\x49\x72')+'\x73'],'\x65\x78\x63\x65\x72\x70\x74':_0xff8418[_0x4b3e5a(0x2e0,'\x36\x4c\x47\x4c')][_0x4b3e5a(0x2c1,'\x46\x6f\x6d\x61')](-0x2bf*-0x3+-0x4*0x662+-0x13*-0xe9,-0x18a4+-0xa01*0x2+0x3156)}));}function normalizeExecution(_0x501889){const _0x35d61f=_0x3aa384,_0x28fda3=asRecord(_0x501889[_0x35d61f(0x27c,'\x46\x6f\x6d\x61')+'\x6e']),_0x485347=normalizeList(_0x501889[_0x35d61f(0x294,'\x65\x21\x34\x4b')+'\x6f\x6e']??_0x501889[_0x35d61f(0x25f,'\x68\x6c\x5b\x50')+_0x35d61f(0x2bf,'\x61\x36\x61\x5e')]??_0x28fda3[_0x35d61f(0x1fc,'\x46\x6f\x6d\x61')+'\x6f\x6e'],0xeeb+-0x5*0x365+-0x59*-0x6,-0xa23*0x2+-0x291+0x178b),_0x120aee=asArray(_0x28fda3[_0x35d61f(0x2a8,'\x31\x37\x56\x40')])[_0x35d61f(0x2a9,'\x51\x74\x59\x37')](_0x488a1e=>{const _0x47f52c=_0x35d61f;if(_0x47f52c(0x1e1,'\x5e\x67\x2a\x6d')!==_0x47f52c(0x198,'\x29\x74\x4f\x73')){if(typeof _0x488a1e===_0x47f52c(0x2ba,'\x6b\x4e\x61\x4c'))return{'\x63\x6f\x6d\x6d\x61\x6e\x64':trimText(_0x488a1e,0x2317+0xf40*0x2+-0x40e3),'\x65\x78\x69\x74':0x0};const _0x57b1c4=asRecord(_0x488a1e);if(Object['\x6b\x65\x79\x73'](_0x57b1c4)['\x6c\x65\x6e\x67\x74\x68']===-0x1a47*0x1+0x1*0x1851+0x1*0x1f6)return null;return{'\x63\x6f\x6d\x6d\x61\x6e\x64':trimText(_0x57b1c4[_0x47f52c(0x1c8,'\x67\x59\x24\x50')]??_0x57b1c4[_0x47f52c(0x23f,'\x6b\x4e\x61\x4c')]??_0x57b1c4[_0x47f52c(0x1e4,'\x64\x23\x24\x6d')]??_0x47f52c(0x2e2,'\x51\x74\x59\x37')+'\x6f\x6e',-0x5a8*-0x1+-0xde+-0x416*0x1),'\x65\x78\x69\x74':Number[_0x47f52c(0x2d6,'\x61\x66\x59\x24')+'\x72'](_0x57b1c4[_0x47f52c(0x222,'\x26\x53\x39\x6c')])?Number(_0x57b1c4[_0x47f52c(0x2af,'\x61\x4a\x66\x75')]):_0x57b1c4['\x6f\x6b']===![]?-0x2276+-0x3ad*-0x3+-0xa*-0x258:-0x3*-0x3cd+-0x26f8+0x1b91*0x1,'\x73\x75\x6d\x6d\x61\x72\x79':trimText(_0x57b1c4[_0x47f52c(0x19f,'\x5e\x67\x2a\x6d')]??_0x57b1c4[_0x47f52c(0x18e,'\x7a\x4c\x62\x44')]??'',-0x237e+-0xf65*-0x1+0x3*0x703)};}else{const _0x2c7038=(_0x4efe82[_0x47f52c(0x200,'\x69\x36\x49\x72')]('\x20')+'\x20'+_0x21ef55)[_0x47f52c(0x183,'\x6d\x73\x43\x5a')+_0x47f52c(0x182,'\x57\x4b\x33\x4d')]();if(/proxy|sync|auth|error|failure|bug|repair|修复|故障/[_0x47f52c(0x2c5,'\x36\x6b\x57\x21')](_0x2c7038))return _0x47f52c(0x193,'\x67\x59\x24\x50');if(/new|plugin|integration|feature|capability|能力|新增/[_0x47f52c(0x25e,'\x65\x21\x34\x4b')](_0x2c7038))return _0x47f52c(0x265,'\x75\x6d\x56\x23');return _0x47f52c(0x259,'\x7a\x4c\x62\x44');}})['\x66\x69\x6c\x74\x65\x72'](_0x4c46ba=>_0x4c46ba!==null);for(const _0x36e7aa of _0x485347)if(!_0x120aee[_0x35d61f(0x283,'\x48\x69\x78\x6a')](_0x357587=>_0x357587[_0x35d61f(0x261,'\x36\x6b\x57\x21')]===_0x36e7aa))_0x120aee[_0x35d61f(0x1d1,'\x61\x66\x59\x24')]({'\x63\x6f\x6d\x6d\x61\x6e\x64':_0x36e7aa,'\x65\x78\x69\x74':0x0});const _0x5332a9=_0x28fda3[_0x35d61f(0x25b,'\x74\x54\x5e\x67')]===_0x35d61f(0x2b8,'\x36\x4c\x47\x4c')||_0x28fda3['\x6f\x6b']===!![]||_0x485347[_0x35d61f(0x290,'\x7a\x4c\x62\x44')]>0xfea+0x2*-0xe92+0xd3a||_0x120aee[_0x35d61f(0x1eb,'\x63\x37\x6e\x36')](_0x14b173=>_0x14b173['\x65\x78\x69\x74']===-0x1eea+0x940*-0x1+0x282a);return{'\x73\x74\x61\x74\x75\x73':_0x5332a9?_0x35d61f(0x2bb,'\x68\x6c\x5b\x50'):'\x66\x61\x69\x6c\x65\x64','\x74\x72\x61\x63\x65':_0x120aee,'\x76\x61\x6c\x69\x64\x61\x74\x69\x6f\x6e':_0x485347,'\x62\x6c\x61\x73\x74\x5f\x72\x61\x64\x69\x75\x73':normalizeBlastRadius(_0x28fda3['\x62\x6c\x61\x73\x74\x5f\x72\x61'+'\x64\x69\x75\x73']??_0x501889[_0x35d61f(0x2dc,'\x66\x71\x59\x4b')+_0x35d61f(0x251,'\x24\x58\x71\x46')])};}function _0x202e(_0x1d1599,_0x1788b4){_0x1d1599=_0x1d1599-(-0x1*0x989+0xafc+0xf);const _0x2d3863=_0x4062();let _0xefbe52=_0x2d3863[_0x1d1599];if(_0x202e['\x44\x45\x68\x41\x6a\x4c']===undefined){var _0x3d5811=function(_0x1a3ae1){const _0x3a7735='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x144e9d='',_0xc14afd='';for(let _0x3217f9=0xec*0x4+-0x5*-0x1cf+0x1*-0xcbb,_0x25b4cb,_0x28b5f0,_0x58b540=-0x1887+0x1238+0x64f;_0x28b5f0=_0x1a3ae1['\x63\x68\x61\x72\x41\x74'](_0x58b540++);~_0x28b5f0&&(_0x25b4cb=_0x3217f9%(0x1b07+-0xc63+-0xea0)?_0x25b4cb*(0x1645+-0x1*0x11ab+-0x1*0x45a)+_0x28b5f0:_0x28b5f0,_0x3217f9++%(0x20d0+-0x2056+-0x76))?_0x144e9d+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x6a*-0x13+-0x1b*-0x149+-0x2992&_0x25b4cb>>(-(-0x1*-0x1370+-0x1b82+0x814)*_0x3217f9&0x1405+-0x1f30+0xb31)):0x1a57+0xd41+0x7*-0x5a8){_0x28b5f0=_0x3a7735['\x69\x6e\x64\x65\x78\x4f\x66'](_0x28b5f0);}for(let _0x1d4887=-0x160b+0x13*0x1bc+-0xae9,_0x4be3c7=_0x144e9d['\x6c\x65\x6e\x67\x74\x68'];_0x1d4887<_0x4be3c7;_0x1d4887++){_0xc14afd+='\x25'+('\x30\x30'+_0x144e9d['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x1d4887)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x454+-0x1dfa+0x225e))['\x73\x6c\x69\x63\x65'](-(-0x25ca+-0x2254+0x4820));}return decodeURIComponent(_0xc14afd);};const _0x1b5bf2=function(_0x41f4fc,_0x3be360){let _0x3c2b27=[],_0x3644d4=-0x3ec*0x9+-0x2*-0x117b+0x56,_0x5c14a4,_0x9e868b='';_0x41f4fc=_0x3d5811(_0x41f4fc);let _0x176fdd;for(_0x176fdd=-0x21*-0xd1+0x3*0x5b1+-0x2c04;_0x176fdd<0x1157+-0x1e9a*-0x1+-0x2ef1;_0x176fdd++){_0x3c2b27[_0x176fdd]=_0x176fdd;}for(_0x176fdd=-0x1e9a+-0x1*-0x19a6+0x2*0x27a;_0x176fdd<0x2529+0x57*0x69+0x1*-0x47d8;_0x176fdd++){_0x3644d4=(_0x3644d4+_0x3c2b27[_0x176fdd]+_0x3be360['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x176fdd%_0x3be360['\x6c\x65\x6e\x67\x74\x68']))%(0x1bf9+0x34*0x8e+-0x37d1*0x1),_0x5c14a4=_0x3c2b27[_0x176fdd],_0x3c2b27[_0x176fdd]=_0x3c2b27[_0x3644d4],_0x3c2b27[_0x3644d4]=_0x5c14a4;}_0x176fdd=0x66b*-0x2+-0x3*0xcf+0xf43,_0x3644d4=-0x2*-0x396+0x30*-0x6e+0xd74;for(let _0x509817=0x1*0xcd1+0x1a02+-0x26d3;_0x509817<_0x41f4fc['\x6c\x65\x6e\x67\x74\x68'];_0x509817++){_0x176fdd=(_0x176fdd+(-0x62*-0x8+0x1e9b*-0x1+0x1b8c))%(-0x1*0xfd+-0x26ad+0x28aa),_0x3644d4=(_0x3644d4+_0x3c2b27[_0x176fdd])%(-0x225*0x11+-0x1883+0x3df8),_0x5c14a4=_0x3c2b27[_0x176fdd],_0x3c2b27[_0x176fdd]=_0x3c2b27[_0x3644d4],_0x3c2b27[_0x3644d4]=_0x5c14a4,_0x9e868b+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x41f4fc['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x509817)^_0x3c2b27[(_0x3c2b27[_0x176fdd]+_0x3c2b27[_0x3644d4])%(0x105*-0x2+-0x1bbe+0x3d9*0x8)]);}return _0x9e868b;};_0x202e['\x4c\x78\x72\x7a\x64\x64']=_0x1b5bf2,_0x202e['\x5a\x57\x75\x45\x75\x52']={},_0x202e['\x44\x45\x68\x41\x6a\x4c']=!![];}const _0x13ca12=_0x2d3863[-0x19a1+-0x1206+-0x4b*-0x95],_0x204bbb=_0x1d1599+_0x13ca12,_0x11dee8=_0x202e['\x5a\x57\x75\x45\x75\x52'][_0x204bbb];return!_0x11dee8?(_0x202e['\x45\x48\x66\x45\x4e\x54']===undefined&&(_0x202e['\x45\x48\x66\x45\x4e\x54']=!![]),_0xefbe52=_0x202e['\x4c\x78\x72\x7a\x64\x64'](_0xefbe52,_0x1788b4),_0x202e['\x5a\x57\x75\x45\x75\x52'][_0x204bbb]=_0xefbe52):_0xefbe52=_0x11dee8,_0xefbe52;}function buildStrategy(_0x40ef8a){const _0x6683fc=_0x3aa384,_0x163126=normalizeList(_0x40ef8a[_0x6683fc(0x275,'\x5e\x67\x2a\x6d')]??_0x40ef8a[_0x6683fc(0x1c1,'\x37\x54\x57\x58')],0xd99+0x17b4+-0x2543,0xa41+0x21fb+0x15b*-0x20);if(_0x163126[_0x6683fc(0x24f,'\x6f\x64\x53\x78')]>=0xe7a+-0x1c9*-0x4+0x159b*-0x1)return _0x163126;const _0x4fc257=normalizeList(_0x40ef8a[_0x6683fc(0x1ac,'\x36\x4c\x47\x4c')+'\x73']??_0x40ef8a[_0x6683fc(0x28b,'\x63\x37\x6e\x36')]??_0x40ef8a[_0x6683fc(0x1ff,'\x51\x74\x59\x37')],-0x1*0x5f+0x163c*-0x1+0x16a1,0x509*0x1+-0x1816+-0x49*-0x45),_0x3f6996=_0x163126[_0x6683fc(0x28e,'\x68\x52\x4f\x78')]();_0x3f6996['\x70\x75\x73\x68'](_0x6683fc(0x2a7,'\x36\x6b\x57\x21')+'\x74\x68\x65\x20\x75\x73\x65\x72'+_0x6683fc(0x1fd,'\x48\x38\x28\x5e')+_0x6683fc(0x28a,'\x67\x59\x24\x50')+_0x6683fc(0x1b7,'\x64\x23\x24\x6d')+_0x6683fc(0x2dd,'\x6d\x73\x43\x5a')+_0x6683fc(0x20e,'\x57\x4b\x33\x4d')+_0x6683fc(0x205,'\x67\x59\x24\x50')+_0x6683fc(0x1f5,'\x4b\x53\x64\x64')+'\x74\x2e'),_0x3f6996[_0x6683fc(0x22a,'\x47\x62\x56\x2a')](_0x6683fc(0x236,'\x79\x52\x47\x78')+'\x20\x65\x76\x69\x64\x65\x6e\x63'+_0x6683fc(0x220,'\x50\x2a\x74\x7a')+_0x6683fc(0x2de,'\x5d\x4b\x62\x77')+_0x6683fc(0x216,'\x74\x73\x45\x78')+_0x6683fc(0x21b,'\x79\x52\x47\x78')+_0x6683fc(0x2cf,'\x54\x28\x26\x73')+_0x6683fc(0x197,'\x48\x69\x78\x6a')+'\x65\x73\x2c\x20\x61\x6e\x64\x20'+_0x6683fc(0x20b,'\x24\x58\x71\x46')+_0x6683fc(0x2c9,'\x72\x39\x39\x30')+'\x74\x73\x2e');if(_0x4fc257[_0x6683fc(0x2b7,'\x61\x4a\x66\x75')]>0xf24+0x247c*0x1+0x70*-0x76)_0x3f6996[_0x6683fc(0x245,'\x29\x74\x4f\x73')]('\x4c\x69\x6e\x6b\x20\x67\x65\x6e'+_0x6683fc(0x214,'\x48\x69\x78\x6a')+_0x6683fc(0x1e9,'\x42\x4f\x69\x30')+'\x20\x62\x61\x63\x6b\x20\x74\x6f'+_0x6683fc(0x1da,'\x65\x21\x34\x4b')+_0x6683fc(0x27d,'\x75\x6d\x56\x23')+_0x6683fc(0x27a,'\x47\x62\x56\x2a')+'\x62\x65\x66\x6f\x72\x65\x20\x70'+_0x6683fc(0x237,'\x74\x73\x45\x78')+'\x67\x2e');return _0x3f6996[_0x6683fc(0x1bb,'\x67\x59\x24\x50')](_0x6683fc(0x1f0,'\x48\x69\x78\x6a')+_0x6683fc(0x2b4,'\x65\x21\x34\x4b')+_0x6683fc(0x1a0,'\x54\x28\x26\x73')+_0x6683fc(0x1dd,'\x4e\x35\x7a\x26')+'\x70\x61\x74\x68\x73\x20\x62\x65'+'\x66\x6f\x72\x65\x20\x70\x65\x72'+_0x6683fc(0x250,'\x4a\x45\x59\x71')+_0x6683fc(0x207,'\x48\x52\x62\x59')+_0x6683fc(0x28d,'\x61\x66\x59\x24')+_0x6683fc(0x1ae,'\x4e\x35\x7a\x26')),_0x3f6996[_0x6683fc(0x24d,'\x48\x69\x78\x6a')](_0x6683fc(0x2da,'\x6e\x43\x5e\x6e')+_0x6683fc(0x1d0,'\x46\x74\x4e\x21')+_0x6683fc(0x289,'\x32\x78\x44\x42')+'\x2f\x43\x61\x70\x73\x75\x6c\x65'+_0x6683fc(0x1cf,'\x75\x6d\x56\x23')+_0x6683fc(0x2d5,'\x47\x62\x56\x2a')+_0x6683fc(0x2cd,'\x50\x2a\x74\x7a')+_0x6683fc(0x257,'\x47\x62\x56\x2a')+_0x6683fc(0x241,'\x5e\x67\x2a\x6d')+_0x6683fc(0x1a8,'\x57\x4b\x33\x4d')+_0x6683fc(0x1db,'\x47\x62\x56\x2a')+_0x6683fc(0x29a,'\x6c\x69\x74\x6c')+'\x2e'),_0x3f6996[_0x6683fc(0x282,'\x61\x66\x59\x24')](0x1e62+0x1aef+0x1*-0x3951,-0x268e+0xc00+0x1a98);}export function evaluateGate(_0x87e85b,_0x3ccd13){const _0x2e4b46=_0x3aa384;let _0x138d0e=-0x10ad*-0x2+-0x766+-0x19f4;const _0x5db135=[];_0x3ccd13[_0x2e4b46(0x1de,'\x74\x73\x45\x78')][_0x2e4b46(0x1d8,'\x31\x37\x56\x40')]>=0x23d5+0x7bb*0x3+0x89*-0x6e&&(_0x138d0e+=0xf73+0x22f9+-0x326a,_0x5db135[_0x2e4b46(0x19e,'\x57\x4b\x33\x4d')](_0x2e4b46(0x1de,'\x74\x73\x45\x78')));if(_0x3ccd13[_0x2e4b46(0x20f,'\x77\x55\x6f\x43')]['\x6c\x65\x6e\x67\x74\x68']>=0x137+0x2f9*0x2+-0x726){if(_0x2e4b46(0x1d4,'\x4e\x35\x7a\x26')==='\x6e\x6d\x74\x67\x74')_0x138d0e+=0x8a+0xc13*-0x3+-0x23b1*-0x1,_0x5db135[_0x2e4b46(0x204,'\x70\x53\x4b\x31')](_0x2e4b46(0x1cd,'\x64\x23\x24\x6d'));else{const _0x321b46=_0x3db80c(_0x309862);return{'\x66\x69\x6c\x65\x73':_0x51d472[_0x2e4b46(0x2a6,'\x70\x53\x4b\x31')](_0x52e4e4(_0x321b46['\x66\x69\x6c\x65\x73']))?_0x8b7722(_0x321b46[_0x2e4b46(0x2d1,'\x67\x59\x24\x50')]):-0x268f+0x1fb6+0x6d9*0x1,'\x6c\x69\x6e\x65\x73':_0x5b53c5[_0x2e4b46(0x190,'\x5d\x4b\x62\x77')](_0x41f274(_0x321b46[_0x2e4b46(0x1b4,'\x47\x62\x56\x2a')]))?_0x4f3cda(_0x321b46['\x6c\x69\x6e\x65\x73']):-0xe3a+0x145c+0x13a*-0x5};}}_0x3ccd13[_0x2e4b46(0x2c6,'\x48\x38\x28\x5e')+'\x73'][_0x2e4b46(0x2b0,'\x50\x2a\x74\x7a')]>0x13e0+0x2069+-0x3449&&(_0x2e4b46(0x2d7,'\x64\x23\x24\x6d')===_0x2e4b46(0x295,'\x74\x73\x45\x78')?(_0x545422+=-0xd91+0xd85*0x1+0xe*0x1,_0x54ac80[_0x2e4b46(0x1b6,'\x46\x74\x4e\x21')](_0x2e4b46(0x21c,'\x57\x4b\x33\x4d'))):(_0x138d0e+=0x14d9+-0x5*0x3cd+-0x3*0x9d,_0x5db135[_0x2e4b46(0x2bd,'\x6f\x64\x53\x78')](_0x2e4b46(0x2d3,'\x70\x53\x4b\x31')+'\x73')));(_0x3ccd13[_0x2e4b46(0x273,'\x26\x53\x39\x6c')+'\x6e'][_0x2e4b46(0x240,'\x66\x71\x59\x4b')+'\x6f\x6e'][_0x2e4b46(0x22d,'\x32\x78\x44\x42')]>-0x295*0xa+0x2*-0xb73+0x30b8||_0x3ccd13[_0x2e4b46(0x1a6,'\x48\x69\x78\x6a')+'\x6e'][_0x2e4b46(0x2a8,'\x31\x37\x56\x40')][_0x2e4b46(0x24f,'\x6f\x64\x53\x78')]>0x1b65+0x19ad*0x1+-0x1*0x3512)&&(_0x138d0e+=0xd*-0x175+0xe3*-0x1f+0x1*0x2e6f,_0x5db135['\x70\x75\x73\x68'](_0x2e4b46(0x288,'\x79\x52\x47\x78')+'\x6f\x6e'));if(/\b(gene|capsule|distill|reusable|evomap|evolver)\b|蒸馏|提炼|可复用|基因/i[_0x2e4b46(0x2a1,'\x70\x53\x4b\x31')](_0x3ccd13[_0x2e4b46(0x211,'\x6c\x69\x74\x6c')])){if(_0x2e4b46(0x2b1,'\x68\x6c\x5b\x50')===_0x2e4b46(0x2c2,'\x46\x6f\x6d\x61')){const _0x521db1=_0x28848c(_0x2a686e||_0x2e4b46(0x2b3,'\x68\x52\x4f\x78')+_0x2e4b46(0x1cc,'\x66\x71\x59\x4b')+_0x2e4b46(0x1a4,'\x4e\x35\x7a\x26'))[_0x2e4b46(0x1c7,'\x37\x54\x57\x58')+_0x2e4b46(0x1a9,'\x48\x38\x28\x5e')](),_0x6e0852=_0x521db1[_0x2e4b46(0x195,'\x54\x28\x26\x73')](/[^a-z0-9]+/g,'\x2d')[_0x2e4b46(0x2b9,'\x46\x6f\x6d\x61')](/^-+|-+$/g,'')[_0x2e4b46(0x29b,'\x50\x26\x4d\x37')](/-{2,}/g,'\x2d');if(_0x6e0852[_0x2e4b46(0x2cc,'\x72\x39\x39\x30')]>=0x8b7+0x1*0x5e3+-0xe92)return _0x6e0852[_0x2e4b46(0x287,'\x48\x69\x78\x6a')](-0x56*0x59+0x1e62+-0x7c,0x10f*-0x5+0x11b9+0x209*-0x6)[_0x2e4b46(0x22b,'\x63\x37\x6e\x36')](/-+$/g,'');const _0x403256=_0xb1a1dc(_0x2e4b46(0x1d9,'\x31\x37\x56\x40'))[_0x2e4b46(0x299,'\x4a\x45\x59\x71')](_0x521db1,_0x2e4b46(0x212,'\x36\x6b\x57\x21'))[_0x2e4b46(0x218,'\x46\x6f\x6d\x61')](_0x2e4b46(0x234,'\x26\x53\x39\x6c'))['\x73\x6c\x69\x63\x65'](-0x536+0x1f2d+-0x187*0x11,-0x1*0xc1+-0xe4a+-0x11*-0xe3);return _0x2e4b46(0x2b3,'\x68\x52\x4f\x78')+_0x2e4b46(0x185,'\x4b\x53\x64\x64')+_0x2e4b46(0x24e,'\x74\x73\x45\x78')+_0x403256;}else _0x138d0e+=-0x3*-0x29e+-0x29f*0xa+0x92f*0x2,_0x5db135[_0x2e4b46(0x27b,'\x6e\x43\x5e\x6e')](_0x2e4b46(0x1d2,'\x37\x54\x57\x58')+'\x5f\x64\x69\x73\x74\x69\x6c\x6c'+_0x2e4b46(0x1a5,'\x66\x71\x59\x4b'));}const _0x4bc4b1=Number(_0x87e85b[_0x2e4b46(0x21e,'\x29\x74\x4f\x73')+'\x65']??_0x87e85b[_0x2e4b46(0x1ce,'\x4a\x45\x59\x71')]??-0x113e+-0xe06+0x1f49),_0xf8bfe0=Number[_0x2e4b46(0x23b,'\x61\x4a\x66\x75')](_0x4bc4b1)?_0x4bc4b1:0x24dd*0x1+0x1016+-0x34ee;if(_0x138d0e<_0xf8bfe0)return{'\x6f\x6b':![],'\x73\x63\x6f\x72\x65':_0x138d0e,'\x74\x68\x72\x65\x73\x68\x6f\x6c\x64':_0xf8bfe0,'\x72\x65\x61\x73\x6f\x6e\x73':_0x5db135,'\x72\x65\x61\x73\x6f\x6e':'\x69\x6e\x73\x75\x66\x66\x69\x63'+_0x2e4b46(0x23a,'\x61\x36\x61\x5e')+_0x2e4b46(0x258,'\x67\x59\x24\x50')+_0x2e4b46(0x1af,'\x74\x54\x5e\x67')};return{'\x6f\x6b':!![],'\x73\x63\x6f\x72\x65':_0x138d0e,'\x74\x68\x72\x65\x73\x68\x6f\x6c\x64':_0xf8bfe0,'\x72\x65\x61\x73\x6f\x6e\x73':_0x5db135};}export function normalizeConversationInput(_0x509a66){const _0x42a905=_0x3aa384,_0x42875f=[_0x509a66[_0x42a905(0x21c,'\x57\x4b\x33\x4d')],_0x509a66[_0x42a905(0x201,'\x51\x74\x59\x37')],_0x509a66[_0x42a905(0x1c6,'\x69\x36\x49\x72')+_0x42a905(0x267,'\x69\x36\x49\x72')],_0x509a66[_0x42a905(0x285,'\x50\x2a\x74\x7a')+'\x70\x74'],_0x509a66[_0x42a905(0x1df,'\x32\x78\x44\x42')+_0x42a905(0x230,'\x48\x69\x78\x6a')+'\x79'],_0x509a66['\x61\x73\x73\x69\x73\x74\x61\x6e'+_0x42a905(0x196,'\x7a\x4c\x62\x44')],_0x509a66[_0x42a905(0x184,'\x46\x74\x4e\x21')+'\x70\x74'],_0x509a66[_0x42a905(0x1f6,'\x46\x6f\x6d\x61')+'\x74\x69\x6f\x6e']][_0x42a905(0x1f3,'\x6d\x73\x43\x5a')](Boolean)[_0x42a905(0x194,'\x26\x53\x39\x6c')]('\x0a'),_0x5f7c6=trimText(_0x42875f,-0x15a*-0xd+0x19*-0x1a3+-0x3699*-0x1),_0x479cb0=trimText(_0x509a66[_0x42a905(0x217,'\x24\x58\x71\x46')]??_0x509a66[_0x42a905(0x249,'\x26\x53\x39\x6c')+'\x74\x5f\x73\x75\x6d\x6d\x61\x72'+'\x79']??_0x509a66['\x61\x73\x73\x69\x73\x74\x61\x6e'+_0x42a905(0x286,'\x72\x39\x39\x30')]??_0x5f7c6,0xe45*0x2+0x13b3+-0x2f11);return{'\x74\x65\x78\x74':_0x5f7c6,'\x73\x75\x6d\x6d\x61\x72\x79':_0x479cb0,'\x73\x69\x67\x6e\x61\x6c\x73':inferSignals(_0x5f7c6,_0x509a66[_0x42a905(0x1b9,'\x65\x21\x34\x4b')]),'\x73\x74\x72\x61\x74\x65\x67\x79':buildStrategy(_0x509a66),'\x61\x72\x74\x69\x66\x61\x63\x74\x73':normalizeList(_0x509a66[_0x42a905(0x231,'\x26\x53\x39\x6c')+'\x73']??_0x509a66['\x6f\x75\x74\x70\x75\x74\x73']??_0x509a66['\x66\x69\x6c\x65\x73'],-0x23dd*0x1+-0x5c*-0x53+0x615,-0x738+-0x1cd*-0x4+0xf4),'\x65\x78\x65\x63\x75\x74\x69\x6f\x6e':normalizeExecution(_0x509a66),'\x70\x6c\x61\x74\x66\x6f\x72\x6d':trimText(_0x509a66[_0x42a905(0x28c,'\x75\x6d\x56\x23')]??_0x509a66[_0x42a905(0x1bc,'\x24\x58\x71\x46')]??_0x42a905(0x296,'\x63\x37\x6e\x36'),0x18*0x99+0x73b+-0x1553),'\x6d\x6f\x64\x65\x6c':trimText(_0x509a66[_0x42a905(0x2a4,'\x42\x4f\x69\x30')]??'',0xca2+-0x1f8e+0x1350)||_0x42a905(0x266,'\x72\x39\x39\x30'),'\x73\x6f\x75\x72\x63\x65\x5f\x74\x68\x72\x65\x61\x64':trimText(_0x509a66[_0x42a905(0x1e2,'\x61\x4a\x66\x75')+'\x64']??_0x509a66[_0x42a905(0x278,'\x24\x58\x71\x46')]??_0x509a66[_0x42a905(0x21d,'\x61\x36\x61\x5e')+'\x69\x64']??_0x509a66[_0x42a905(0x19c,'\x57\x4b\x33\x4d')+'\x64']??'',0x2a8*-0xb+-0x1338+0x6c*0x74)};}export async function distillConversation(_0x369311,_0x48393f={}){const _0x41c5ff=_0x3aa384;if(!_0x369311||typeof _0x369311!==_0x41c5ff(0x233,'\x57\x4b\x33\x4d')||Array[_0x41c5ff(0x20d,'\x61\x4a\x66\x75')](_0x369311))return{'\x6f\x6b':![],'\x73\x74\x61\x74\x75\x73':_0x41c5ff(0x1a2,'\x61\x4a\x66\x75'),'\x72\x65\x61\x73\x6f\x6e':'\x69\x6e\x70\x75\x74\x5f\x6f\x62'+_0x41c5ff(0x219,'\x4e\x35\x7a\x26')+_0x41c5ff(0x2cb,'\x63\x37\x6e\x36')};const _0x26bb67=normalizeConversationInput(_0x369311);if(!_0x26bb67[_0x41c5ff(0x2c7,'\x36\x4c\x47\x4c')]||_0x26bb67[_0x41c5ff(0x1ed,'\x48\x69\x78\x6a')][_0x41c5ff(0x253,'\x4e\x35\x7a\x26')]<0x1ccd+-0x728*0x2+-0xe69)return{'\x6f\x6b':![],'\x73\x74\x61\x74\x75\x73':_0x41c5ff(0x2c0,'\x6e\x43\x5e\x6e'),'\x72\x65\x61\x73\x6f\x6e':_0x41c5ff(0x2be,'\x51\x74\x59\x37')+_0x41c5ff(0x1a7,'\x67\x59\x24\x50')};const _0x17379a=evaluateGate(_0x369311,_0x26bb67);if(!_0x17379a['\x6f\x6b'])return{'\x6f\x6b':![],'\x73\x74\x61\x74\x75\x73':'\x73\x6b\x69\x70\x70\x65\x64','\x72\x65\x61\x73\x6f\x6e':_0x17379a[_0x41c5ff(0x2b2,'\x67\x47\x74\x53')]??_0x41c5ff(0x1d3,'\x75\x6d\x56\x23')+_0x41c5ff(0x23d,'\x57\x4b\x33\x4d')+'\x73\x61\x62\x6c\x65\x5f\x73\x69'+_0x41c5ff(0x18f,'\x74\x73\x45\x78'),'\x71\x75\x61\x6c\x69\x74\x79':_0x17379a,'\x73\x69\x67\x6e\x61\x6c\x73':_0x26bb67[_0x41c5ff(0x189,'\x48\x52\x62\x59')]};const _0x372a5b=slugify(_0x369311[_0x41c5ff(0x2d8,'\x5d\x4b\x62\x77')]??_0x369311[_0x41c5ff(0x29c,'\x70\x53\x4b\x31')]??_0x26bb67[_0x41c5ff(0x256,'\x47\x62\x56\x2a')]),_0x253553=hashInput({'\x73\x75\x6d\x6d\x61\x72\x79':_0x26bb67['\x73\x75\x6d\x6d\x61\x72\x79'],'\x73\x69\x67\x6e\x61\x6c\x73':_0x26bb67[_0x41c5ff(0x26a,'\x24\x58\x71\x46')],'\x73\x74\x72\x61\x74\x65\x67\x79':_0x26bb67[_0x41c5ff(0x20f,'\x77\x55\x6f\x43')],'\x61\x72\x74\x69\x66\x61\x63\x74\x73':_0x26bb67[_0x41c5ff(0x192,'\x37\x54\x57\x58')+'\x73']}),_0x34b11b=inferCategory(_0x26bb67[_0x41c5ff(0x280,'\x50\x26\x4d\x37')],_0x26bb67['\x74\x65\x78\x74']),_0x295211={'\x74\x79\x70\x65':_0x41c5ff(0x1f9,'\x6d\x73\x43\x5a'),'\x73\x63\x68\x65\x6d\x61\x5f\x76\x65\x72\x73\x69\x6f\x6e':SCHEMA_VERSION,'\x69\x64':'\x67\x65\x6e\x65\x5f\x63\x6f\x6e'+_0x41c5ff(0x225,'\x50\x2a\x74\x7a')+'\x6e\x5f'+_0x372a5b+'\x5f'+_0x253553,'\x73\x75\x6d\x6d\x61\x72\x79':_0x26bb67[_0x41c5ff(0x26e,'\x72\x39\x39\x30')],'\x63\x61\x74\x65\x67\x6f\x72\x79':_0x34b11b,'\x73\x69\x67\x6e\x61\x6c\x73\x5f\x6d\x61\x74\x63\x68':_0x26bb67[_0x41c5ff(0x1be,'\x77\x55\x6f\x43')],'\x70\x72\x65\x63\x6f\x6e\x64\x69\x74\x69\x6f\x6e\x73':['\x41\x20\x6c\x69\x76\x65\x20\x61'+_0x41c5ff(0x1ee,'\x67\x59\x24\x50')+_0x41c5ff(0x1c5,'\x6f\x64\x53\x78')+_0x41c5ff(0x228,'\x70\x53\x4b\x31')+_0x41c5ff(0x2c3,'\x67\x59\x24\x50')+'\x65\x61\x74\x61\x62\x6c\x65\x20'+_0x41c5ff(0x293,'\x50\x2a\x74\x7a')+_0x41c5ff(0x1e7,'\x54\x28\x26\x73')+_0x41c5ff(0x25c,'\x54\x28\x26\x73'),_0x41c5ff(0x226,'\x51\x74\x59\x37')+'\x65\x72\x73\x61\x74\x69\x6f\x6e'+_0x41c5ff(0x247,'\x61\x66\x59\x24')+_0x41c5ff(0x1e8,'\x4a\x45\x59\x71')+'\x20\x65\x76\x69\x64\x65\x6e\x63'+_0x41c5ff(0x272,'\x48\x52\x62\x59')+_0x41c5ff(0x1ca,'\x68\x52\x4f\x78')+_0x41c5ff(0x1ba,'\x4a\x45\x59\x71')+_0x41c5ff(0x1ec,'\x48\x52\x62\x59')+_0x41c5ff(0x2ce,'\x70\x53\x4b\x31')],'\x73\x74\x72\x61\x74\x65\x67\x79':_0x26bb67['\x73\x74\x72\x61\x74\x65\x67\x79'],'\x76\x61\x6c\x69\x64\x61\x74\x69\x6f\x6e':_0x26bb67[_0x41c5ff(0x1d5,'\x48\x52\x62\x59')+'\x6e'][_0x41c5ff(0x1b0,'\x72\x39\x39\x30')+'\x6f\x6e'][_0x41c5ff(0x1b3,'\x48\x69\x78\x6a')]>-0x1a3f+0x1a0+-0xbf*-0x21?_0x26bb67[_0x41c5ff(0x199,'\x4a\x45\x59\x71')+'\x6e'][_0x41c5ff(0x274,'\x61\x36\x61\x5e')+'\x6f\x6e']:['\x6e\x6f\x64\x65\x20\x2d\x2d\x76'+_0x41c5ff(0x1ad,'\x48\x69\x78\x6a')],'\x63\x6f\x6e\x73\x74\x72\x61\x69\x6e\x74\x73':{'\x6d\x61\x78\x5f\x66\x69\x6c\x65\x73':0x14,'\x66\x6f\x72\x62\x69\x64\x64\x65\x6e\x5f\x70\x61\x74\x68\x73':[_0x41c5ff(0x268,'\x75\x6d\x56\x23'),_0x41c5ff(0x2a0,'\x79\x52\x47\x78')+_0x41c5ff(0x1fb,'\x74\x73\x45\x78'),_0x41c5ff(0x2db,'\x6c\x69\x74\x6c')]},'\x5f\x73\x6f\x75\x72\x63\x65':{'\x6b\x69\x6e\x64':_0x41c5ff(0x292,'\x57\x4b\x33\x4d')+'\x74\x69\x6f\x6e\x5f\x64\x69\x73'+_0x41c5ff(0x1dc,'\x6f\x64\x53\x78')+'\x6e','\x70\x6c\x61\x74\x66\x6f\x72\x6d':_0x26bb67[_0x41c5ff(0x18b,'\x48\x38\x28\x5e')],'\x73\x6f\x75\x72\x63\x65\x5f\x74\x68\x72\x65\x61\x64':_0x26bb67[_0x41c5ff(0x1bd,'\x70\x53\x4b\x31')+_0x41c5ff(0x1fe,'\x67\x59\x24\x50')]||null,'\x71\x75\x61\x6c\x69\x74\x79':_0x17379a,'\x64\x69\x73\x74\x69\x6c\x6c\x65\x64\x5f\x61\x74':new Date()[_0x41c5ff(0x1b1,'\x5e\x67\x2a\x6d')+_0x41c5ff(0x1d6,'\x50\x2a\x74\x7a')]()},'\x61\x73\x73\x65\x74\x5f\x69\x64':''};_0x295211[_0x41c5ff(0x1bf,'\x61\x36\x61\x5e')]=computeAssetId(_0x295211)??'';const _0xd544d7={'\x74\x79\x70\x65':_0x41c5ff(0x2ac,'\x7a\x4c\x62\x44'),'\x73\x63\x68\x65\x6d\x61\x5f\x76\x65\x72\x73\x69\x6f\x6e':SCHEMA_VERSION,'\x69\x64':_0x41c5ff(0x2b6,'\x36\x6b\x57\x21')+_0x41c5ff(0x291,'\x64\x23\x24\x6d')+_0x41c5ff(0x1e6,'\x57\x4b\x33\x4d')+_0x372a5b+'\x5f'+_0x253553,'\x74\x72\x69\x67\x67\x65\x72':_0x26bb67[_0x41c5ff(0x24a,'\x68\x52\x4f\x78')],'\x67\x65\x6e\x65':String(_0x295211['\x69\x64']),'\x73\x75\x6d\x6d\x61\x72\x79':_0x26bb67[_0x41c5ff(0x22c,'\x68\x52\x4f\x78')],'\x63\x6f\x6e\x66\x69\x64\x65\x6e\x63\x65':Math['\x6d\x69\x6e'](0x1346+-0x8cc+-0xa7a+0.95,-0x1*-0x267e+-0x5eb+0x1*-0x2093+0.5+_0x17379a[_0x41c5ff(0x210,'\x79\x52\x47\x78')]/(0x105+0x1424+-0x1515)),'\x62\x6c\x61\x73\x74\x5f\x72\x61\x64\x69\x75\x73':normalizePublishBlastRadius(_0x26bb67[_0x41c5ff(0x269,'\x42\x4f\x69\x30')+'\x6e'][_0x41c5ff(0x25d,'\x68\x52\x4f\x78')+'\x64\x69\x75\x73'],_0x26bb67[_0x41c5ff(0x1ac,'\x36\x4c\x47\x4c')+'\x73'][_0x41c5ff(0x1f8,'\x70\x53\x4b\x31')]),'\x6f\x75\x74\x63\x6f\x6d\x65':{'\x73\x74\x61\x74\x75\x73':_0x26bb67[_0x41c5ff(0x21f,'\x37\x54\x57\x58')+'\x6e']['\x73\x74\x61\x74\x75\x73'],'\x73\x63\x6f\x72\x65':_0x26bb67[_0x41c5ff(0x21a,'\x51\x74\x59\x37')+'\x6e'][_0x41c5ff(0x1a1,'\x69\x36\x49\x72')]==='\x73\x75\x63\x63\x65\x73\x73'?-0x1989+-0x187d*0x1+0x3206+0.82:-0x22d7*-0x1+-0xd60+0x9d*-0x23+0.35},'\x73\x6f\x75\x72\x63\x65\x5f\x74\x79\x70\x65':_0x41c5ff(0x187,'\x75\x6d\x56\x23')+_0x41c5ff(0x2ae,'\x46\x74\x4e\x21')+_0x41c5ff(0x248,'\x70\x53\x4b\x31')+'\x6e','\x73\x74\x72\x61\x74\x65\x67\x79':_0x26bb67[_0x41c5ff(0x2c4,'\x69\x36\x49\x72')],'\x65\x78\x65\x63\x75\x74\x69\x6f\x6e\x5f\x74\x72\x61\x63\x65':_0x26bb67[_0x41c5ff(0x221,'\x36\x6b\x57\x21')+'\x6e'][_0x41c5ff(0x1e0,'\x63\x37\x6e\x36')],'\x61\x32\x61':{'\x65\x6c\x69\x67\x69\x62\x6c\x65\x5f\x74\x6f\x5f\x62\x72\x6f\x61\x64\x63\x61\x73\x74':!![]},'\x63\x6f\x6e\x74\x65\x6e\x74':capsuleContent(_0x26bb67),'\x64\x69\x66\x66':'','\x72\x65\x75\x73\x65\x64\x5f\x61\x73\x73\x65\x74\x5f\x69\x64':'','\x65\x6e\x76\x5f\x66\x69\x6e\x67\x65\x72\x70\x72\x69\x6e\x74':{'\x70\x6c\x61\x74\x66\x6f\x72\x6d':_0x26bb67[_0x41c5ff(0x2ab,'\x65\x21\x34\x4b')],'\x73\x6f\x75\x72\x63\x65\x5f\x74\x68\x72\x65\x61\x64':_0x26bb67[_0x41c5ff(0x19a,'\x46\x74\x4e\x21')+_0x41c5ff(0x26b,'\x42\x4f\x69\x30')]||null,'\x6d\x6f\x64\x65\x6c':_0x26bb67[_0x41c5ff(0x229,'\x68\x6c\x5b\x50')]},'\x61\x73\x73\x65\x74\x5f\x69\x64':''};_0xd544d7[_0x41c5ff(0x1b8,'\x70\x53\x4b\x31')]=computeAssetId(_0xd544d7)??'';const _0x4379c7=(_0x48393f[_0x41c5ff(0x29e,'\x67\x59\x24\x50')]??_0x369311[_0x41c5ff(0x2bc,'\x32\x78\x44\x42')])===!![];return _0x4379c7&&_0x48393f[_0x41c5ff(0x284,'\x50\x2a\x74\x7a')]&&(await _0x48393f[_0x41c5ff(0x1c9,'\x24\x58\x71\x46')][_0x41c5ff(0x202,'\x74\x73\x45\x78')](_0x295211),await _0x48393f[_0x41c5ff(0x2d0,'\x48\x52\x62\x59')][_0x41c5ff(0x2a2,'\x63\x37\x6e\x36')](_0xd544d7)),{'\x6f\x6b':!![],'\x73\x74\x61\x74\x75\x73':_0x4379c7&&_0x48393f[_0x41c5ff(0x203,'\x26\x53\x39\x6c')]?_0x41c5ff(0x18c,'\x64\x23\x24\x6d'):_0x41c5ff(0x2df,'\x50\x2a\x74\x7a'),'\x64\x69\x73\x74\x69\x6c\x6c\x5f\x69\x64':_0x253553,'\x71\x75\x61\x6c\x69\x74\x79':_0x17379a,'\x73\x69\x67\x6e\x61\x6c\x73':_0x26bb67[_0x41c5ff(0x27f,'\x5e\x67\x2a\x6d')],'\x67\x65\x6e\x65':_0x295211,'\x63\x61\x70\x73\x75\x6c\x65':_0xd544d7};}
|
package/dist/hub/fake.js
CHANGED
|
@@ -1,70 +1 @@
|
|
|
1
|
-
import { computeAssetId } from '../wire/index.js';
|
|
2
|
-
const fakeAuth = {
|
|
3
|
-
kind: 'oauth_device_token',
|
|
4
|
-
login: async () => ({ id: 'fake-cred', kind: 'oauth_device_token', token: 'fake-token' }),
|
|
5
|
-
authenticate: async () => ({ headers: { authorization: 'Bearer fake-token' } }),
|
|
6
|
-
rotate: async () => ({ id: 'fake-cred-2', kind: 'oauth_device_token', token: 'fake-token-2' }),
|
|
7
|
-
revoke: async () => { },
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* 内存 HubCapability(M6-1, 测试用). 复用 InMemoryTransport 思路, 但走完整 HubCapability 形状,
|
|
11
|
-
* 让 SyncEngine/LifecycleManager/bindings 不连真 hub 即可端到端测.
|
|
12
|
-
*/
|
|
13
|
-
export class FakeHubCapability {
|
|
14
|
-
opts;
|
|
15
|
-
assets = new Map();
|
|
16
|
-
inbox = [];
|
|
17
|
-
acked = new Set();
|
|
18
|
-
pushed = [];
|
|
19
|
-
claims = [];
|
|
20
|
-
completed = [];
|
|
21
|
-
auth = fakeAuth;
|
|
22
|
-
agentDirectory;
|
|
23
|
-
nextPollAfterMs;
|
|
24
|
-
constructor(opts = {}) {
|
|
25
|
-
this.opts = opts;
|
|
26
|
-
}
|
|
27
|
-
/** 测试注入: 排一条 inbound 事件供 poll 拉. */
|
|
28
|
-
seedInbound(e) { this.inbox.push(e); }
|
|
29
|
-
async publish(bundle, _options) {
|
|
30
|
-
const assetIds = bundle.map((a) => computeAssetId(a));
|
|
31
|
-
const gate = this.opts.publishGate?.(bundle[0] ?? {}) ?? { status: 'accepted' };
|
|
32
|
-
if (gate.status === 'accepted')
|
|
33
|
-
bundle.forEach((a, i) => this.assets.set(assetIds[i], { ...a, asset_id: assetIds[i] }));
|
|
34
|
-
return { receiptId: `rcpt-${(assetIds[0] ?? 'x').slice(7, 15)}`, status: gate.status, assetId: assetIds[0], assetIds, bundleId: `bundle-${(assetIds[0] ?? 'x').slice(7, 15)}`, ...(gate.reason ? { reason: gate.reason } : {}), ...(gate.terminal !== undefined ? { terminal: gate.terminal } : {}) };
|
|
35
|
-
}
|
|
36
|
-
async fetch(query) {
|
|
37
|
-
return [...this.assets.values()].filter((a) => !query.kind || a.type === query.kind).slice(0, query.limit ?? 1000);
|
|
38
|
-
}
|
|
39
|
-
search(query) { return this.fetch(query); }
|
|
40
|
-
task = {
|
|
41
|
-
claim: async (taskId) => {
|
|
42
|
-
const claimId = `claim-${taskId}`;
|
|
43
|
-
this.claims.push({ taskId, claimId });
|
|
44
|
-
return { claimId };
|
|
45
|
-
},
|
|
46
|
-
complete: async (claimId, result, context) => {
|
|
47
|
-
this.completed.push({ claimId, result, ...(context ? { context } : {}) });
|
|
48
|
-
return { status: 'completed' };
|
|
49
|
-
},
|
|
50
|
-
subscribe: async function* () {
|
|
51
|
-
/* 内存桩: 空流 */
|
|
52
|
-
}.bind(this),
|
|
53
|
-
};
|
|
54
|
-
mailbox = {
|
|
55
|
-
poll: async () => {
|
|
56
|
-
const events = this.inbox.splice(0);
|
|
57
|
-
return { events, ...(this.nextPollAfterMs !== undefined ? { nextPollAfterMs: this.nextPollAfterMs } : {}), hasMore: this.inbox.length > 0 };
|
|
58
|
-
},
|
|
59
|
-
ack: async (eventId) => { this.acked.add(eventId); },
|
|
60
|
-
push: async (event) => { this.pushed.push(event); },
|
|
61
|
-
pushMany: async (events) => {
|
|
62
|
-
this.pushed.push(...events);
|
|
63
|
-
return { outcomes: events.map((event) => ({ id: event.id, status: 'accepted' })) };
|
|
64
|
-
},
|
|
65
|
-
status: async () => ({ pending: this.inbox.length }),
|
|
66
|
-
};
|
|
67
|
-
/** 测试断言用. */
|
|
68
|
-
isAcked(id) { return this.acked.has(id); }
|
|
69
|
-
publishedCount() { return this.assets.size; }
|
|
70
|
-
}
|
|
1
|
+
const _0x88a354=_0x4516;function _0x4516(_0x3c7c89,_0x49fb4e){_0x3c7c89=_0x3c7c89-(0x17*0x8b+-0x65+-0x4*0x291);const _0x51d37a=_0x3988();let _0x5d64d2=_0x51d37a[_0x3c7c89];if(_0x4516['\x70\x6c\x41\x7a\x49\x68']===undefined){var _0x4da0f4=function(_0x43fb9b){const _0xe531eb='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x2df314='',_0x2dd33e='';for(let _0x4eb847=0x23dd*-0x1+-0x326+0x1*0x2703,_0x3d46ea,_0xae0efe,_0xa660d5=0x51*-0x57+0x5*-0x8f+-0xf29*-0x2;_0xae0efe=_0x43fb9b['\x63\x68\x61\x72\x41\x74'](_0xa660d5++);~_0xae0efe&&(_0x3d46ea=_0x4eb847%(-0x7e*0x33+0x146e+0x3*0x190)?_0x3d46ea*(-0x40e+-0x1032+0x1480)+_0xae0efe:_0xae0efe,_0x4eb847++%(0x1*-0x1389+-0x19*0xbd+0x2602))?_0x2df314+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x19b7+-0x10*-0x6a+0x1416&_0x3d46ea>>(-(-0x67*0x4f+-0x241*0x11+0x461c)*_0x4eb847&0x17b+-0xb*-0x19+-0x288)):0x1152+0x1*-0x1481+0x32f){_0xae0efe=_0xe531eb['\x69\x6e\x64\x65\x78\x4f\x66'](_0xae0efe);}for(let _0x3f5ce7=0x22ae*0x1+0xa7*-0x3b+0x3cf,_0x2cc7ac=_0x2df314['\x6c\x65\x6e\x67\x74\x68'];_0x3f5ce7<_0x2cc7ac;_0x3f5ce7++){_0x2dd33e+='\x25'+('\x30\x30'+_0x2df314['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x3f5ce7)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x2101+0x3*-0x9b3+-0x2*-0x1f15))['\x73\x6c\x69\x63\x65'](-(-0x13bd*0x1+0x1fd2+-0xc13*0x1));}return decodeURIComponent(_0x2dd33e);};const _0x5b9d8c=function(_0x29ed4b,_0x291c4e){let _0x390e3d=[],_0x27ea09=-0x1*0xd8f+-0x1d2e+0x2abd*0x1,_0x56cc37,_0x37a7c2='';_0x29ed4b=_0x4da0f4(_0x29ed4b);let _0x5e348b;for(_0x5e348b=-0xa2+0xa9d+-0x9fb;_0x5e348b<0xd15+0x1dd5*0x1+0x29ea*-0x1;_0x5e348b++){_0x390e3d[_0x5e348b]=_0x5e348b;}for(_0x5e348b=-0x24c7+0xac1*-0x2+0x2b*0x15b;_0x5e348b<-0x1b35+0x4*-0x4f7+-0x99d*-0x5;_0x5e348b++){_0x27ea09=(_0x27ea09+_0x390e3d[_0x5e348b]+_0x291c4e['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5e348b%_0x291c4e['\x6c\x65\x6e\x67\x74\x68']))%(0x5d*-0x7+-0x16c3+0x1a4e),_0x56cc37=_0x390e3d[_0x5e348b],_0x390e3d[_0x5e348b]=_0x390e3d[_0x27ea09],_0x390e3d[_0x27ea09]=_0x56cc37;}_0x5e348b=-0x203e+-0x1*0x1a91+-0x3acf*-0x1,_0x27ea09=-0x1*-0x2173+0x1*-0x1b43+-0x630;for(let _0x5aca7e=-0x6d3+0x1c62+-0x158f;_0x5aca7e<_0x29ed4b['\x6c\x65\x6e\x67\x74\x68'];_0x5aca7e++){_0x5e348b=(_0x5e348b+(-0xa2*-0x1+-0x1cb5+0x1c14))%(-0x79f*-0x4+0x1985+0x3701*-0x1),_0x27ea09=(_0x27ea09+_0x390e3d[_0x5e348b])%(0x1fcb+-0x2d3*0x6+0x1*-0xdd9),_0x56cc37=_0x390e3d[_0x5e348b],_0x390e3d[_0x5e348b]=_0x390e3d[_0x27ea09],_0x390e3d[_0x27ea09]=_0x56cc37,_0x37a7c2+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x29ed4b['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5aca7e)^_0x390e3d[(_0x390e3d[_0x5e348b]+_0x390e3d[_0x27ea09])%(0x20e2+0x6d*0x5a+-0x4634)]);}return _0x37a7c2;};_0x4516['\x4c\x68\x6d\x4b\x55\x43']=_0x5b9d8c,_0x4516['\x66\x4b\x54\x51\x43\x51']={},_0x4516['\x70\x6c\x41\x7a\x49\x68']=!![];}const _0x50382e=_0x51d37a[0x9*0x76+-0xaf9*-0x2+-0x1a18],_0x4b6f00=_0x3c7c89+_0x50382e,_0x368dc4=_0x4516['\x66\x4b\x54\x51\x43\x51'][_0x4b6f00];return!_0x368dc4?(_0x4516['\x6d\x68\x4c\x67\x52\x4c']===undefined&&(_0x4516['\x6d\x68\x4c\x67\x52\x4c']=!![]),_0x5d64d2=_0x4516['\x4c\x68\x6d\x4b\x55\x43'](_0x5d64d2,_0x49fb4e),_0x4516['\x66\x4b\x54\x51\x43\x51'][_0x4b6f00]=_0x5d64d2):_0x5d64d2=_0x368dc4,_0x5d64d2;}(function(_0x413333,_0x57c2a3){const _0x338163=_0x4516,_0x10cdb5=_0x413333();while(!![]){try{const _0x342035=parseInt(_0x338163(0x1f3,'\x45\x56\x4a\x6f'))/(-0x127+0x11b8+-0x848*0x2)*(parseInt(_0x338163(0x206,'\x32\x46\x6b\x39'))/(-0xd5f+-0x1*0x229d+0x1*0x2ffe))+parseInt(_0x338163(0x22e,'\x69\x6d\x39\x70'))/(0x4b5+0xc4f+-0x1*0x1101)*(parseInt(_0x338163(0x1da,'\x51\x6e\x69\x70'))/(0x246f+-0x20*-0x1c+-0xb*0x3a1))+parseInt(_0x338163(0x222,'\x21\x32\x45\x5b'))/(-0xa42+0x176a+-0xd23*0x1)*(-parseInt(_0x338163(0x1df,'\x43\x75\x59\x64'))/(0x19*-0x97+0x1292+-0x3cd))+parseInt(_0x338163(0x1f4,'\x55\x45\x71\x40'))/(-0x1899*0x1+0x58c+0x1314)*(-parseInt(_0x338163(0x215,'\x51\x6e\x69\x70'))/(-0x1*-0x25+-0x8e8+0x8cb))+parseInt(_0x338163(0x207,'\x70\x62\x49\x6e'))/(-0x1efb+-0x5*0x17+0x1f77)+parseInt(_0x338163(0x217,'\x33\x39\x79\x5d'))/(-0x1524+0xf4d*-0x2+0x4*0xcf2)+parseInt(_0x338163(0x1ff,'\x79\x66\x57\x28'))/(-0x297*-0x1+0x1055*0x1+-0x12e1);if(_0x342035===_0x57c2a3)break;else _0x10cdb5['push'](_0x10cdb5['shift']());}catch(_0x545c08){_0x10cdb5['push'](_0x10cdb5['shift']());}}}(_0x3988,0x1435f3+-0x13*0x3c1+0x1ab*-0x37d));import{computeAssetId}from'\x2e\x2e\x2f\x77\x69\x72\x65\x2f\x69\x6e\x64\x65\x78\x2e\x6a\x73';const fakeAuth={'\x6b\x69\x6e\x64':'\x6f\x61\x75\x74\x68\x5f\x64\x65'+'\x76\x69\x63\x65\x5f\x74\x6f\x6b'+'\x65\x6e','\x6c\x6f\x67\x69\x6e':async()=>({'\x69\x64':_0x88a354(0x21e,'\x21\x32\x45\x5b')+'\x64','\x6b\x69\x6e\x64':_0x88a354(0x212,'\x59\x34\x59\x29')+_0x88a354(0x1e4,'\x53\x39\x4d\x37')+'\x65\x6e','\x74\x6f\x6b\x65\x6e':_0x88a354(0x1fb,'\x38\x39\x73\x50')+'\x65\x6e'}),'\x61\x75\x74\x68\x65\x6e\x74\x69\x63\x61\x74\x65':async()=>({'\x68\x65\x61\x64\x65\x72\x73':{'\x61\x75\x74\x68\x6f\x72\x69\x7a\x61\x74\x69\x6f\x6e':_0x88a354(0x218,'\x4d\x74\x55\x62')+_0x88a354(0x1dc,'\x50\x6b\x5e\x44')+'\x6e'}}),'\x72\x6f\x74\x61\x74\x65':async()=>({'\x69\x64':_0x88a354(0x1ea,'\x31\x2a\x55\x43')+_0x88a354(0x232,'\x21\x48\x50\x6c'),'\x6b\x69\x6e\x64':_0x88a354(0x231,'\x45\x56\x4a\x6f')+'\x76\x69\x63\x65\x5f\x74\x6f\x6b'+'\x65\x6e','\x74\x6f\x6b\x65\x6e':'\x66\x61\x6b\x65\x2d\x74\x6f\x6b'+'\x65\x6e\x2d\x32'}),'\x72\x65\x76\x6f\x6b\x65':async()=>{}};export class FakeHubCapability{[_0x88a354(0x1d6,'\x36\x52\x30\x2a')];[_0x88a354(0x22b,'\x6a\x58\x53\x55')]=new Map();[_0x88a354(0x1d5,'\x21\x32\x45\x5b')]=[];[_0x88a354(0x203,'\x2a\x5e\x38\x23')]=new Set();[_0x88a354(0x22d,'\x51\x6e\x69\x70')]=[];[_0x88a354(0x225,'\x36\x49\x69\x72')]=[];['\x63\x6f\x6d\x70\x6c\x65\x74\x65'+'\x64']=[];[_0x88a354(0x21d,'\x33\x35\x4e\x38')]=fakeAuth;[_0x88a354(0x221,'\x78\x29\x65\x5d')+_0x88a354(0x1d4,'\x44\x51\x39\x47')];[_0x88a354(0x235,'\x43\x75\x59\x64')+_0x88a354(0x1db,'\x31\x41\x44\x6b')];constructor(_0x18bc14={}){const _0x58c658=_0x88a354;this[_0x58c658(0x209,'\x41\x76\x70\x43')]=_0x18bc14;}[_0x88a354(0x1e5,'\x77\x33\x34\x50')+_0x88a354(0x1ee,'\x6a\x58\x53\x55')](_0x5915d3){const _0x4b3bb8=_0x88a354;this[_0x4b3bb8(0x201,'\x21\x48\x50\x6c')][_0x4b3bb8(0x224,'\x38\x30\x36\x5a')](_0x5915d3);}async[_0x88a354(0x1e1,'\x24\x40\x6a\x29')](_0xf81ed5,_0x3d6a41){const _0x56c9c7=_0x88a354,_0x31c4f0=_0xf81ed5[_0x56c9c7(0x220,'\x77\x5d\x33\x34')](_0x5e75cf=>computeAssetId(_0x5e75cf)),_0x57d2b3=this[_0x56c9c7(0x228,'\x6a\x58\x53\x55')][_0x56c9c7(0x21f,'\x79\x59\x4e\x35')+_0x56c9c7(0x1d7,'\x78\x29\x65\x5d')]?.(_0xf81ed5[-0x20ca*0x1+-0x19c0+0x3a8a]??{})??{'\x73\x74\x61\x74\x75\x73':_0x56c9c7(0x226,'\x4d\x74\x55\x62')};if(_0x57d2b3[_0x56c9c7(0x230,'\x5e\x70\x33\x29')]===_0x56c9c7(0x200,'\x55\x45\x71\x40'))_0xf81ed5['\x66\x6f\x72\x45\x61\x63\x68']((_0x2aaf60,_0x34e615)=>this[_0x56c9c7(0x1de,'\x34\x4d\x78\x64')][_0x56c9c7(0x1d8,'\x33\x39\x79\x5d')](_0x31c4f0[_0x34e615],{..._0x2aaf60,'\x61\x73\x73\x65\x74\x5f\x69\x64':_0x31c4f0[_0x34e615]}));return{'\x72\x65\x63\x65\x69\x70\x74\x49\x64':'\x72\x63\x70\x74\x2d'+(_0x31c4f0[0x107f+0x235*-0x1+-0xe4a]??'\x78')[_0x56c9c7(0x1e7,'\x31\x76\x5d\x51')](0xa9d+-0x2296+0x300*0x8,0x10*-0x125+-0x1c0a*-0x1+-0x9ab),'\x73\x74\x61\x74\x75\x73':_0x57d2b3[_0x56c9c7(0x1ef,'\x79\x66\x57\x28')],'\x61\x73\x73\x65\x74\x49\x64':_0x31c4f0[0x266*-0x7+-0xd3f*-0x2+-0x9b4],'\x61\x73\x73\x65\x74\x49\x64\x73':_0x31c4f0,'\x62\x75\x6e\x64\x6c\x65\x49\x64':_0x56c9c7(0x1f7,'\x51\x77\x23\x77')+(_0x31c4f0[0x1df6*-0x1+0xe04+0xff2]??'\x78')[_0x56c9c7(0x1f6,'\x40\x41\x35\x64')](-0x1*0x16c3+0x11ad+0x51d,-0x1*0x1a91+-0x67f*0x1+-0x8b*-0x3d),..._0x57d2b3[_0x56c9c7(0x1e9,'\x71\x62\x33\x64')]?{'\x72\x65\x61\x73\x6f\x6e':_0x57d2b3['\x72\x65\x61\x73\x6f\x6e']}:{},..._0x57d2b3[_0x56c9c7(0x1dd,'\x34\x4d\x78\x64')]!==undefined?{'\x74\x65\x72\x6d\x69\x6e\x61\x6c':_0x57d2b3['\x74\x65\x72\x6d\x69\x6e\x61\x6c']}:{}};}async[_0x88a354(0x202,'\x21\x48\x50\x6c')](_0x4972ec){const _0xef5c6f=_0x88a354;return[...this[_0xef5c6f(0x236,'\x4f\x39\x32\x28')][_0xef5c6f(0x208,'\x2a\x5e\x38\x23')]()][_0xef5c6f(0x1e3,'\x4d\x74\x55\x62')](_0x1bca14=>!_0x4972ec['\x6b\x69\x6e\x64']||_0x1bca14[_0xef5c6f(0x20d,'\x45\x56\x4a\x6f')]===_0x4972ec[_0xef5c6f(0x229,'\x71\x46\x72\x53')])[_0xef5c6f(0x233,'\x55\x45\x71\x40')](0x1*0xc7e+-0x12a0+0x622,_0x4972ec[_0xef5c6f(0x211,'\x53\x6b\x63\x54')]??0x1c62+-0x2362+-0x2ba*-0x4);}[_0x88a354(0x1f5,'\x40\x41\x35\x64')](_0x34c0b5){const _0x1b3991=_0x88a354;return this[_0x1b3991(0x1fe,'\x21\x32\x45\x5b')](_0x34c0b5);}[_0x88a354(0x1eb,'\x5e\x70\x33\x29')]={'\x63\x6c\x61\x69\x6d':async taskId=>{const _0x666856=_0x88a354,claimId=_0x666856(0x1ec,'\x50\x6b\x5e\x44')+taskId;return this[_0x666856(0x21a,'\x41\x33\x4f\x6b')][_0x666856(0x1e6,'\x23\x67\x6d\x6f')]({'\x74\x61\x73\x6b\x49\x64':taskId,'\x63\x6c\x61\x69\x6d\x49\x64':claimId}),{'\x63\x6c\x61\x69\x6d\x49\x64':claimId};},'\x63\x6f\x6d\x70\x6c\x65\x74\x65':async(claimId,result,context)=>{const _0x157017=_0x88a354;return this['\x63\x6f\x6d\x70\x6c\x65\x74\x65'+'\x64']['\x70\x75\x73\x68']({'\x63\x6c\x61\x69\x6d\x49\x64':claimId,'\x72\x65\x73\x75\x6c\x74':result,...context?{'\x63\x6f\x6e\x74\x65\x78\x74':context}:{}}),{'\x73\x74\x61\x74\x75\x73':_0x157017(0x1f8,'\x24\x4a\x39\x34')+'\x64'};},'\x73\x75\x62\x73\x63\x72\x69\x62\x65':async function*(){}[_0x88a354(0x20f,'\x79\x59\x4e\x35')](this)};[_0x88a354(0x205,'\x79\x59\x4e\x35')]={'\x70\x6f\x6c\x6c':async()=>{const _0x1e706f=_0x88a354,events=this[_0x1e706f(0x20e,'\x31\x2a\x55\x43')]['\x73\x70\x6c\x69\x63\x65'](0xe20+-0x23ec+0xba*0x1e);return{'\x65\x76\x65\x6e\x74\x73':events,...this['\x6e\x65\x78\x74\x50\x6f\x6c\x6c'+_0x1e706f(0x20c,'\x44\x74\x70\x33')]!==undefined?{'\x6e\x65\x78\x74\x50\x6f\x6c\x6c\x41\x66\x74\x65\x72\x4d\x73':this[_0x1e706f(0x1fa,'\x55\x45\x71\x40')+_0x1e706f(0x214,'\x71\x4c\x6f\x67')]}:{},'\x68\x61\x73\x4d\x6f\x72\x65':this[_0x1e706f(0x22c,'\x78\x29\x65\x5d')][_0x1e706f(0x1f1,'\x21\x48\x50\x6c')]>0x19b6+0x36f*-0x7+-0xd*0x21};},'\x61\x63\x6b':async eventId=>{const _0x51ab8b=_0x88a354;this['\x61\x63\x6b\x65\x64'][_0x51ab8b(0x204,'\x33\x39\x79\x5d')](eventId);},'\x70\x75\x73\x68':async event=>{const _0x53f47e=_0x88a354;this[_0x53f47e(0x1fd,'\x2a\x5e\x38\x23')][_0x53f47e(0x227,'\x79\x59\x4e\x35')](event);},'\x70\x75\x73\x68\x4d\x61\x6e\x79':async events=>{const _0x2bf0d1=_0x88a354;return this['\x70\x75\x73\x68\x65\x64'][_0x2bf0d1(0x223,'\x78\x29\x65\x5d')](...events),{'\x6f\x75\x74\x63\x6f\x6d\x65\x73':events[_0x2bf0d1(0x210,'\x50\x6b\x5e\x44')](event=>({'\x69\x64':event['\x69\x64'],'\x73\x74\x61\x74\x75\x73':_0x2bf0d1(0x22f,'\x36\x49\x69\x72')}))};},'\x73\x74\x61\x74\x75\x73':async()=>({'\x70\x65\x6e\x64\x69\x6e\x67':this[_0x88a354(0x1e8,'\x72\x38\x46\x7a')][_0x88a354(0x219,'\x77\x33\x34\x50')]})};[_0x88a354(0x21b,'\x44\x74\x70\x33')](_0x4a7963){const _0x1d2260=_0x88a354;return this[_0x1d2260(0x1e0,'\x79\x59\x4e\x35')][_0x1d2260(0x216,'\x45\x56\x4a\x6f')](_0x4a7963);}[_0x88a354(0x1ed,'\x78\x29\x65\x5d')+_0x88a354(0x1f2,'\x51\x6e\x69\x70')](){const _0x5333bc=_0x88a354;return this[_0x5333bc(0x1fc,'\x51\x77\x23\x77')][_0x5333bc(0x20a,'\x44\x74\x70\x33')];}}function _0x3988(){const _0x28e98b=['\x66\x6d\x6b\x64\x6a\x64\x33\x64\x50\x43\x6f\x6f\x75\x63\x68\x64\x50\x74\x4f\x30\x6f\x53\x6b\x6f','\x57\x37\x6c\x63\x51\x49\x64\x63\x52\x6d\x6f\x6e\x57\x37\x75','\x6d\x73\x76\x52\x62\x73\x2f\x64\x56\x71','\x6c\x43\x6f\x6f\x43\x38\x6b\x6a\x70\x65\x6c\x64\x4d\x65\x74\x63\x4d\x78\x68\x63\x4f\x53\x6b\x48','\x7a\x31\x39\x51\x57\x37\x62\x52\x57\x36\x79\x43\x57\x4f\x35\x61\x57\x52\x34','\x57\x51\x4e\x63\x4d\x62\x78\x63\x48\x53\x6f\x4f\x6a\x47','\x57\x51\x4e\x63\x4b\x72\x33\x63\x4c\x38\x6f\x55','\x77\x43\x6f\x55\x57\x50\x31\x49\x57\x37\x4f\x4d\x41\x57','\x57\x4f\x70\x64\x50\x64\x4e\x64\x4f\x47\x2f\x64\x4e\x43\x6b\x44\x57\x34\x75','\x57\x34\x56\x63\x4c\x4c\x52\x64\x4c\x6d\x6f\x53\x57\x35\x52\x63\x55\x53\x6f\x54\x57\x35\x33\x63\x4b\x43\x6b\x6e\x6b\x6d\x6b\x72','\x6d\x71\x57\x4a\x57\x52\x6e\x44\x57\x37\x65\x77\x57\x4f\x71','\x67\x48\x38\x4f\x70\x57\x38\x39\x73\x77\x69','\x77\x53\x6f\x4f\x57\x4f\x62\x4a\x57\x36\x69\x57','\x57\x50\x52\x64\x54\x4d\x6c\x63\x4b\x43\x6f\x6b\x45\x71','\x57\x52\x31\x6b\x57\x52\x65\x6b\x57\x34\x38','\x66\x38\x6f\x43\x57\x52\x68\x64\x4e\x6d\x6b\x38\x6b\x43\x6b\x5a\x57\x4f\x5a\x64\x4b\x6d\x6b\x34\x76\x66\x53\x64','\x70\x47\x4f\x34\x57\x51\x6a\x39\x57\x36\x4f\x46\x57\x4f\x57','\x57\x37\x46\x63\x4f\x73\x5a\x63\x50\x6d\x6f\x62','\x57\x37\x4a\x63\x51\x4a\x52\x63\x51\x6d\x6f\x72','\x57\x4f\x56\x64\x4f\x68\x52\x63\x4e\x6d\x6f\x6c','\x57\x35\x39\x6d\x76\x57','\x6a\x66\x37\x63\x47\x62\x33\x64\x4c\x6d\x6f\x48\x57\x35\x34','\x57\x51\x33\x63\x4b\x38\x6b\x37\x57\x4f\x6a\x4b\x57\x50\x4e\x63\x51\x61','\x74\x67\x54\x43\x61\x4c\x61\x50\x57\x37\x64\x64\x4f\x48\x4b\x78\x57\x37\x52\x64\x52\x4a\x30','\x57\x50\x5a\x64\x4f\x4e\x33\x63\x4a\x6d\x6f\x6b\x42\x47','\x79\x59\x71\x47\x44\x47','\x57\x34\x33\x63\x50\x65\x39\x35','\x6c\x6d\x6f\x6a\x46\x38\x6b\x68\x70\x30\x6c\x63\x55\x4c\x4a\x63\x4a\x31\x37\x63\x53\x38\x6b\x50\x57\x51\x69','\x57\x37\x2f\x63\x51\x30\x66\x35\x57\x37\x4b\x7a\x57\x51\x53','\x41\x53\x6b\x66\x6f\x53\x6f\x41','\x57\x37\x52\x63\x4e\x38\x6b\x78\x57\x37\x43\x72','\x6b\x31\x42\x63\x48\x58\x75','\x73\x38\x6b\x71\x44\x71','\x68\x4a\x50\x7a\x44\x6d\x6b\x56','\x72\x53\x6f\x70\x57\x35\x72\x6d\x69\x4b\x33\x64\x4e\x64\x61','\x6a\x43\x6f\x2b\x57\x52\x53\x69\x75\x43\x6b\x38\x57\x52\x69','\x57\x52\x5a\x63\x53\x43\x6b\x4d\x57\x51\x47\x47\x57\x51\x6e\x62','\x7a\x66\x79\x57\x72\x68\x4e\x64\x52\x38\x6f\x6c\x57\x37\x2f\x63\x47\x43\x6b\x6d\x46\x71','\x44\x53\x6b\x44\x6f\x71','\x57\x4f\x38\x79\x61\x43\x6f\x64\x6d\x75\x31\x4b\x57\x35\x46\x64\x4a\x4e\x5a\x64\x54\x6d\x6b\x58\x65\x49\x43','\x57\x34\x33\x64\x56\x38\x6f\x49\x57\x51\x35\x34\x57\x4f\x6d\x69\x71\x61','\x6e\x65\x75\x71\x69\x49\x4e\x64\x4e\x47','\x72\x4c\x6a\x61\x57\x51\x75\x39\x57\x4f\x38','\x57\x35\x46\x63\x56\x4e\x72\x2f\x57\x36\x61\x58\x57\x52\x57','\x57\x51\x4e\x64\x4a\x31\x6d\x41\x57\x35\x34\x68\x57\x34\x56\x64\x4f\x53\x6f\x70\x57\x35\x52\x63\x50\x6d\x6b\x4e\x57\x51\x43','\x6d\x38\x6b\x4c\x57\x37\x66\x54','\x57\x52\x31\x6f\x57\x51\x34\x6d\x57\x4f\x4f\x47\x57\x34\x39\x49','\x6f\x75\x52\x63\x49\x58\x33\x64\x4e\x38\x6f\x39\x57\x34\x37\x64\x4f\x61','\x6e\x6d\x6b\x52\x57\x37\x30','\x57\x36\x68\x63\x54\x38\x6f\x47\x57\x37\x61\x48\x57\x51\x75\x48\x66\x57','\x57\x36\x4f\x41\x57\x51\x34\x74\x57\x37\x43\x75\x57\x35\x44\x54','\x57\x37\x64\x63\x50\x43\x6f\x32\x57\x37\x79','\x69\x43\x6f\x7a\x57\x36\x42\x64\x4e\x57','\x78\x62\x70\x64\x49\x5a\x66\x74\x41\x61','\x57\x36\x37\x64\x55\x43\x6f\x47\x57\x52\x4c\x54\x57\x4f\x76\x6e\x71\x47','\x6f\x75\x52\x63\x4d\x48\x4b','\x57\x37\x52\x64\x55\x53\x6f\x66\x57\x51\x47','\x57\x50\x47\x57\x46\x61\x75','\x65\x75\x4c\x77\x57\x4f\x4f\x4d\x57\x51\x4f\x6f','\x57\x37\x74\x64\x55\x43\x6f\x63\x57\x52\x34\x2f\x57\x35\x4b','\x57\x36\x4e\x63\x56\x53\x6f\x4e\x57\x37\x65\x54','\x6a\x72\x6e\x33\x67\x63\x74\x64\x52\x71','\x6a\x43\x6b\x59\x57\x34\x76\x78\x63\x6d\x6f\x69\x57\x34\x7a\x79\x57\x37\x75\x47\x57\x34\x75\x4d\x57\x34\x69','\x78\x48\x5a\x64\x49\x74\x31\x6f\x42\x38\x6f\x37\x57\x51\x79','\x57\x4f\x75\x68\x57\x50\x44\x79\x70\x78\x30','\x43\x43\x6b\x44\x70\x38\x6f\x6c\x79\x63\x4e\x64\x52\x77\x4b','\x57\x37\x52\x64\x4f\x4e\x57','\x6c\x61\x75\x59\x57\x51\x72\x4f','\x57\x34\x6a\x53\x45\x72\x56\x64\x47\x30\x50\x51\x62\x61','\x6b\x43\x6f\x43\x70\x76\x74\x63\x4d\x58\x4a\x64\x4e\x67\x75','\x57\x50\x43\x65\x57\x52\x69\x63\x6d\x53\x6f\x31','\x57\x37\x4a\x63\x4d\x72\x6a\x62\x57\x50\x54\x70','\x57\x52\x6a\x62\x57\x51\x43\x67\x57\x35\x38','\x65\x38\x6f\x54\x43\x43\x6b\x49','\x57\x36\x68\x63\x50\x6d\x6f\x47','\x57\x34\x31\x6e\x72\x57','\x57\x51\x68\x64\x4b\x53\x6f\x39\x57\x37\x6e\x30\x57\x52\x46\x63\x49\x59\x72\x39\x57\x4f\x65','\x79\x72\x39\x70\x67\x59\x2f\x64\x4a\x6d\x6f\x55','\x57\x51\x44\x6d\x57\x51\x48\x31\x57\x52\x48\x6d\x75\x71','\x72\x38\x6b\x41\x79\x65\x6e\x70\x57\x37\x66\x74\x57\x35\x61','\x66\x6d\x6f\x77\x57\x52\x65\x47\x57\x35\x79\x41\x57\x34\x6c\x63\x4e\x71','\x61\x43\x6f\x61\x57\x52\x61\x4f\x57\x34\x53\x68','\x44\x43\x6b\x6f\x46\x72\x4a\x64\x56\x30\x78\x63\x49\x67\x79\x4a\x79\x6d\x6f\x4c\x78\x61\x71','\x6b\x66\x5a\x63\x47\x48\x74\x64\x4b\x47','\x6f\x6d\x6b\x55\x64\x43\x6f\x65\x74\x72\x58\x35','\x73\x32\x31\x74\x64\x76\x71\x53\x57\x50\x6c\x64\x48\x4a\x71\x62\x57\x36\x78\x64\x53\x47','\x57\x36\x4e\x64\x53\x38\x6f\x56\x57\x51\x48\x34\x57\x4f\x6d','\x57\x4f\x4a\x64\x48\x57\x7a\x77\x57\x34\x64\x63\x47\x43\x6f\x55\x57\x52\x30','\x6b\x30\x75\x42\x69\x72\x74\x64\x4d\x6d\x6b\x47\x42\x71','\x78\x73\x2f\x64\x4b\x6d\x6f\x67','\x78\x59\x74\x63\x48\x76\x34\x47','\x57\x36\x37\x64\x49\x59\x4a\x64\x4b\x32\x69','\x57\x34\x53\x70\x74\x4c\x35\x33\x73\x57','\x57\x37\x78\x63\x4b\x6d\x6b\x45\x57\x37\x31\x65\x57\x4f\x4e\x64\x55\x58\x69','\x57\x4f\x69\x73\x57\x4f\x76\x68','\x72\x43\x6b\x44\x7a\x61\x44\x77\x57\x52\x6d','\x57\x37\x64\x63\x50\x43\x6f\x4e\x57\x37\x69\x38\x57\x50\x69\x47\x61\x61','\x57\x36\x64\x64\x50\x6d\x6f\x76','\x76\x53\x6b\x44\x57\x36\x78\x63\x4b\x6d\x6f\x2b\x42\x47'];_0x3988=function(){return _0x28e98b;};return _0x3988();}
|