@lovrabet/rabetbase-cli 2.4.6 → 2.4.7-beta.1

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.
Files changed (297) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/index.js +1 -1
  20. package/lib/commands/app/list.js +1 -1
  21. package/lib/commands/app/members-list.js +1 -1
  22. package/lib/commands/app/remote-directory.js +1 -1
  23. package/lib/commands/app/shared.js +1 -1
  24. package/lib/commands/app-config/delete.js +1 -1
  25. package/lib/commands/app-config/get.js +1 -1
  26. package/lib/commands/app-config/index.js +1 -1
  27. package/lib/commands/app-config/list.js +1 -1
  28. package/lib/commands/app-config/set.js +1 -1
  29. package/lib/commands/app-config/shared.js +1 -1
  30. package/lib/commands/auth/index.js +1 -1
  31. package/lib/commands/bff/create.js +1 -1
  32. package/lib/commands/bff/delete.js +1 -1
  33. package/lib/commands/bff/detail.js +1 -1
  34. package/lib/commands/bff/index.js +1 -1
  35. package/lib/commands/bff/list.js +1 -1
  36. package/lib/commands/bff/pull.js +1 -1
  37. package/lib/commands/bff/push.js +1 -1
  38. package/lib/commands/bff/status.js +1 -1
  39. package/lib/commands/cli-skill/index.js +1 -1
  40. package/lib/commands/cli-update.js +1 -1
  41. package/lib/commands/codegen/index.js +1 -1
  42. package/lib/commands/codegen/sdk.js +1 -1
  43. package/lib/commands/codegen/sql.js +1 -1
  44. package/lib/commands/common/app-registry.js +1 -1
  45. package/lib/commands/common/app-selector.js +1 -1
  46. package/lib/commands/common/async-task.js +1 -1
  47. package/lib/commands/common/dry-run.js +1 -1
  48. package/lib/commands/common/flags.js +1 -1
  49. package/lib/commands/common/local-file.js +1 -1
  50. package/lib/commands/common/validate.js +1 -1
  51. package/lib/commands/config/get.js +1 -1
  52. package/lib/commands/config/index.js +1 -1
  53. package/lib/commands/config/list.js +1 -1
  54. package/lib/commands/config/set.js +1 -1
  55. package/lib/commands/config/shared.js +1 -1
  56. package/lib/commands/data/filter.js +1 -1
  57. package/lib/commands/data/getOne.js +1 -1
  58. package/lib/commands/data/index.js +1 -1
  59. package/lib/commands/data/shared.js +1 -1
  60. package/lib/commands/dataset/business-group-update.js +1 -1
  61. package/lib/commands/dataset/business-groups.js +1 -1
  62. package/lib/commands/dataset/capability.js +1 -1
  63. package/lib/commands/dataset/delete.js +1 -1
  64. package/lib/commands/dataset/detail.js +1 -1
  65. package/lib/commands/dataset/extend-update.js +1 -1
  66. package/lib/commands/dataset/field-update.js +1 -1
  67. package/lib/commands/dataset/generate.js +1 -1
  68. package/lib/commands/dataset/index.js +1 -1
  69. package/lib/commands/dataset/list.js +1 -1
  70. package/lib/commands/dataset/operations.js +1 -1
  71. package/lib/commands/dataset/relation-audit.js +1 -1
  72. package/lib/commands/dataset/relation-create.js +1 -1
  73. package/lib/commands/dataset/relation-delete.js +1 -1
  74. package/lib/commands/dataset/relation-shared.js +1 -1
  75. package/lib/commands/dataset/relation-update.js +1 -1
  76. package/lib/commands/dataset/relations.js +1 -1
  77. package/lib/commands/dataset/rename.js +1 -1
  78. package/lib/commands/dataset/restore.js +1 -1
  79. package/lib/commands/db/analysis-batching.js +1 -1
  80. package/lib/commands/db/analyze-batch-plan.js +1 -1
  81. package/lib/commands/db/analyze-cancel.js +1 -1
  82. package/lib/commands/db/analyze-start.js +1 -1
  83. package/lib/commands/db/analyze-status.js +1 -1
  84. package/lib/commands/db/create.js +1 -1
  85. package/lib/commands/db/delete.js +1 -1
  86. package/lib/commands/db/detail.js +1 -1
  87. package/lib/commands/db/diff-refresh-start.js +1 -1
  88. package/lib/commands/db/diff-refresh-status.js +1 -1
  89. package/lib/commands/db/diff.js +1 -1
  90. package/lib/commands/db/index.js +1 -1
  91. package/lib/commands/db/list.js +1 -1
  92. package/lib/commands/db/shared.js +1 -1
  93. package/lib/commands/db/tables.js +1 -1
  94. package/lib/commands/db/test.js +1 -1
  95. package/lib/commands/db/update.js +1 -1
  96. package/lib/commands/doctor.js +1 -1
  97. package/lib/commands/file/index.js +1 -1
  98. package/lib/commands/init/index.js +1 -1
  99. package/lib/commands/issue/index.js +1 -1
  100. package/lib/commands/issue/nudge.js +1 -1
  101. package/lib/commands/issue/report.js +1 -1
  102. package/lib/commands/issue/shared.js +1 -1
  103. package/lib/commands/kb/create.js +1 -1
  104. package/lib/commands/kb/delete.js +1 -1
  105. package/lib/commands/kb/detail.js +1 -1
  106. package/lib/commands/kb/index.js +1 -1
  107. package/lib/commands/kb/list.js +1 -1
  108. package/lib/commands/kb/search.d.ts +2 -0
  109. package/lib/commands/kb/search.js +1 -0
  110. package/lib/commands/kb/shared.js +1 -1
  111. package/lib/commands/kb/update.js +1 -1
  112. package/lib/commands/logs/index.js +1 -1
  113. package/lib/commands/menu/asset-update.js +1 -1
  114. package/lib/commands/menu/delete.js +1 -1
  115. package/lib/commands/menu/external-link-create.js +1 -1
  116. package/lib/commands/menu/external-link-update.js +1 -1
  117. package/lib/commands/menu/group-create.js +1 -1
  118. package/lib/commands/menu/group-update.js +1 -1
  119. package/lib/commands/menu/index.js +1 -1
  120. package/lib/commands/menu/list.js +1 -1
  121. package/lib/commands/menu/move.js +1 -1
  122. package/lib/commands/menu/regroup-start.js +1 -1
  123. package/lib/commands/menu/rename.js +1 -1
  124. package/lib/commands/menu/shared/compare-table.js +1 -1
  125. package/lib/commands/menu/shared/delete-plan.js +1 -1
  126. package/lib/commands/menu/shared/facts.js +1 -1
  127. package/lib/commands/menu/shared/index.js +1 -1
  128. package/lib/commands/menu/shared/inquirer.js +1 -1
  129. package/lib/commands/menu/shared/local-pages.js +1 -1
  130. package/lib/commands/menu/shared/logic.js +1 -1
  131. package/lib/commands/menu/shared/mutations.js +1 -1
  132. package/lib/commands/menu/shared/service.js +1 -1
  133. package/lib/commands/menu/shared/sync-core.js +1 -1
  134. package/lib/commands/menu/shared/update-core.js +1 -1
  135. package/lib/commands/menu/shared/valid-url.js +1 -1
  136. package/lib/commands/menu/sync.js +1 -1
  137. package/lib/commands/menu/visibility-update.js +1 -1
  138. package/lib/commands/notification/config-create.js +1 -1
  139. package/lib/commands/notification/config-delete.js +1 -1
  140. package/lib/commands/notification/config-list.js +1 -1
  141. package/lib/commands/notification/config-update.js +1 -1
  142. package/lib/commands/notification/index.js +1 -1
  143. package/lib/commands/notification/shared.js +1 -1
  144. package/lib/commands/ocr/index.js +1 -1
  145. package/lib/commands/page/create.js +1 -1
  146. package/lib/commands/page/custom/detail.js +1 -1
  147. package/lib/commands/page/custom/list.js +1 -1
  148. package/lib/commands/page/custom/publish.js +1 -1
  149. package/lib/commands/page/custom/shared.js +1 -1
  150. package/lib/commands/page/custom/syntax.js +1 -1
  151. package/lib/commands/page/custom/template.js +1 -1
  152. package/lib/commands/page/custom/update.js +1 -1
  153. package/lib/commands/page/data-list-status.js +1 -1
  154. package/lib/commands/page/generate-start.js +1 -1
  155. package/lib/commands/page/generate-status.js +1 -1
  156. package/lib/commands/page/index.js +1 -1
  157. package/lib/commands/page/pull.js +1 -1
  158. package/lib/commands/page/push.js +1 -1
  159. package/lib/commands/page/relation-audit.js +1 -1
  160. package/lib/commands/page/restore.js +1 -1
  161. package/lib/commands/page/shared.js +1 -1
  162. package/lib/commands/page/sync.js +1 -1
  163. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  164. package/lib/commands/project/create/format-elapsed.js +1 -1
  165. package/lib/commands/project/create/main.js +1 -1
  166. package/lib/commands/project/create/materialize-project-template.js +1 -1
  167. package/lib/commands/project/create/project-name.js +1 -1
  168. package/lib/commands/project/create/project-template-archive.js +1 -1
  169. package/lib/commands/project/create/project-template-path.js +1 -1
  170. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  171. package/lib/commands/project/create/use-format-code.js +1 -1
  172. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  173. package/lib/commands/project/index.js +1 -1
  174. package/lib/commands/project/upgrade.js +1 -1
  175. package/lib/commands/registry.js +1 -1
  176. package/lib/commands/role/delete.js +1 -1
  177. package/lib/commands/role/detail.js +1 -1
  178. package/lib/commands/role/index.js +1 -1
  179. package/lib/commands/role/list.js +1 -1
  180. package/lib/commands/role/shared.js +1 -1
  181. package/lib/commands/role/update.js +1 -1
  182. package/lib/commands/role/user-add.js +1 -1
  183. package/lib/commands/role/user-remove.js +1 -1
  184. package/lib/commands/role/user-resolve.js +1 -1
  185. package/lib/commands/run/index.js +1 -1
  186. package/lib/commands/schema.js +1 -1
  187. package/lib/commands/sql/create.js +1 -1
  188. package/lib/commands/sql/delete.js +1 -1
  189. package/lib/commands/sql/detail.js +1 -1
  190. package/lib/commands/sql/exec.js +1 -1
  191. package/lib/commands/sql/index.js +1 -1
  192. package/lib/commands/sql/list.js +1 -1
  193. package/lib/commands/sql/pull.js +1 -1
  194. package/lib/commands/sql/push.js +1 -1
  195. package/lib/commands/sql/shared.js +1 -1
  196. package/lib/commands/sql/status.js +1 -1
  197. package/lib/commands/sql/validate.js +1 -1
  198. package/lib/commands/task/index.js +1 -1
  199. package/lib/commands/task/status.js +1 -1
  200. package/lib/commands/tenant/index.js +1 -1
  201. package/lib/commands/tenant/members-list.js +1 -1
  202. package/lib/commands/tenant/shared.js +1 -1
  203. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  204. package/lib/commands/user-account/index.js +1 -1
  205. package/lib/commands/workspace/add.js +1 -1
  206. package/lib/commands/workspace/index.js +1 -1
  207. package/lib/commands/workspace/remove.js +1 -1
  208. package/lib/config/schema.js +1 -1
  209. package/lib/constant/cdn.js +1 -1
  210. package/lib/constant/cli.js +1 -1
  211. package/lib/constant/defaults.js +1 -1
  212. package/lib/constant/domain.js +1 -1
  213. package/lib/constant/env.js +1 -1
  214. package/lib/constant/output.js +1 -1
  215. package/lib/constant/paths.js +1 -1
  216. package/lib/constant/risk.js +1 -1
  217. package/lib/context/app-resolver.js +1 -1
  218. package/lib/context/auth-resolver.js +1 -1
  219. package/lib/context/config-loader.js +1 -1
  220. package/lib/context.js +1 -1
  221. package/lib/core/alias-resolver.js +1 -1
  222. package/lib/core/api-client.d.ts +16 -0
  223. package/lib/core/api-client.js +1 -1
  224. package/lib/core/bff/config.js +1 -1
  225. package/lib/core/bff/file-system.js +1 -1
  226. package/lib/core/bff/hash.js +1 -1
  227. package/lib/core/bff/lock.js +1 -1
  228. package/lib/core/bff/utils.js +1 -1
  229. package/lib/core/db-resolver.js +1 -1
  230. package/lib/core/page/file-system.js +1 -1
  231. package/lib/core/page/hash.js +1 -1
  232. package/lib/core/page/lock.js +1 -1
  233. package/lib/core/sql-index-auditor.js +1 -1
  234. package/lib/core/sql-sync/config.js +1 -1
  235. package/lib/core/sql-sync/file-system.js +1 -1
  236. package/lib/core/sql-sync/hash.js +1 -1
  237. package/lib/core/sql-sync/lock.js +1 -1
  238. package/lib/core/sql-sync/utils.js +1 -1
  239. package/lib/core/sql-validator.js +1 -1
  240. package/lib/errors.js +1 -1
  241. package/lib/framework/build-all-flags.js +1 -1
  242. package/lib/framework/error-output.js +1 -1
  243. package/lib/framework/explicit-yes.js +1 -1
  244. package/lib/framework/flags.js +1 -1
  245. package/lib/framework/help.js +1 -1
  246. package/lib/framework/index.js +1 -1
  247. package/lib/framework/output.js +1 -1
  248. package/lib/framework/response.js +1 -1
  249. package/lib/framework/runner-alias.js +1 -1
  250. package/lib/framework/runner.js +1 -1
  251. package/lib/framework/schema-export.js +1 -1
  252. package/lib/framework/types.js +1 -1
  253. package/lib/generated/build-info.d.ts +4 -4
  254. package/lib/generated/build-info.js +1 -1
  255. package/lib/help.js +1 -1
  256. package/lib/postinstall.js +1 -1
  257. package/lib/runtime/confirmation.js +1 -1
  258. package/lib/runtime/event.js +1 -1
  259. package/lib/runtime/index.js +1 -1
  260. package/lib/runtime/queue.js +1 -1
  261. package/lib/runtime/resolve.js +1 -1
  262. package/lib/skills/builtin-skill.js +1 -1
  263. package/lib/skills/main.js +1 -1
  264. package/lib/skills/npx-skills-add.js +1 -1
  265. package/lib/skills/skill-presence.js +1 -1
  266. package/lib/telemetry/cli-command-trace.js +1 -1
  267. package/lib/telemetry/cli-help-trace.js +1 -1
  268. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  269. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  270. package/lib/telemetry/send-cli-trace-log.js +1 -1
  271. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  272. package/lib/utils/ai_config.js +1 -1
  273. package/lib/utils/apply-jq-filter.js +1 -1
  274. package/lib/utils/cdn-config.js +1 -1
  275. package/lib/utils/check-sdk-version.js +1 -1
  276. package/lib/utils/cli-version-check.js +1 -1
  277. package/lib/utils/cli-version-policy.js +1 -1
  278. package/lib/utils/config.js +1 -1
  279. package/lib/utils/entity-with-id.js +1 -1
  280. package/lib/utils/file-utils.js +1 -1
  281. package/lib/utils/guides-cdn.js +1 -1
  282. package/lib/utils/http-client.js +1 -1
  283. package/lib/utils/is-non-interactive.js +1 -1
  284. package/lib/utils/logger.js +1 -1
  285. package/lib/utils/params.js +1 -1
  286. package/lib/utils/platform.js +1 -1
  287. package/lib/utils/rules-cdn.js +1 -1
  288. package/lib/utils/sleep.js +1 -1
  289. package/lib/utils/template-replacer.js +1 -1
  290. package/lib/utils/update-notice.js +1 -1
  291. package/lib/utils/version.js +1 -1
  292. package/lib/utils/with-active-cookie.js +1 -1
  293. package/lib/utils/write-cli-side-channel.js +1 -1
  294. package/package.json +1 -1
  295. package/skills/rabetbase/SKILL.md +4 -4
  296. package/skills/rabetbase/references/rabetbase-kb.md +13 -3
  297. package/skills/rabetbase.manifest.json +3 -3
@@ -1 +1 @@
1
- function a270_0x42ac(){const _0x5f58f5=['40nanpkE','version','traceName','16535937blLBrn','1722172XlGHhg','3sMHLFF','41986MinRvK','969129FfUJTs','1198360KcEcNR','3204782uJIeGp','6JeoTTw','1701650GweCBE','12oCuoyu','manual','spanName','2mLmcNa'];a270_0x42ac=function(){return _0x5f58f5;};return a270_0x42ac();}(function(_0x34fdbf,_0x3aa0c2){const _0x569556=a270_0x5a74,_0x4e98b5=_0x34fdbf();while(!![]){try{const _0x290adb=-parseInt(_0x569556(0x1a1))/0x1*(parseInt(_0x569556(0x1a8))/0x2)+parseInt(_0x569556(0x1a7))/0x3*(parseInt(_0x569556(0x1a6))/0x4)+parseInt(_0x569556(0x19d))/0x5+parseInt(_0x569556(0x1ac))/0x6*(parseInt(_0x569556(0x1ab))/0x7)+parseInt(_0x569556(0x1aa))/0x8+parseInt(_0x569556(0x1a9))/0x9*(parseInt(_0x569556(0x1a2))/0xa)+parseInt(_0x569556(0x1a5))/0xb*(-parseInt(_0x569556(0x19e))/0xc);if(_0x290adb===_0x3aa0c2)break;else _0x4e98b5['push'](_0x4e98b5['shift']());}catch(_0x8da4a8){_0x4e98b5['push'](_0x4e98b5['shift']());}}}(a270_0x42ac,0x4071d));import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a270_0x5a74(_0x291aaa,_0x154159){_0x291aaa=_0x291aaa-0x19d;const _0x42ac84=a270_0x42ac();let _0x5a7421=_0x42ac84[_0x291aaa];return _0x5a7421;}import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME='rabetbase-cli';export async function sendCliTraceLog(_0x736234){const _0x49afd1=a270_0x5a74;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x736234[_0x49afd1(0x1a4)]??DEFAULT_TRACE_NAME,'version':_0x736234[_0x49afd1(0x1a3)]??getCliVersion(),'spanName':_0x736234[_0x49afd1(0x1a0)],'eventType':_0x49afd1(0x19f),'logData':_0x736234['logData'],..._0x736234['traceparent']&&{'traceparent':_0x736234['traceparent']}});}
1
+ const a271_0xf30671=a271_0xc54b;function a271_0xc54b(_0x33592b,_0x14cd6c){_0x33592b=_0x33592b-0x162;const _0x3ca976=a271_0x3ca9();let _0xc54b43=_0x3ca976[_0x33592b];return _0xc54b43;}(function(_0x688635,_0x5ac6eb){const _0x5cc386=a271_0xc54b,_0x1b0de0=_0x688635();while(!![]){try{const _0x47d550=parseInt(_0x5cc386(0x163))/0x1+-parseInt(_0x5cc386(0x168))/0x2+-parseInt(_0x5cc386(0x16a))/0x3*(parseInt(_0x5cc386(0x169))/0x4)+-parseInt(_0x5cc386(0x167))/0x5*(parseInt(_0x5cc386(0x171))/0x6)+parseInt(_0x5cc386(0x164))/0x7+parseInt(_0x5cc386(0x166))/0x8*(parseInt(_0x5cc386(0x16e))/0x9)+parseInt(_0x5cc386(0x16d))/0xa;if(_0x47d550===_0x5ac6eb)break;else _0x1b0de0['push'](_0x1b0de0['shift']());}catch(_0x1caf0d){_0x1b0de0['push'](_0x1b0de0['shift']());}}}(a271_0x3ca9,0x99ffc));function a271_0x3ca9(){const _0x5795a8=['rabetbase-cli','12568smzFBv','15QoKLrj','1146678HILfzj','304pkHRYf','16143fMDCAY','traceName','spanName','4296600vUSXJa','2817KzsKeg','manual','traceparent','1584750BVNyRh','version','1053241Lvvpvn','3015782jyjUmt'];a271_0x3ca9=function(){return _0x5795a8;};return a271_0x3ca9();}import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME=a271_0xf30671(0x165);export async function sendCliTraceLog(_0x44e117){const _0x4c01e2=a271_0xf30671;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x44e117[_0x4c01e2(0x16b)]??DEFAULT_TRACE_NAME,'version':_0x44e117[_0x4c01e2(0x162)]??getCliVersion(),'spanName':_0x44e117[_0x4c01e2(0x16c)],'eventType':_0x4c01e2(0x16f),'logData':_0x44e117['logData'],..._0x44e117[_0x4c01e2(0x170)]&&{'traceparent':_0x44e117[_0x4c01e2(0x170)]}});}
@@ -1 +1 @@
1
- function a271_0x8cfe(_0x137883,_0x224f68){_0x137883=_0x137883-0x12c;const _0x294742=a271_0x2947();let _0x8cfe0e=_0x294742[_0x137883];return _0x8cfe0e;}const a271_0x225f81=a271_0x8cfe;(function(_0x26f103,_0x5d6807){const _0x332b4e=a271_0x8cfe,_0x46f97a=_0x26f103();while(!![]){try{const _0x54ffcf=parseInt(_0x332b4e(0x13f))/0x1*(-parseInt(_0x332b4e(0x134))/0x2)+parseInt(_0x332b4e(0x136))/0x3+-parseInt(_0x332b4e(0x12f))/0x4+-parseInt(_0x332b4e(0x133))/0x5*(-parseInt(_0x332b4e(0x137))/0x6)+-parseInt(_0x332b4e(0x12d))/0x7*(parseInt(_0x332b4e(0x13e))/0x8)+-parseInt(_0x332b4e(0x13d))/0x9*(parseInt(_0x332b4e(0x13c))/0xa)+parseInt(_0x332b4e(0x135))/0xb;if(_0x54ffcf===_0x5d6807)break;else _0x46f97a['push'](_0x46f97a['shift']());}catch(_0x2fa379){_0x46f97a['push'](_0x46f97a['shift']());}}}(a271_0x2947,0x304f1));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME='platform-issue-log-collect';export const PLATFORM_ISSUE_SPAN_NAME=a271_0x225f81(0x12c);function a271_0x2947(){const _0x37d7dc=['sanitize','redactionKinds','10190OlEUtP','1638atnQKu','1440TQLbMM','42fufoBd','issue.log.collect','6216OMJgBE','originalBytes','195708ZUULEj','title','truncated','redactionCount','159655GeaEfR','11902iBbmzo','2690424JQHxYC','1121817SOkMFy','42gUHtzF','join','description'];a271_0x2947=function(){return _0x37d7dc;};return a271_0x2947();}export async function sendPlatformIssueCollectLog(_0x169907){const _0x3b569d=a271_0x225f81;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x169907[_0x3b569d(0x130)],'issue.description':_0x169907[_0x3b569d(0x139)],..._0x169907[_0x3b569d(0x13a)]?{'issue.description_original_bytes':_0x169907['sanitize'][_0x3b569d(0x12e)],'issue.description_truncated':_0x169907[_0x3b569d(0x13a)][_0x3b569d(0x131)],'issue.description_redactions':_0x169907[_0x3b569d(0x13a)][_0x3b569d(0x132)],'issue.description_redaction_kinds':_0x169907[_0x3b569d(0x13a)][_0x3b569d(0x13b)][_0x3b569d(0x138)](',')}:{}}});}
1
+ const a272_0x4e57ba=a272_0x2180;(function(_0xa520,_0x2af728){const _0x5c3f05=a272_0x2180,_0x2c07c9=_0xa520();while(!![]){try{const _0x14cfe7=-parseInt(_0x5c3f05(0x13c))/0x1*(-parseInt(_0x5c3f05(0x13f))/0x2)+parseInt(_0x5c3f05(0x143))/0x3*(-parseInt(_0x5c3f05(0x13a))/0x4)+parseInt(_0x5c3f05(0x140))/0x5+-parseInt(_0x5c3f05(0x142))/0x6*(parseInt(_0x5c3f05(0x138))/0x7)+parseInt(_0x5c3f05(0x13b))/0x8+-parseInt(_0x5c3f05(0x146))/0x9+parseInt(_0x5c3f05(0x145))/0xa;if(_0x14cfe7===_0x2af728)break;else _0x2c07c9['push'](_0x2c07c9['shift']());}catch(_0x5f546f){_0x2c07c9['push'](_0x2c07c9['shift']());}}}(a272_0x4db0,0x89d3c));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a272_0x4db0(){const _0x5d84a3=['7734096GBtzxm','truncated','sanitize','378NGYnsJ','platform-issue-log-collect','12zxutKN','7777712tnCWAK','8UqYwKH','join','redactionCount','261766KrTZhm','1311570gMDCrH','originalBytes','69306IyblCE','1056285dTmgtj','description','8223310dOYwVi'];a272_0x4db0=function(){return _0x5d84a3;};return a272_0x4db0();}export const PLATFORM_ISSUE_TRACE_NAME=a272_0x4e57ba(0x139);function a272_0x2180(_0x8272a8,_0x258f29){_0x8272a8=_0x8272a8-0x137;const _0x4db0db=a272_0x4db0();let _0x218062=_0x4db0db[_0x8272a8];return _0x218062;}export const PLATFORM_ISSUE_SPAN_NAME='issue.log.collect';export async function sendPlatformIssueCollectLog(_0x2a6647){const _0x12813c=a272_0x4e57ba;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x2a6647['title'],'issue.description':_0x2a6647[_0x12813c(0x144)],..._0x2a6647[_0x12813c(0x137)]?{'issue.description_original_bytes':_0x2a6647[_0x12813c(0x137)][_0x12813c(0x141)],'issue.description_truncated':_0x2a6647[_0x12813c(0x137)][_0x12813c(0x147)],'issue.description_redactions':_0x2a6647[_0x12813c(0x137)][_0x12813c(0x13e)],'issue.description_redaction_kinds':_0x2a6647[_0x12813c(0x137)]['redactionKinds'][_0x12813c(0x13d)](',')}:{}}});}
@@ -1 +1 @@
1
- const a273_0x507be9=a273_0x6fbc;(function(_0x346705,_0x53a612){const _0x572a11=a273_0x6fbc,_0x1e31d9=_0x346705();while(!![]){try{const _0x5866f6=parseInt(_0x572a11(0x126))/0x1*(-parseInt(_0x572a11(0x109))/0x2)+parseInt(_0x572a11(0x111))/0x3*(parseInt(_0x572a11(0x127))/0x4)+-parseInt(_0x572a11(0x112))/0x5*(parseInt(_0x572a11(0x105))/0x6)+parseInt(_0x572a11(0x12e))/0x7+-parseInt(_0x572a11(0x129))/0x8*(parseInt(_0x572a11(0x107))/0x9)+parseInt(_0x572a11(0x120))/0xa*(-parseInt(_0x572a11(0x115))/0xb)+parseInt(_0x572a11(0x11d))/0xc;if(_0x5866f6===_0x53a612)break;else _0x1e31d9['push'](_0x1e31d9['shift']());}catch(_0x3b801d){_0x1e31d9['push'](_0x1e31d9['shift']());}}}(a273_0x1e77,0x72470));export const CORE_IDE_CONFIGS={'cursor':{'name':a273_0x507be9(0x128),'description':a273_0x507be9(0x132),'folders':[a273_0x507be9(0xff),a273_0x507be9(0x10c)],'files':[{'type':a273_0x507be9(0x10d),'path':'.cursor/skills/rabetbase.md','template':'SKILL.md.tpl'}]},'windsurf':{'name':a273_0x507be9(0x10a),'description':a273_0x507be9(0x12b),'folders':[a273_0x507be9(0x11c)],'files':[{'type':a273_0x507be9(0x10d),'path':a273_0x507be9(0x10b),'template':a273_0x507be9(0x12c)}]},'claude':{'name':a273_0x507be9(0x123),'description':a273_0x507be9(0x123),'folders':['.claude'],'files':[{'type':a273_0x507be9(0x10d),'path':a273_0x507be9(0x119),'template':a273_0x507be9(0x12c)}]},'cline':{'name':'Cline','description':'Cline\x20IDE','folders':['.cline'],'files':[{'type':'file','path':'.cline/skills/lovrabet/SKILL.md','template':a273_0x507be9(0x12c)}]},'codex':{'name':'Codex','description':a273_0x507be9(0x10e),'folders':[a273_0x507be9(0x114)],'files':[{'type':a273_0x507be9(0x10d),'path':a273_0x507be9(0x100),'template':a273_0x507be9(0x12c)}]},'opencode':{'name':a273_0x507be9(0x122),'description':a273_0x507be9(0x125),'folders':['.opencode'],'files':[{'type':a273_0x507be9(0x10d),'path':a273_0x507be9(0x10f),'template':a273_0x507be9(0x12c)}]},'qoder':{'name':a273_0x507be9(0x11e),'description':a273_0x507be9(0x101),'folders':['.qoder'],'files':[{'type':'file','path':a273_0x507be9(0x124),'template':a273_0x507be9(0x12c)},{'type':a273_0x507be9(0x10d),'path':'.qoder/skills/lovrabet/SKILL.md','template':a273_0x507be9(0x12c)}]},'codebuddy':{'name':'CodeBuddy','description':a273_0x507be9(0x118),'folders':['.codebuddy'],'files':[{'type':a273_0x507be9(0x10d),'path':a273_0x507be9(0x113),'template':a273_0x507be9(0x12c)}]},'trae':{'name':a273_0x507be9(0x104),'description':a273_0x507be9(0x116),'folders':[a273_0x507be9(0x110)],'files':[{'type':a273_0x507be9(0x10d),'path':a273_0x507be9(0x103),'template':a273_0x507be9(0x12c)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a273_0x507be9(0x102),'description':a273_0x507be9(0x121),'folders':[a273_0x507be9(0x12a)],'files':[{'type':'file','path':'.agent/skills/lovrabet/SKILL.md','template':a273_0x507be9(0x12c)}]},'antigravity':{'name':'Antigravity','description':a273_0x507be9(0x117),'folders':[a273_0x507be9(0x12a)],'files':[{'type':a273_0x507be9(0x10d),'path':a273_0x507be9(0x133),'template':a273_0x507be9(0x12c)}]}};export const CORE_IDE_LIST=['claude','cline',a273_0x507be9(0x130),a273_0x507be9(0xfe),a273_0x507be9(0x106),a273_0x507be9(0x108),a273_0x507be9(0x12d),'trae',a273_0x507be9(0x11a)];function a273_0x6fbc(_0x242826,_0x3b2d66){_0x242826=_0x242826-0xfe;const _0x1e7748=a273_0x1e77();let _0x6fbc79=_0x1e7748[_0x242826];return _0x6fbc79;}export const IDE_LIST=['antigravity',a273_0x507be9(0x11f),'cline',a273_0x507be9(0x130),'codex',a273_0x507be9(0x106),'opencode','qoder',a273_0x507be9(0x131),a273_0x507be9(0x11a),a273_0x507be9(0x11b)];function a273_0x1e77(){const _0xd27b1=['opencode','317742UYsATM','Windsurf','.windsurf/workflows/rabetbase.md','.cursor','file','Codex\x20IDE','.opencode/skills/lovrabet/SKILL.md','.trae','36381OsxWyS','315gwfAYC','.codebuddy/skills/lovrabet/SKILL.md','.codex','4594568yosiqq','Trae\x20IDE','Antigravity\x20IDE','CodeBuddy\x20IDE','.claude/skills/lovrabet/SKILL.md','windsurf','agent','.windsurf','21761772TmMyTd','Qoder','claude','20EqHBIa','通用模板\x20-\x20兜底方案','OpenCode','Claude\x20Code','.qoder/rules/rabetbase.md','OpenCode\x20IDE','4JrXtHa','196agbSIl','Cursor','1516776dSCsYO','.agent','Windsurf\x20IDE','SKILL.md.tpl','qoder','4891222ErDuWV','cline','codebuddy','trae','Cursor\x20IDE','.agent/skills/lovrabet/SKILL.md','codex','.cursorrules','.codex/skills/lovrabet/SKILL.md','Qoder\x20IDE','其他\x20(通用模板)','.trae/skills/lovrabet/SKILL.md','Trae','38964ChBAKK','cursor','36hCsaEh'];a273_0x1e77=function(){return _0xd27b1;};return a273_0x1e77();}export const ALL_CORE_IDES=[a273_0x507be9(0x106),a273_0x507be9(0x11a),'claude',a273_0x507be9(0x12f),a273_0x507be9(0xfe),a273_0x507be9(0x108),'qoder','codebuddy',a273_0x507be9(0x131)];
1
+ const a274_0x773b71=a274_0x5a74;function a274_0x3da6(){const _0x1b0b2f=['Antigravity','4aLdEZk','.windsurf','codex','6jZrOXb','windsurf','Cline\x20IDE','45381IJlrqu','Antigravity\x20IDE','.codex/skills/lovrabet/SKILL.md','1974ZxXQJr','.codex','3624584yToozc','.agent/skills/lovrabet/SKILL.md','.claude','cline','.windsurf/workflows/rabetbase.md','.cline/skills/lovrabet/SKILL.md','qoder','88803JsjZxe','.trae/skills/lovrabet/SKILL.md','claude','cursor','.qoder','Codex\x20IDE','.qoder/skills/lovrabet/SKILL.md','Qoder\x20IDE','Trae','Codex','5618569jMVkWO','.codebuddy/skills/lovrabet/SKILL.md','trae','Windsurf','通用模板\x20-\x20兜底方案','529xpMjlx','OpenCode','Trae\x20IDE','其他\x20(通用模板)','.cursor/skills/rabetbase.md','.agent','2608075bljBAQ','opencode','Cline','SKILL.md.tpl','.opencode','Windsurf\x20IDE','1240526ZbwAKX','.cursor','CodeBuddy','10hJEsyE','.trae','CodeBuddy\x20IDE','.cursorrules','file','agent','Claude\x20Code','.claude/skills/lovrabet/SKILL.md','.opencode/skills/lovrabet/SKILL.md'];a274_0x3da6=function(){return _0x1b0b2f;};return a274_0x3da6();}(function(_0x3a7ee8,_0x1bbdbe){const _0x48b98c=a274_0x5a74,_0x5f5db5=_0x3a7ee8();while(!![]){try{const _0x3dfc5c=parseInt(_0x48b98c(0x91))/0x1*(parseInt(_0x48b98c(0xb3))/0x2)+-parseInt(_0x48b98c(0xb0))/0x3*(-parseInt(_0x48b98c(0xaa))/0x4)+parseInt(_0x48b98c(0x97))/0x5+parseInt(_0x48b98c(0xad))/0x6*(parseInt(_0x48b98c(0x9d))/0x7)+-parseInt(_0x48b98c(0xb5))/0x8+parseInt(_0x48b98c(0xbc))/0x9+parseInt(_0x48b98c(0xa0))/0xa*(-parseInt(_0x48b98c(0x8c))/0xb);if(_0x3dfc5c===_0x1bbdbe)break;else _0x5f5db5['push'](_0x5f5db5['shift']());}catch(_0x53e64f){_0x5f5db5['push'](_0x5f5db5['shift']());}}}(a274_0x3da6,0x44df2));export const CORE_IDE_CONFIGS={'cursor':{'name':'Cursor','description':'Cursor\x20IDE','folders':[a274_0x773b71(0xa3),a274_0x773b71(0x9e)],'files':[{'type':'file','path':a274_0x773b71(0x95),'template':a274_0x773b71(0x9a)}]},'windsurf':{'name':a274_0x773b71(0x8f),'description':a274_0x773b71(0x9c),'folders':[a274_0x773b71(0xab)],'files':[{'type':a274_0x773b71(0xa4),'path':a274_0x773b71(0xb9),'template':a274_0x773b71(0x9a)}]},'claude':{'name':a274_0x773b71(0xa6),'description':a274_0x773b71(0xa6),'folders':[a274_0x773b71(0xb7)],'files':[{'type':a274_0x773b71(0xa4),'path':a274_0x773b71(0xa7),'template':a274_0x773b71(0x9a)}]},'cline':{'name':a274_0x773b71(0x99),'description':a274_0x773b71(0xaf),'folders':['.cline'],'files':[{'type':a274_0x773b71(0xa4),'path':a274_0x773b71(0xba),'template':'SKILL.md.tpl'}]},'codex':{'name':a274_0x773b71(0xc5),'description':a274_0x773b71(0xc1),'folders':[a274_0x773b71(0xb4)],'files':[{'type':'file','path':a274_0x773b71(0xb2),'template':'SKILL.md.tpl'}]},'opencode':{'name':a274_0x773b71(0x92),'description':'OpenCode\x20IDE','folders':[a274_0x773b71(0x9b)],'files':[{'type':a274_0x773b71(0xa4),'path':a274_0x773b71(0xa8),'template':a274_0x773b71(0x9a)}]},'qoder':{'name':'Qoder','description':a274_0x773b71(0xc3),'folders':[a274_0x773b71(0xc0)],'files':[{'type':a274_0x773b71(0xa4),'path':'.qoder/rules/rabetbase.md','template':'SKILL.md.tpl'},{'type':a274_0x773b71(0xa4),'path':a274_0x773b71(0xc2),'template':a274_0x773b71(0x9a)}]},'codebuddy':{'name':a274_0x773b71(0x9f),'description':a274_0x773b71(0xa2),'folders':['.codebuddy'],'files':[{'type':a274_0x773b71(0xa4),'path':a274_0x773b71(0x8d),'template':a274_0x773b71(0x9a)}]},'trae':{'name':a274_0x773b71(0xc4),'description':a274_0x773b71(0x93),'folders':[a274_0x773b71(0xa1)],'files':[{'type':'file','path':a274_0x773b71(0xbd),'template':'SKILL.md.tpl'}]}};function a274_0x5a74(_0x36af69,_0x16007e){_0x36af69=_0x36af69-0x8c;const _0x3da61a=a274_0x3da6();let _0x5a74e1=_0x3da61a[_0x36af69];return _0x5a74e1;}export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a274_0x773b71(0x94),'description':a274_0x773b71(0x90),'folders':[a274_0x773b71(0x96)],'files':[{'type':a274_0x773b71(0xa4),'path':a274_0x773b71(0xb6),'template':'SKILL.md.tpl'}]},'antigravity':{'name':a274_0x773b71(0xa9),'description':a274_0x773b71(0xb1),'folders':[a274_0x773b71(0x96)],'files':[{'type':a274_0x773b71(0xa4),'path':a274_0x773b71(0xb6),'template':'SKILL.md.tpl'}]}};export const CORE_IDE_LIST=[a274_0x773b71(0xbe),'cline','codebuddy',a274_0x773b71(0xac),a274_0x773b71(0xbf),'opencode','qoder',a274_0x773b71(0x8e),'windsurf'];export const IDE_LIST=['antigravity',a274_0x773b71(0xbe),a274_0x773b71(0xb8),'codebuddy','codex',a274_0x773b71(0xbf),a274_0x773b71(0x98),'qoder','trae',a274_0x773b71(0xae),a274_0x773b71(0xa5)];export const ALL_CORE_IDES=[a274_0x773b71(0xbf),a274_0x773b71(0xae),'claude','cline',a274_0x773b71(0xac),a274_0x773b71(0x98),a274_0x773b71(0xbb),'codebuddy',a274_0x773b71(0x8e)];
@@ -1 +1 @@
1
- function a274_0x3dec(){const _0x37966f=['80944WGBUJG','5dNsCdG','2zVZiyO','14BXHrKA','495gSpYeT','9289010JkaTJS','11ImCfFP','1978878ljWeta','1734351FVgNPB','795894WXlRyx','3582916iqVnqi','4645524wKjVdW'];a274_0x3dec=function(){return _0x37966f;};return a274_0x3dec();}function a274_0x42c1(_0x4aa7dc,_0x211909){_0x4aa7dc=_0x4aa7dc-0x1a2;const _0x3dec7d=a274_0x3dec();let _0x42c170=_0x3dec7d[_0x4aa7dc];return _0x42c170;}(function(_0x3c69ab,_0xabbff){const _0x1f110b=a274_0x42c1,_0x20d9ed=_0x3c69ab();while(!![]){try{const _0x34881a=-parseInt(_0x1f110b(0x1a4))/0x1+parseInt(_0x1f110b(0x1a9))/0x2*(parseInt(_0x1f110b(0x1a3))/0x3)+parseInt(_0x1f110b(0x1a5))/0x4*(parseInt(_0x1f110b(0x1a8))/0x5)+parseInt(_0x1f110b(0x1a2))/0x6*(parseInt(_0x1f110b(0x1aa))/0x7)+-parseInt(_0x1f110b(0x1a7))/0x8*(-parseInt(_0x1f110b(0x1ab))/0x9)+-parseInt(_0x1f110b(0x1ac))/0xa*(parseInt(_0x1f110b(0x1ad))/0xb)+-parseInt(_0x1f110b(0x1a6))/0xc;if(_0x34881a===_0xabbff)break;else _0x20d9ed['push'](_0x20d9ed['shift']());}catch(_0x45af2a){_0x20d9ed['push'](_0x20d9ed['shift']());}}}(a274_0x3dec,0x8d1f8));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
1
+ function a275_0x4d8b(_0x400798,_0x3d514d){_0x400798=_0x400798-0xc4;const _0x735a14=a275_0x735a();let _0x4d8bdc=_0x735a14[_0x400798];return _0x4d8bdc;}function a275_0x735a(){const _0x174201=['3002872vyeQxu','6zwZxLz','3236024zpbWaU','2276457tgJirH','2cYlZcL','21800510claemm','9WZlKcJ','6524322kzQRxc','1109607OMvTqk','1847630UEMRMJ'];a275_0x735a=function(){return _0x174201;};return a275_0x735a();}(function(_0x163c6d,_0x53434f){const _0x2229e9=a275_0x4d8b,_0x2595d6=_0x163c6d();while(!![]){try{const _0x4cf037=parseInt(_0x2229e9(0xc5))/0x1+parseInt(_0x2229e9(0xcb))/0x2*(parseInt(_0x2229e9(0xca))/0x3)+parseInt(_0x2229e9(0xc7))/0x4+-parseInt(_0x2229e9(0xc6))/0x5+-parseInt(_0x2229e9(0xc8))/0x6*(-parseInt(_0x2229e9(0xc4))/0x7)+-parseInt(_0x2229e9(0xc9))/0x8+parseInt(_0x2229e9(0xcd))/0x9*(-parseInt(_0x2229e9(0xcc))/0xa);if(_0x4cf037===_0x53434f)break;else _0x2595d6['push'](_0x2595d6['shift']());}catch(_0x320dd7){_0x2595d6['push'](_0x2595d6['shift']());}}}(a275_0x735a,0x91c76));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
@@ -1 +1 @@
1
- function a275_0x5d0d(){const _0x41e801=['65cjuVyx','13922ZLIuhB','now','403407WZfCKJ','2799034EcbSFl','1620714lDjRSj','/config/index.json','8289SZOsgD','json','node','3577299vBCrkO','75740yDdUGF','stableVersion','10EboDwt','sdk','40NPAcqi','68gxROzi','/config.json','cli'];a275_0x5d0d=function(){return _0x41e801;};return a275_0x5d0d();}(function(_0x24255a,_0x1f01dc){const _0x505b29=a275_0x5f06,_0x561dd5=_0x24255a();while(!![]){try{const _0x11fdb4=parseInt(_0x505b29(0x18b))/0x1*(parseInt(_0x505b29(0x187))/0x2)+-parseInt(_0x505b29(0x18d))/0x3+parseInt(_0x505b29(0x182))/0x4*(parseInt(_0x505b29(0x18a))/0x5)+-parseInt(_0x505b29(0x17c))/0x6+-parseInt(_0x505b29(0x17b))/0x7+parseInt(_0x505b29(0x186))/0x8*(parseInt(_0x505b29(0x17e))/0x9)+parseInt(_0x505b29(0x184))/0xa*(parseInt(_0x505b29(0x181))/0xb);if(_0x11fdb4===_0x1f01dc)break;else _0x561dd5['push'](_0x561dd5['shift']());}catch(_0x533e82){_0x561dd5['push'](_0x561dd5['shift']());}}}(a275_0x5d0d,0x3bc83));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x5565e1=a275_0x5f06,_0xf2c59a=getTemplateBaseUrl(),_0x153adb=[_0xf2c59a+_0x5565e1(0x188),_0xf2c59a+_0x5565e1(0x17d)];for(const _0x382c6d of _0x153adb){try{const _0x461ebf=await fetch(_0x382c6d,{'headers':{'Accept':'application/json'}});if(!_0x461ebf['ok'])continue;const _0x15c868=await _0x461ebf[_0x5565e1(0x17f)]();if(!_0x15c868[_0x5565e1(0x189)]?.[_0x5565e1(0x183)]||!_0x15c868[_0x5565e1(0x185)]?.[_0x5565e1(0x180)]?.[_0x5565e1(0x183)])continue;return _0x15c868;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0x5afd19=a275_0x5f06,_0x1005cd=Date[_0x5afd19(0x18c)]();if(hasCachedConfig){const _0x4e3f5f=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x1005cd-cacheTime<_0x4e3f5f)return cachedConfig;}const _0x2b33f4=await fetchCdnConfig();return cachedConfig=_0x2b33f4,cacheTime=_0x1005cd,hasCachedConfig=!![],_0x2b33f4;}function a275_0x5f06(_0x37b744,_0x41b5be){_0x37b744=_0x37b744-0x17b;const _0x5d0d39=a275_0x5d0d();let _0x5f0621=_0x5d0d39[_0x37b744];return _0x5f0621;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
1
+ function a276_0x46f1(_0xbcd553,_0x40b706){_0xbcd553=_0xbcd553-0x1cf;const _0x47ff56=a276_0x47ff();let _0x46f12a=_0x47ff56[_0xbcd553];return _0x46f12a;}(function(_0x5cb37e,_0x1291c0){const _0x48e201=a276_0x46f1,_0x58bc18=_0x5cb37e();while(!![]){try{const _0x5c2ef9=parseInt(_0x48e201(0x1db))/0x1*(-parseInt(_0x48e201(0x1d8))/0x2)+-parseInt(_0x48e201(0x1dc))/0x3*(-parseInt(_0x48e201(0x1d7))/0x4)+parseInt(_0x48e201(0x1d1))/0x5*(parseInt(_0x48e201(0x1d9))/0x6)+-parseInt(_0x48e201(0x1cf))/0x7+parseInt(_0x48e201(0x1d3))/0x8+parseInt(_0x48e201(0x1de))/0x9*(parseInt(_0x48e201(0x1d6))/0xa)+-parseInt(_0x48e201(0x1dd))/0xb;if(_0x5c2ef9===_0x1291c0)break;else _0x58bc18['push'](_0x58bc18['shift']());}catch(_0x4a42f5){_0x58bc18['push'](_0x58bc18['shift']());}}}(a276_0x47ff,0xc5d1e));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x233929=a276_0x46f1,_0x2875b5=getTemplateBaseUrl(),_0x3d7b18=[_0x2875b5+_0x233929(0x1d2),_0x2875b5+'/config/index.json'];for(const _0x18c681 of _0x3d7b18){try{const _0x5275d7=await fetch(_0x18c681,{'headers':{'Accept':_0x233929(0x1df)}});if(!_0x5275d7['ok'])continue;const _0x4d04c3=await _0x5275d7[_0x233929(0x1da)]();if(!_0x4d04c3[_0x233929(0x1d4)]?.['stableVersion']||!_0x4d04c3[_0x233929(0x1d0)]?.['node']?.['stableVersion'])continue;return _0x4d04c3;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;function a276_0x47ff(){const _0x4b7486=['3NoZbyp','31474960fCGnLN','8829kZxgOX','application/json','174062RDfsTK','sdk','5NXnijI','/config.json','10744296mVjrOG','cli','now','12520FebrdY','5430196GzBYgE','2711038ZZsHKo','6739302QQlXMU','json','1NyeaSA'];a276_0x47ff=function(){return _0x4b7486;};return a276_0x47ff();}const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0x3f5e79=a276_0x46f1,_0x311763=Date[_0x3f5e79(0x1d5)]();if(hasCachedConfig){const _0x41b2e6=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x311763-cacheTime<_0x41b2e6)return cachedConfig;}const _0xd44c74=await fetchCdnConfig();return cachedConfig=_0xd44c74,cacheTime=_0x311763,hasCachedConfig=!![],_0xd44c74;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
@@ -1 +1 @@
1
- (function(_0x125c66,_0x1efe39){const _0x1f0720=a276_0x412d,_0x501cfd=_0x125c66();while(!![]){try{const _0x13f73d=-parseInt(_0x1f0720(0xc3))/0x1*(parseInt(_0x1f0720(0xbe))/0x2)+-parseInt(_0x1f0720(0xb8))/0x3+-parseInt(_0x1f0720(0xa3))/0x4+-parseInt(_0x1f0720(0xbc))/0x5*(-parseInt(_0x1f0720(0xb5))/0x6)+-parseInt(_0x1f0720(0xc1))/0x7*(-parseInt(_0x1f0720(0xb7))/0x8)+parseInt(_0x1f0720(0xa1))/0x9*(parseInt(_0x1f0720(0xb3))/0xa)+-parseInt(_0x1f0720(0xb2))/0xb*(-parseInt(_0x1f0720(0xa5))/0xc);if(_0x13f73d===_0x1efe39)break;else _0x501cfd['push'](_0x501cfd['shift']());}catch(_0x1270ca){_0x501cfd['push'](_0x501cfd['shift']());}}}(a276_0x3cca,0xce125));import a276_0x3dbe2d from'node:fs';import a276_0x1a31b5 from'node:path';import a276_0x5de564 from'semver';function a276_0x412d(_0x25e6e6,_0x4fe87f){_0x25e6e6=_0x25e6e6-0x9f;const _0x3cca8a=a276_0x3cca();let _0x412dd9=_0x3cca8a[_0x25e6e6];return _0x412dd9;}import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION='1.2.0';function isNonNumericVersion(_0x32eb53){const _0x4b0cb4=a276_0x412d,_0x370730=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x370730[_0x4b0cb4(0xac)](_0x577175=>_0x577175[_0x4b0cb4(0xbd)](_0x32eb53));}function a276_0x3cca(){const _0x2f5f41=['test','500ZirJeN','node','utf-8','46753zOlLKS','all','2830KtxFIG','log','packageName','parse','minVersion','package.json','5752836fiWvkZ','join','6635740UtsEMS','version','1719888jMngnQ','node_modules','npm\x20install\x20','stableVersion','coerce','dependencies','needsUpgrade','some','\x20\x20\x20Current\x20version:\x20','readFileSync','utf8','existsSync','sdk','77JliIAK','20qrGhPw','\x1b[33m','96rvaqLE','\x20\x20\x20Stable\x20version:\x20','1856NxdQxc','4669332vUKVqG','devDependencies','↪\x20SDK\x20update\x20available','@lovrabet/sdk','292420urskiB'];a276_0x3cca=function(){return _0x2f5f41;};return a276_0x3cca();}function getInstalledVersion(_0x2693e7,_0x27bb08){const _0x40ee0c=a276_0x412d;try{const _0x614d42=a276_0x1a31b5[_0x40ee0c(0xa2)](_0x2693e7,_0x40ee0c(0xa6),_0x27bb08,_0x40ee0c(0xa0));if(a276_0x3dbe2d[_0x40ee0c(0xb0)](_0x614d42)){const _0x293a8a=JSON[_0x40ee0c(0xc6)](a276_0x3dbe2d['readFileSync'](_0x614d42,_0x40ee0c(0xc0)));return _0x293a8a[_0x40ee0c(0xa4)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x573049=a276_0x412d;try{const _0x5ed417=await getCdnConfig();return _0x5ed417?.[_0x573049(0xb1)]?.['node']?.[_0x573049(0xa8)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x1c2a1c=a276_0x412d;try{const _0x19afe3=await getCdnConfig();return _0x19afe3?.[_0x1c2a1c(0xb1)]?.[_0x1c2a1c(0xbf)]?.['packageName']||'@lovrabet/sdk';}catch{return _0x1c2a1c(0xbb);}}export async function checkSdkVersion(_0x4196bf){const _0x178014=a276_0x412d,_0x3058f8=a276_0x1a31b5[_0x178014(0xa2)](_0x4196bf,_0x178014(0xa0)),[_0x4fd4b3,_0x22978e]=await Promise[_0x178014(0xc2)]([getSdkStableVersion(),getSdkPackageName()]),_0x5ed79e=_0x4fd4b3||FALLBACK_MIN_SDK_VERSION;if(!a276_0x3dbe2d[_0x178014(0xb0)](_0x3058f8))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x5ed79e,'packageName':_0x22978e,'stableVersion':_0x4fd4b3};try{const _0x42c0b7=JSON[_0x178014(0xc6)](a276_0x3dbe2d[_0x178014(0xae)](_0x3058f8,_0x178014(0xaf))),_0x53650c=_0x42c0b7[_0x178014(0xaa)]||{},_0x9b754e=_0x42c0b7[_0x178014(0xb9)]||{},_0x36f099=_0x53650c[_0x22978e]||_0x9b754e[_0x22978e];if(!_0x36f099)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x5ed79e,'packageName':_0x22978e,'stableVersion':_0x4fd4b3};let _0x2f523e=getInstalledVersion(_0x4196bf,_0x22978e);!_0x2f523e&&(_0x2f523e=_0x36f099);if(isNonNumericVersion(_0x36f099))return{'installed':!![],'version':_0x2f523e,'needsUpgrade':![],'minVersion':_0x5ed79e,'packageName':_0x22978e,'stableVersion':_0x4fd4b3};const _0x3b9625=a276_0x5de564[_0x178014(0xa9)](_0x2f523e),_0x41c90=a276_0x5de564['coerce'](_0x5ed79e),_0x4cc1e6=_0x3b9625&&_0x41c90?a276_0x5de564['lt'](_0x3b9625,_0x41c90):![];return{'installed':!![],'version':_0x2f523e,'needsUpgrade':_0x4cc1e6,'minVersion':_0x5ed79e,'packageName':_0x22978e,'stableVersion':_0x4fd4b3};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x5ed79e,'packageName':_0x22978e,'stableVersion':_0x4fd4b3};}}export function checkSdkVersionSync(_0x7a30b0){const _0x436ae3=a276_0x412d,_0x483b21=a276_0x1a31b5[_0x436ae3(0xa2)](_0x7a30b0,_0x436ae3(0xa0)),_0x327fe6='@lovrabet/sdk';if(!a276_0x3dbe2d[_0x436ae3(0xb0)](_0x483b21))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x327fe6,'stableVersion':null};try{const _0x3a653c=JSON[_0x436ae3(0xc6)](a276_0x3dbe2d[_0x436ae3(0xae)](_0x483b21,_0x436ae3(0xaf))),_0x11c05e=_0x3a653c['dependencies']||{},_0x48a322=_0x3a653c[_0x436ae3(0xb9)]||{},_0x5c294e=_0x11c05e[_0x327fe6]||_0x48a322[_0x327fe6];if(!_0x5c294e)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x327fe6,'stableVersion':null};let _0x45242e=getInstalledVersion(_0x7a30b0,_0x327fe6);!_0x45242e&&(_0x45242e=_0x5c294e);if(isNonNumericVersion(_0x5c294e))return{'installed':!![],'version':_0x45242e,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x327fe6,'stableVersion':null};const _0x36daac=a276_0x5de564[_0x436ae3(0xa9)](_0x45242e),_0x438dc3=_0x36daac?a276_0x5de564['lt'](_0x36daac,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x45242e,'needsUpgrade':_0x438dc3,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x327fe6,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x327fe6,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x94339b){const _0x67e51a=a276_0x412d;if(!_0x94339b[_0x67e51a(0xab)])return;const _0x34b5d4=_0x67e51a(0xb4),_0xbeb6e='\x1b[0m',_0x5392e7='\x1b[1m',_0x23b34d=_0x94339b[_0x67e51a(0xc5)]||_0x67e51a(0xbb),_0x24e2eb=_0x94339b[_0x67e51a(0xa8)]||_0x94339b[_0x67e51a(0x9f)],_0x2125e3=_0x67e51a(0xa7)+_0x23b34d+'@'+(_0x24e2eb||'latest');console[_0x67e51a(0xc4)](),console[_0x67e51a(0xc4)](''+_0x34b5d4+_0x5392e7+_0x67e51a(0xba)+_0xbeb6e),console[_0x67e51a(0xc4)](_0x34b5d4+_0x67e51a(0xad)+_0x23b34d+'@'+_0x94339b[_0x67e51a(0xa4)]+_0xbeb6e),console[_0x67e51a(0xc4)](_0x34b5d4+_0x67e51a(0xb6)+_0x24e2eb+_0xbeb6e),console[_0x67e51a(0xc4)](_0x34b5d4+'\x20\x20\x20Upgrade\x20command:\x20'+_0x2125e3+_0xbeb6e),console[_0x67e51a(0xc4)]();}
1
+ (function(_0x1bbb03,_0x4549fa){const _0x4b3674=a277_0x4f89,_0x5edc48=_0x1bbb03();while(!![]){try{const _0x30bfb3=-parseInt(_0x4b3674(0xab))/0x1*(-parseInt(_0x4b3674(0xc9))/0x2)+parseInt(_0x4b3674(0xb1))/0x3*(parseInt(_0x4b3674(0xc0))/0x4)+parseInt(_0x4b3674(0xb7))/0x5*(parseInt(_0x4b3674(0xb3))/0x6)+-parseInt(_0x4b3674(0xbd))/0x7*(-parseInt(_0x4b3674(0xbe))/0x8)+parseInt(_0x4b3674(0xc5))/0x9+-parseInt(_0x4b3674(0xa5))/0xa*(parseInt(_0x4b3674(0xb0))/0xb)+-parseInt(_0x4b3674(0xc2))/0xc;if(_0x30bfb3===_0x4549fa)break;else _0x5edc48['push'](_0x5edc48['shift']());}catch(_0xb2b911){_0x5edc48['push'](_0x5edc48['shift']());}}}(a277_0x5b39,0x68334));import a277_0x52f298 from'node:fs';import a277_0x14e4d6 from'node:path';import a277_0x5acdb0 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION='1.2.0';function isNonNumericVersion(_0xf81b2e){const _0x57a981=a277_0x4f89,_0x2962ff=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x2962ff[_0x57a981(0xb2)](_0x66ffd6=>_0x66ffd6[_0x57a981(0xac)](_0xf81b2e));}function a277_0x5b39(){const _0x85a78a=['coerce','7QZJIMQ','6516672jzlruz','existsSync','36hZnipt','\x20\x20\x20Stable\x20version:\x20','24270768RPKgZz','\x20\x20\x20Current\x20version:\x20','\x20\x20\x20Upgrade\x20command:\x20','5859954HNqsrQ','join','packageName','parse','74406vPStsh','minVersion','devDependencies','1585490LAdwYj','stableVersion','node_modules','\x1b[1m','utf8','@lovrabet/sdk','11oonBWg','test','readFileSync','utf-8','package.json','22tLywRZ','186522WiENnw','some','1991862yPOUyC','\x1b[33m','log','dependencies','5ZgwqxC','version','npm\x20install\x20','node','\x1b[0m'];a277_0x5b39=function(){return _0x85a78a;};return a277_0x5b39();}function getInstalledVersion(_0x472b94,_0x5b842f){const _0x5b8f49=a277_0x4f89;try{const _0x5c64af=a277_0x14e4d6[_0x5b8f49(0xc6)](_0x472b94,_0x5b8f49(0xa7),_0x5b842f,_0x5b8f49(0xaf));if(a277_0x52f298[_0x5b8f49(0xbf)](_0x5c64af)){const _0x223974=JSON[_0x5b8f49(0xc8)](a277_0x52f298['readFileSync'](_0x5c64af,_0x5b8f49(0xae)));return _0x223974[_0x5b8f49(0xb8)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x2505e1=a277_0x4f89;try{const _0x1af290=await getCdnConfig();return _0x1af290?.['sdk']?.['node']?.[_0x2505e1(0xa6)]||null;}catch{return null;}}function a277_0x4f89(_0x38e15a,_0x471259){_0x38e15a=_0x38e15a-0xa4;const _0x5b3938=a277_0x5b39();let _0x4f89b0=_0x5b3938[_0x38e15a];return _0x4f89b0;}async function getSdkPackageName(){const _0x3f488e=a277_0x4f89;try{const _0x14f605=await getCdnConfig();return _0x14f605?.['sdk']?.[_0x3f488e(0xba)]?.[_0x3f488e(0xc7)]||_0x3f488e(0xaa);}catch{return _0x3f488e(0xaa);}}export async function checkSdkVersion(_0x334804){const _0x3b6fc=a277_0x4f89,_0x37769f=a277_0x14e4d6[_0x3b6fc(0xc6)](_0x334804,'package.json'),[_0x11ca7d,_0x43fc86]=await Promise['all']([getSdkStableVersion(),getSdkPackageName()]),_0x11c4f4=_0x11ca7d||FALLBACK_MIN_SDK_VERSION;if(!a277_0x52f298[_0x3b6fc(0xbf)](_0x37769f))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x11c4f4,'packageName':_0x43fc86,'stableVersion':_0x11ca7d};try{const _0x46ecd1=JSON[_0x3b6fc(0xc8)](a277_0x52f298[_0x3b6fc(0xad)](_0x37769f,_0x3b6fc(0xa9))),_0x7c7bc1=_0x46ecd1['dependencies']||{},_0xec336=_0x46ecd1[_0x3b6fc(0xa4)]||{},_0x4d2a6b=_0x7c7bc1[_0x43fc86]||_0xec336[_0x43fc86];if(!_0x4d2a6b)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x11c4f4,'packageName':_0x43fc86,'stableVersion':_0x11ca7d};let _0x585aaa=getInstalledVersion(_0x334804,_0x43fc86);!_0x585aaa&&(_0x585aaa=_0x4d2a6b);if(isNonNumericVersion(_0x4d2a6b))return{'installed':!![],'version':_0x585aaa,'needsUpgrade':![],'minVersion':_0x11c4f4,'packageName':_0x43fc86,'stableVersion':_0x11ca7d};const _0xbf1d2=a277_0x5acdb0[_0x3b6fc(0xbc)](_0x585aaa),_0x2381af=a277_0x5acdb0[_0x3b6fc(0xbc)](_0x11c4f4),_0x52bbc=_0xbf1d2&&_0x2381af?a277_0x5acdb0['lt'](_0xbf1d2,_0x2381af):![];return{'installed':!![],'version':_0x585aaa,'needsUpgrade':_0x52bbc,'minVersion':_0x11c4f4,'packageName':_0x43fc86,'stableVersion':_0x11ca7d};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x11c4f4,'packageName':_0x43fc86,'stableVersion':_0x11ca7d};}}export function checkSdkVersionSync(_0x51e8e4){const _0x580ccb=a277_0x4f89,_0xcc4161=a277_0x14e4d6[_0x580ccb(0xc6)](_0x51e8e4,_0x580ccb(0xaf)),_0x3f5232=_0x580ccb(0xaa);if(!a277_0x52f298['existsSync'](_0xcc4161))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3f5232,'stableVersion':null};try{const _0xdaab63=JSON[_0x580ccb(0xc8)](a277_0x52f298[_0x580ccb(0xad)](_0xcc4161,_0x580ccb(0xa9))),_0xee57f6=_0xdaab63[_0x580ccb(0xb6)]||{},_0x43728c=_0xdaab63[_0x580ccb(0xa4)]||{},_0x47b93d=_0xee57f6[_0x3f5232]||_0x43728c[_0x3f5232];if(!_0x47b93d)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3f5232,'stableVersion':null};let _0x130de6=getInstalledVersion(_0x51e8e4,_0x3f5232);!_0x130de6&&(_0x130de6=_0x47b93d);if(isNonNumericVersion(_0x47b93d))return{'installed':!![],'version':_0x130de6,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3f5232,'stableVersion':null};const _0x4acd1b=a277_0x5acdb0[_0x580ccb(0xbc)](_0x130de6),_0x42d61a=_0x4acd1b?a277_0x5acdb0['lt'](_0x4acd1b,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x130de6,'needsUpgrade':_0x42d61a,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3f5232,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3f5232,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x38a121){const _0x3be351=a277_0x4f89;if(!_0x38a121['needsUpgrade'])return;const _0x55e6e3=_0x3be351(0xb4),_0x49c358=_0x3be351(0xbb),_0x4bb743=_0x3be351(0xa8),_0x11099d=_0x38a121[_0x3be351(0xc7)]||_0x3be351(0xaa),_0x592c26=_0x38a121[_0x3be351(0xa6)]||_0x38a121[_0x3be351(0xca)],_0x1d35d4=_0x3be351(0xb9)+_0x11099d+'@'+(_0x592c26||'latest');console['log'](),console[_0x3be351(0xb5)](''+_0x55e6e3+_0x4bb743+'↪\x20SDK\x20update\x20available'+_0x49c358),console[_0x3be351(0xb5)](_0x55e6e3+_0x3be351(0xc3)+_0x11099d+'@'+_0x38a121[_0x3be351(0xb8)]+_0x49c358),console['log'](_0x55e6e3+_0x3be351(0xc1)+_0x592c26+_0x49c358),console[_0x3be351(0xb5)](_0x55e6e3+_0x3be351(0xc4)+_0x1d35d4+_0x49c358),console[_0x3be351(0xb5)]();}
@@ -1 +1 @@
1
- (function(_0x23169b,_0x43188a){const _0x408851=a277_0x3afd,_0x768d6d=_0x23169b();while(!![]){try{const _0x589c18=-parseInt(_0x408851(0x1cf))/0x1*(parseInt(_0x408851(0x1c5))/0x2)+-parseInt(_0x408851(0x1c8))/0x3*(parseInt(_0x408851(0x1e3))/0x4)+parseInt(_0x408851(0x1e5))/0x5+-parseInt(_0x408851(0x1da))/0x6+-parseInt(_0x408851(0x1d3))/0x7+parseInt(_0x408851(0x1d9))/0x8*(-parseInt(_0x408851(0x1ce))/0x9)+parseInt(_0x408851(0x1d5))/0xa;if(_0x589c18===_0x43188a)break;else _0x768d6d['push'](_0x768d6d['shift']());}catch(_0x48223c){_0x768d6d['push'](_0x768d6d['shift']());}}}(a277_0x4964,0x47108));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a277_0xc1e691 from'semver';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x153bc9){const _0x5889bd=a277_0x3afd,_0x48b677=_0x153bc9[_0x5889bd(0x1dc)]||'latest';return _0x5889bd(0x1d2)+NPM_PACKAGE_NAME+'@'+_0x48b677;}function a277_0x3afd(_0x5a8fd4,_0x77f870){_0x5a8fd4=_0x5a8fd4-0x1c2;const _0x496481=a277_0x4964();let _0x3afd62=_0x496481[_0x5a8fd4];return _0x3afd62;}function getCurrentCliVersion(){const _0x251698=a277_0x3afd;try{const _0x289c2d=fileURLToPath(import.meta.url),_0x592087=resolve(dirname(_0x289c2d),'../..'),_0x5b5eec=resolve(_0x592087,'package.json'),_0x585ac1=JSON[_0x251698(0x1e7)](readFileSync(_0x5b5eec,_0x251698(0x1d8)));return _0x585ac1['version']||'1.0.0';}catch{return _0x251698(0x1e1);}}export async function checkCliVersion(){const _0x13b72d=a277_0x3afd,_0x4d2588=getCurrentCliVersion(),_0x3870c3=await getCliVersionPolicy(),_0x4c775b=_0x3870c3?.['stableVersion']||null,_0x33b108=_0x3870c3?.[_0x13b72d(0x1c6)]||null;let _0x3fd78b=![],_0x58ba41=![];const _0x279dfe=a277_0xc1e691[_0x13b72d(0x1d4)](_0x4d2588);if(_0x279dfe&&_0x4c775b)try{const _0x1bd65e=a277_0xc1e691[_0x13b72d(0x1d4)](_0x4c775b);if(_0x1bd65e)_0x3fd78b=a277_0xc1e691['lt'](_0x279dfe,_0x1bd65e);}catch{}if(_0x279dfe&&_0x33b108)try{const _0x168cab=a277_0xc1e691['coerce'](_0x33b108);if(_0x168cab)_0x58ba41=a277_0xc1e691['lt'](_0x279dfe,_0x168cab);}catch{}return _0x58ba41&&(_0x3fd78b=!![]),{'currentVersion':_0x4d2588,'stableVersion':_0x4c775b,'minimumVersion':_0x33b108,'needsUpgrade':_0x3fd78b,'belowMinimum':_0x58ba41,'isPreRelease':![],'upgradeMessage':_0x3870c3?.['upgradeMessage'],'minimumVersionMessage':_0x3870c3?.[_0x13b72d(0x1e0)]};}export function printCliUpgradeWarning(_0x53c0d6){const _0x591537=a277_0x3afd;if(!_0x53c0d6[_0x591537(0x1c7)]&&!_0x53c0d6['belowMinimum'])return;const _0xc7556a=_0x591537(0x1c3),_0x2f721d=_0x591537(0x1c9),_0xfe11a0=_0x591537(0x1d7),_0x4f7384='\x1b[1m',_0xf0d626=getCliUpgradeCommand(_0x53c0d6);console[_0x591537(0x1d6)](),_0x53c0d6[_0x591537(0x1dd)]?(console[_0x591537(0x1d6)](''+_0xc7556a+_0x4f7384+_0x591537(0x1c2)+_0xfe11a0),console[_0x591537(0x1d6)](_0xc7556a+_0x591537(0x1ca)+_0x53c0d6['currentVersion']+_0xfe11a0),_0x53c0d6[_0x591537(0x1c6)]&&console[_0x591537(0x1d6)](_0xc7556a+_0x591537(0x1cd)+_0x53c0d6[_0x591537(0x1c6)]+_0xfe11a0),_0x53c0d6[_0x591537(0x1dc)]&&_0x53c0d6[_0x591537(0x1dc)]!==_0x53c0d6['minimumVersion']&&console[_0x591537(0x1d6)](_0xc7556a+'\x20\x20\x20Recommended\x20stable:\x20'+_0x53c0d6[_0x591537(0x1dc)]+_0xfe11a0),_0x53c0d6['minimumVersionMessage']&&console[_0x591537(0x1d6)](_0xc7556a+'\x20\x20\x20'+_0x53c0d6[_0x591537(0x1e0)]+_0xfe11a0),console['log'](_0xc7556a+_0x591537(0x1d0)+_0xf0d626+_0xfe11a0)):(console[_0x591537(0x1d6)](''+_0x2f721d+_0x4f7384+_0x591537(0x1cc)+_0xfe11a0),console[_0x591537(0x1d6)](_0x2f721d+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x53c0d6['currentVersion']+_0xfe11a0),console['log'](_0x2f721d+_0x591537(0x1c4)+_0x53c0d6[_0x591537(0x1dc)]+_0xfe11a0),_0x53c0d6[_0x591537(0x1e2)]&&console[_0x591537(0x1d6)](_0x2f721d+'\x20\x20\x20'+_0x53c0d6[_0x591537(0x1e2)]+_0xfe11a0),console['log'](_0x2f721d+'\x20\x20\x20Upgrade\x20command:\x20'+_0xf0d626+_0xfe11a0)),console[_0x591537(0x1d6)]();}export function assertCliVersionSupported(_0x585579){const _0x31d875=a277_0x3afd;if(!_0x585579[_0x31d875(0x1dd)])return;const _0x36e2f7=[_0x585579['minimumVersionMessage'],_0x31d875(0x1db)+_0x585579[_0x31d875(0x1d1)],_0x585579['minimumVersion']?_0x31d875(0x1de)+_0x585579[_0x31d875(0x1c6)]:null,'Upgrade\x20command:\x20'+getCliUpgradeCommand(_0x585579)][_0x31d875(0x1cb)](Boolean)[_0x31d875(0x1df)]('\x0a');throw CliErrors[_0x31d875(0x1e4)](_0x31d875(0x1e6),_0x36e2f7);}function a277_0x4964(){const _0x3c082f=['npm\x20install\x20-g\x20','916832Sdlztc','coerce','3621840mkQxyW','log','\x1b[0m','utf-8','152yyJLMh','365826sjtOAd','Current\x20version:\x20','stableVersion','belowMinimum','Minimum\x20supported:\x20','join','minimumVersionMessage','1.0.0','upgradeMessage','4kmcjBP','validation','2350225gFFNdQ','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','parse','↪\x20Critical\x20CLI\x20upgrade\x20required','\x1b[31m','\x20\x20\x20Stable\x20version:\x20','406LgsBTs','minimumVersion','needsUpgrade','69807OJvALZ','\x1b[33m','\x20\x20\x20Current\x20CLI\x20version:\x20','filter','↪\x20New\x20version\x20available','\x20\x20\x20Minimum\x20supported:\x20','8037FnSmxM','1522LsWTiv','\x20\x20\x20Upgrade\x20command:\x20','currentVersion'];a277_0x4964=function(){return _0x3c082f;};return a277_0x4964();}
1
+ (function(_0x21f35e,_0x2fdc0c){const _0xf5bfaa=a278_0x4fcb,_0x13520a=_0x21f35e();while(!![]){try{const _0x51df94=parseInt(_0xf5bfaa(0xdd))/0x1*(-parseInt(_0xf5bfaa(0xdf))/0x2)+-parseInt(_0xf5bfaa(0xf7))/0x3*(-parseInt(_0xf5bfaa(0xd6))/0x4)+-parseInt(_0xf5bfaa(0xd2))/0x5+parseInt(_0xf5bfaa(0xf6))/0x6*(-parseInt(_0xf5bfaa(0xda))/0x7)+parseInt(_0xf5bfaa(0xe8))/0x8+parseInt(_0xf5bfaa(0xe6))/0x9+-parseInt(_0xf5bfaa(0xf1))/0xa;if(_0x51df94===_0x2fdc0c)break;else _0x13520a['push'](_0x13520a['shift']());}catch(_0x59cc0d){_0x13520a['push'](_0x13520a['shift']());}}}(a278_0x5ab6,0xb7860));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a278_0x54f557 from'semver';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';function a278_0x4fcb(_0x31fd6e,_0x161907){_0x31fd6e=_0x31fd6e-0xd2;const _0x5ab6cd=a278_0x5ab6();let _0x4fcb65=_0x5ab6cd[_0x31fd6e];return _0x4fcb65;}import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x1f874d){const _0x2d0197=a278_0x4fcb,_0x75305e=_0x1f874d[_0x2d0197(0xef)]||_0x2d0197(0xea);return _0x2d0197(0xe3)+NPM_PACKAGE_NAME+'@'+_0x75305e;}function getCurrentCliVersion(){const _0x5dc8f4=a278_0x4fcb;try{const _0x18eb87=fileURLToPath(import.meta.url),_0x52e438=resolve(dirname(_0x18eb87),_0x5dc8f4(0xdb)),_0x4ae532=resolve(_0x52e438,_0x5dc8f4(0xeb)),_0x44968e=JSON[_0x5dc8f4(0xec)](readFileSync(_0x4ae532,_0x5dc8f4(0xf9)));return _0x44968e[_0x5dc8f4(0xe7)]||_0x5dc8f4(0xe5);}catch{return _0x5dc8f4(0xe5);}}export async function checkCliVersion(){const _0x425fb7=a278_0x4fcb,_0x16fd67=getCurrentCliVersion(),_0x35a553=await getCliVersionPolicy(),_0x267ac9=_0x35a553?.['stableVersion']||null,_0x43d8c4=_0x35a553?.[_0x425fb7(0xfa)]||null;let _0x5e6bbb=![],_0x50de51=![];const _0x4ddb73=a278_0x54f557['coerce'](_0x16fd67);if(_0x4ddb73&&_0x267ac9)try{const _0x1928d0=a278_0x54f557[_0x425fb7(0xee)](_0x267ac9);if(_0x1928d0)_0x5e6bbb=a278_0x54f557['lt'](_0x4ddb73,_0x1928d0);}catch{}if(_0x4ddb73&&_0x43d8c4)try{const _0x3c5d50=a278_0x54f557[_0x425fb7(0xee)](_0x43d8c4);if(_0x3c5d50)_0x50de51=a278_0x54f557['lt'](_0x4ddb73,_0x3c5d50);}catch{}return _0x50de51&&(_0x5e6bbb=!![]),{'currentVersion':_0x16fd67,'stableVersion':_0x267ac9,'minimumVersion':_0x43d8c4,'needsUpgrade':_0x5e6bbb,'belowMinimum':_0x50de51,'isPreRelease':![],'upgradeMessage':_0x35a553?.[_0x425fb7(0xf3)],'minimumVersionMessage':_0x35a553?.[_0x425fb7(0xdc)]};}export function printCliUpgradeWarning(_0x584bca){const _0x4d9609=a278_0x4fcb;if(!_0x584bca[_0x4d9609(0xd9)]&&!_0x584bca['belowMinimum'])return;const _0x27b1b2=_0x4d9609(0xe9),_0xe8335d=_0x4d9609(0xd8),_0x191391=_0x4d9609(0xf5),_0x8ca266=_0x4d9609(0xd5),_0x380ca1=getCliUpgradeCommand(_0x584bca);console[_0x4d9609(0xf4)](),_0x584bca[_0x4d9609(0xe4)]?(console[_0x4d9609(0xf4)](''+_0x27b1b2+_0x8ca266+_0x4d9609(0xf8)+_0x191391),console[_0x4d9609(0xf4)](_0x27b1b2+_0x4d9609(0xf0)+_0x584bca[_0x4d9609(0xde)]+_0x191391),_0x584bca[_0x4d9609(0xfa)]&&console[_0x4d9609(0xf4)](_0x27b1b2+_0x4d9609(0xe2)+_0x584bca['minimumVersion']+_0x191391),_0x584bca[_0x4d9609(0xef)]&&_0x584bca['stableVersion']!==_0x584bca[_0x4d9609(0xfa)]&&console[_0x4d9609(0xf4)](_0x27b1b2+'\x20\x20\x20Recommended\x20stable:\x20'+_0x584bca[_0x4d9609(0xef)]+_0x191391),_0x584bca['minimumVersionMessage']&&console[_0x4d9609(0xf4)](_0x27b1b2+_0x4d9609(0xf2)+_0x584bca[_0x4d9609(0xdc)]+_0x191391),console['log'](_0x27b1b2+'\x20\x20\x20Upgrade\x20command:\x20'+_0x380ca1+_0x191391)):(console['log'](''+_0xe8335d+_0x8ca266+_0x4d9609(0xd3)+_0x191391),console['log'](_0xe8335d+_0x4d9609(0xf0)+_0x584bca[_0x4d9609(0xde)]+_0x191391),console[_0x4d9609(0xf4)](_0xe8335d+_0x4d9609(0xd4)+_0x584bca[_0x4d9609(0xef)]+_0x191391),_0x584bca[_0x4d9609(0xf3)]&&console['log'](_0xe8335d+'\x20\x20\x20'+_0x584bca[_0x4d9609(0xf3)]+_0x191391),console[_0x4d9609(0xf4)](_0xe8335d+'\x20\x20\x20Upgrade\x20command:\x20'+_0x380ca1+_0x191391)),console[_0x4d9609(0xf4)]();}function a278_0x5ab6(){const _0x156d64=['minimumVersion','6995815DLMtbi','↪\x20New\x20version\x20available','\x20\x20\x20Stable\x20version:\x20','\x1b[1m','2608MDuHDQ','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','\x1b[33m','needsUpgrade','70105GTrySb','../..','minimumVersionMessage','4oNJLdq','currentVersion','96382HlJtKm','filter','Upgrade\x20command:\x20','\x20\x20\x20Minimum\x20supported:\x20','npm\x20install\x20-g\x20','belowMinimum','1.0.0','7978536jhqidJ','version','11978912XLBMbX','\x1b[31m','latest','package.json','parse','Current\x20version:\x20','coerce','stableVersion','\x20\x20\x20Current\x20CLI\x20version:\x20','3195820YkJUfm','\x20\x20\x20','upgradeMessage','log','\x1b[0m','342wHFjMd','3912LvNFLK','↪\x20Critical\x20CLI\x20upgrade\x20required','utf-8'];a278_0x5ab6=function(){return _0x156d64;};return a278_0x5ab6();}export function assertCliVersionSupported(_0xf1205f){const _0x43fc7a=a278_0x4fcb;if(!_0xf1205f[_0x43fc7a(0xe4)])return;const _0x2317f9=[_0xf1205f[_0x43fc7a(0xdc)],_0x43fc7a(0xed)+_0xf1205f[_0x43fc7a(0xde)],_0xf1205f[_0x43fc7a(0xfa)]?'Minimum\x20supported:\x20'+_0xf1205f[_0x43fc7a(0xfa)]:null,_0x43fc7a(0xe1)+getCliUpgradeCommand(_0xf1205f)][_0x43fc7a(0xe0)](Boolean)['join']('\x0a');throw CliErrors['validation'](_0x43fc7a(0xd7),_0x2317f9);}
@@ -1 +1 @@
1
- function a278_0x265f(_0x3a63fa,_0x388e9e){_0x3a63fa=_0x3a63fa-0x152;const _0x160490=a278_0x1604();let _0x265ff5=_0x160490[_0x3a63fa];return _0x265ff5;}(function(_0xc549c8,_0x46d0fa){const _0x18efc2=a278_0x265f,_0x4724da=_0xc549c8();while(!![]){try{const _0x12406c=-parseInt(_0x18efc2(0x15c))/0x1+parseInt(_0x18efc2(0x162))/0x2+-parseInt(_0x18efc2(0x157))/0x3+parseInt(_0x18efc2(0x161))/0x4*(-parseInt(_0x18efc2(0x159))/0x5)+parseInt(_0x18efc2(0x15d))/0x6*(-parseInt(_0x18efc2(0x15b))/0x7)+parseInt(_0x18efc2(0x153))/0x8+parseInt(_0x18efc2(0x167))/0x9;if(_0x12406c===_0x46d0fa)break;else _0x4724da['push'](_0x4724da['shift']());}catch(_0x5cd892){_0x4724da['push'](_0x4724da['shift']());}}}(a278_0x1604,0x1aac3));import{CLI_VERSION_POLICY_URL}from'../constant/cdn.js';const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8,FETCH_TIMEOUT_MS=0xbb8;function pickString(_0x5e96c9){const _0x27bd76=a278_0x265f;return typeof _0x5e96c9===_0x27bd76(0x163)&&_0x5e96c9[_0x27bd76(0x155)]()['length']>0x0?_0x5e96c9[_0x27bd76(0x155)]():null;}function normalizeCliVersionPolicy(_0x3efbff){const _0x1c99a5=a278_0x265f;if(!_0x3efbff||typeof _0x3efbff!==_0x1c99a5(0x160))return null;const _0x36e119=_0x3efbff,_0x4e3f97=_0x36e119[_0x1c99a5(0x165)]&&typeof _0x36e119[_0x1c99a5(0x165)]===_0x1c99a5(0x160)?_0x36e119[_0x1c99a5(0x165)]:_0x36e119,_0x273448=pickString(_0x4e3f97['stableVersion'])||pickString(_0x4e3f97[_0x1c99a5(0x156)])||pickString(_0x4e3f97[_0x1c99a5(0x15a)]),_0x358ad6=pickString(_0x4e3f97[_0x1c99a5(0x164)])||pickString(_0x4e3f97[_0x1c99a5(0x158)]);if(!_0x273448&&!_0x358ad6)return null;return{'stableVersion':_0x273448,'minimumVersion':_0x358ad6,'upgradeMessage':pickString(_0x4e3f97['upgradeMessage'])||undefined,'minimumVersionMessage':pickString(_0x4e3f97[_0x1c99a5(0x166)])||undefined};}function a278_0x1604(){const _0x3180c7=['216810laKwBt','string','minimumVersion','cli','minimumVersionMessage','3534309EYASMG','application/json','62096Xoqoiv','json','trim','latestVersion','211503xhKDnG','minVersion','20skQQww','recommendedVersion','70KqdyWy','82078cdSJql','111726uIXpjQ','abort','signal','object','60828EizpLG'];a278_0x1604=function(){return _0x3180c7;};return a278_0x1604();}export async function fetchRabetbaseCdnConfig(){const _0x57d993=a278_0x265f,_0x23673e=new AbortController(),_0x5d1223=setTimeout(()=>_0x23673e[_0x57d993(0x15e)](),FETCH_TIMEOUT_MS);try{const _0x2c938c=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x57d993(0x152)},'signal':_0x23673e[_0x57d993(0x15f)]});if(!_0x2c938c['ok'])return null;const _0x4bccc9=await _0x2c938c[_0x57d993(0x154)]();return _0x4bccc9&&typeof _0x4bccc9==='object'?_0x4bccc9:null;}catch{return null;}finally{clearTimeout(_0x5d1223);}}export async function fetchCliVersionPolicy(){return normalizeCliVersionPolicy(await fetchRabetbaseCdnConfig());}let cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];export async function getRabetbaseCdnConfig(){const _0x98fd46=Date['now']();if(hasCachedConfig){const _0x2cae8f=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x98fd46-cacheTime<_0x2cae8f)return cachedConfig;}return cachedConfig=await fetchRabetbaseCdnConfig(),cacheTime=_0x98fd46,hasCachedConfig=!![],cachedConfig;}export async function getCliVersionPolicy(){return normalizeCliVersionPolicy(await getRabetbaseCdnConfig());}export function clearCliVersionPolicyCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
1
+ (function(_0x1ee9dd,_0x276227){const _0x1ed8a6=a279_0x288c,_0xc794b9=_0x1ee9dd();while(!![]){try{const _0x13defe=-parseInt(_0x1ed8a6(0x19e))/0x1*(parseInt(_0x1ed8a6(0x19f))/0x2)+parseInt(_0x1ed8a6(0x1af))/0x3+parseInt(_0x1ed8a6(0x1b0))/0x4*(-parseInt(_0x1ed8a6(0x1a1))/0x5)+-parseInt(_0x1ed8a6(0x1aa))/0x6+-parseInt(_0x1ed8a6(0x19b))/0x7*(parseInt(_0x1ed8a6(0x1a7))/0x8)+parseInt(_0x1ed8a6(0x1b2))/0x9+-parseInt(_0x1ed8a6(0x1a6))/0xa*(-parseInt(_0x1ed8a6(0x1ad))/0xb);if(_0x13defe===_0x276227)break;else _0xc794b9['push'](_0xc794b9['shift']());}catch(_0x340df0){_0xc794b9['push'](_0xc794b9['shift']());}}}(a279_0x28e3,0xea923));import{CLI_VERSION_POLICY_URL}from'../constant/cdn.js';const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8,FETCH_TIMEOUT_MS=0xbb8;function pickString(_0x5b0864){const _0x51c5a4=a279_0x288c;return typeof _0x5b0864===_0x51c5a4(0x1a4)&&_0x5b0864[_0x51c5a4(0x1ab)]()[_0x51c5a4(0x1b3)]>0x0?_0x5b0864[_0x51c5a4(0x1ab)]():null;}function a279_0x288c(_0xb47f93,_0x508dbb){_0xb47f93=_0xb47f93-0x199;const _0x28e396=a279_0x28e3();let _0x288cfa=_0x28e396[_0xb47f93];return _0x288cfa;}function normalizeCliVersionPolicy(_0x1b452f){const _0x49d15b=a279_0x288c;if(!_0x1b452f||typeof _0x1b452f!==_0x49d15b(0x19d))return null;const _0x59b3d8=_0x1b452f,_0x2fc727=_0x59b3d8[_0x49d15b(0x1b1)]&&typeof _0x59b3d8[_0x49d15b(0x1b1)]===_0x49d15b(0x19d)?_0x59b3d8[_0x49d15b(0x1b1)]:_0x59b3d8,_0x3d523b=pickString(_0x2fc727[_0x49d15b(0x1a9)])||pickString(_0x2fc727[_0x49d15b(0x1a3)])||pickString(_0x2fc727[_0x49d15b(0x1a0)]),_0x2f8559=pickString(_0x2fc727[_0x49d15b(0x1a8)])||pickString(_0x2fc727['minVersion']);if(!_0x3d523b&&!_0x2f8559)return null;return{'stableVersion':_0x3d523b,'minimumVersion':_0x2f8559,'upgradeMessage':pickString(_0x2fc727[_0x49d15b(0x1ae)])||undefined,'minimumVersionMessage':pickString(_0x2fc727[_0x49d15b(0x19c)])||undefined};}function a279_0x28e3(){const _0x35164a=['length','application/json','now','994QNvylL','minimumVersionMessage','object','3688BXRGGi','526oFNJtf','recommendedVersion','3270bmMXXX','abort','latestVersion','string','signal','321380YooyVe','46720Kyiums','minimumVersion','stableVersion','10305078XEBAKF','trim','json','1177eLDAWE','upgradeMessage','4918890LaOxBj','8332Qtlcft','cli','6852834qTzfLp'];a279_0x28e3=function(){return _0x35164a;};return a279_0x28e3();}export async function fetchRabetbaseCdnConfig(){const _0x1fe800=a279_0x288c,_0xebcd53=new AbortController(),_0x477ed4=setTimeout(()=>_0xebcd53[_0x1fe800(0x1a2)](),FETCH_TIMEOUT_MS);try{const _0x410313=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x1fe800(0x199)},'signal':_0xebcd53[_0x1fe800(0x1a5)]});if(!_0x410313['ok'])return null;const _0x468e3b=await _0x410313[_0x1fe800(0x1ac)]();return _0x468e3b&&typeof _0x468e3b==='object'?_0x468e3b:null;}catch{return null;}finally{clearTimeout(_0x477ed4);}}export async function fetchCliVersionPolicy(){return normalizeCliVersionPolicy(await fetchRabetbaseCdnConfig());}let cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];export async function getRabetbaseCdnConfig(){const _0x1ba349=a279_0x288c,_0x413c80=Date[_0x1ba349(0x19a)]();if(hasCachedConfig){const _0x2c0074=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x413c80-cacheTime<_0x2c0074)return cachedConfig;}return cachedConfig=await fetchRabetbaseCdnConfig(),cacheTime=_0x413c80,hasCachedConfig=!![],cachedConfig;}export async function getCliVersionPolicy(){return normalizeCliVersionPolicy(await getRabetbaseCdnConfig());}export function clearCliVersionPolicyCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
@@ -1 +1 @@
1
- const a279_0x116a97=a279_0x27f7;(function(_0x57da8d,_0xb41c89){const _0x546eb6=a279_0x27f7,_0x549669=_0x57da8d();while(!![]){try{const _0x5c7b39=parseInt(_0x546eb6(0x1b8))/0x1*(parseInt(_0x546eb6(0x1c3))/0x2)+parseInt(_0x546eb6(0x1bc))/0x3*(parseInt(_0x546eb6(0x1bf))/0x4)+-parseInt(_0x546eb6(0x1c2))/0x5+parseInt(_0x546eb6(0x1b9))/0x6+-parseInt(_0x546eb6(0x1c1))/0x7*(-parseInt(_0x546eb6(0x1bb))/0x8)+-parseInt(_0x546eb6(0x1c4))/0x9+-parseInt(_0x546eb6(0x1be))/0xa;if(_0x5c7b39===_0xb41c89)break;else _0x549669['push'](_0x549669['shift']());}catch(_0x2dfe15){_0x549669['push'](_0x549669['shift']());}}}(a279_0x2763,0x2fa45));function a279_0x2763(){const _0x500f0e=['1134UVrejP','914733KdkTMz','576iyuJlZ','1999254IMBVIB','string','144520pStGWJ','9759MdebVM','env','7996370hGrFjP','220tBrJvV','project','140PyKfDO','518005jdLXbW'];a279_0x2763=function(){return _0x500f0e;};return a279_0x2763();}import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a279_0x116533,getMultiAppConfigs as a279_0x23468f,getTemplateBaseUrl as a279_0x3e3a78}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0xbc5072){const _0x86b19c=a279_0x27f7,_0x2428c5=readRawConfig(_0xbc5072);return _0x2428c5[_0x86b19c(0x1bd)]&&typeof _0x2428c5[_0x86b19c(0x1bd)]===_0x86b19c(0x1ba)&&initEnv(_0x2428c5[_0x86b19c(0x1bd)]),_0x2428c5;}export function getConfigAppCode(){return a279_0x116533();}export function getMultiAppConfigs(_0x3b946e=a279_0x116a97(0x1c0)){return a279_0x23468f(_0x3b946e);}function a279_0x27f7(_0x5668b1,_0x3606ad){_0x5668b1=_0x5668b1-0x1b8;const _0x276346=a279_0x2763();let _0x27f7ed=_0x276346[_0x5668b1];return _0x27f7ed;}export function getTemplateBaseUrl(){return a279_0x3e3a78();}
1
+ function a280_0x3c5c(){const _0x1d0a49=['24510RtmGpN','3662264WwomJr','15702840ddtpAW','784197LbUbvH','1yFsapE','1422800KmfGzP','project','3270004xnzLow','env','642655ZjafCx','18HaZQud','1239CGCDJW'];a280_0x3c5c=function(){return _0x1d0a49;};return a280_0x3c5c();}const a280_0xa1acc3=a280_0x470e;(function(_0x5253e0,_0x6442a){const _0x1731f1=a280_0x470e,_0x4d546c=_0x5253e0();while(!![]){try{const _0x22b780=parseInt(_0x1731f1(0x123))/0x1*(parseInt(_0x1731f1(0x124))/0x2)+parseInt(_0x1731f1(0x122))/0x3+parseInt(_0x1731f1(0x126))/0x4+parseInt(_0x1731f1(0x128))/0x5+parseInt(_0x1731f1(0x12b))/0x6*(-parseInt(_0x1731f1(0x12a))/0x7)+-parseInt(_0x1731f1(0x120))/0x8*(-parseInt(_0x1731f1(0x129))/0x9)+-parseInt(_0x1731f1(0x121))/0xa;if(_0x22b780===_0x6442a)break;else _0x4d546c['push'](_0x4d546c['shift']());}catch(_0x121212){_0x4d546c['push'](_0x4d546c['shift']());}}}(a280_0x3c5c,0x8418c));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a280_0xa7795a,getMultiAppConfigs as a280_0x3f97cb,getTemplateBaseUrl as a280_0x506595}from'../context.js';function a280_0x470e(_0x9f708d,_0xe89fee){_0x9f708d=_0x9f708d-0x120;const _0x3c5c1c=a280_0x3c5c();let _0x470e60=_0x3c5c1c[_0x9f708d];return _0x470e60;}export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x356c94){const _0x3fd737=a280_0x470e,_0x2c9394=readRawConfig(_0x356c94);return _0x2c9394['env']&&typeof _0x2c9394[_0x3fd737(0x127)]==='string'&&initEnv(_0x2c9394[_0x3fd737(0x127)]),_0x2c9394;}export function getConfigAppCode(){return a280_0xa7795a();}export function getMultiAppConfigs(_0x5925ea=a280_0xa1acc3(0x125)){return a280_0x3f97cb(_0x5925ea);}export function getTemplateBaseUrl(){return a280_0x506595();}
@@ -1 +1 @@
1
- function a280_0x42f0(_0x46324a,_0x1d4e82){_0x46324a=_0x46324a-0xeb;const _0x54b499=a280_0x54b4();let _0x42f071=_0x54b499[_0x46324a];return _0x42f071;}function a280_0x54b4(){const _0x313f10=['500408ONgVHF','1211wxRIZZ','1YaRMZg','isFinite','8390kDWxaK','10602MIoYeh','8923390jvCHBd','string','49616iVhXDf','trim','21jKVNmR','19916028HGtzne','object','1416758tAUppl','4146918GlNBNb'];a280_0x54b4=function(){return _0x313f10;};return a280_0x54b4();}(function(_0x2e5066,_0x59848f){const _0x1070da=a280_0x42f0,_0x5a8559=_0x2e5066();while(!![]){try{const _0x1dc9ad=-parseInt(_0x1070da(0xee))/0x1*(parseInt(_0x1070da(0xf9))/0x2)+parseInt(_0x1070da(0xf6))/0x3*(parseInt(_0x1070da(0xec))/0x4)+parseInt(_0x1070da(0xf2))/0x5+parseInt(_0x1070da(0xeb))/0x6+parseInt(_0x1070da(0xed))/0x7*(parseInt(_0x1070da(0xf4))/0x8)+parseInt(_0x1070da(0xf1))/0x9*(-parseInt(_0x1070da(0xf0))/0xa)+-parseInt(_0x1070da(0xf7))/0xb;if(_0x1dc9ad===_0x59848f)break;else _0x5a8559['push'](_0x5a8559['shift']());}catch(_0x3b85d7){_0x5a8559['push'](_0x5a8559['shift']());}}}(a280_0x54b4,0xdfee6));function toFiniteNumber(_0x4757bf){const _0x57e00b=a280_0x42f0;if(typeof _0x4757bf==='number'&&Number['isFinite'](_0x4757bf))return _0x4757bf;if(typeof _0x4757bf===_0x57e00b(0xf3)){const _0x1ece42=_0x4757bf[_0x57e00b(0xf5)]();if(!_0x1ece42)return undefined;const _0x3a85fa=Number(_0x1ece42);if(Number[_0x57e00b(0xef)](_0x3a85fa))return _0x3a85fa;}return undefined;}export function normalizeEntityWithIdResponse(_0x2abb01){const _0x3ed01c=a280_0x42f0,_0x260df9=toFiniteNumber(_0x2abb01);if(_0x260df9!==undefined)return{'id':_0x260df9,'entity':{'id':_0x260df9}};if(!_0x2abb01||typeof _0x2abb01!==_0x3ed01c(0xf8))return{'id':undefined,'entity':{}};const _0x27e6ce={..._0x2abb01},_0x16affd=toFiniteNumber(_0x27e6ce['id']);return _0x16affd!==undefined&&(_0x27e6ce['id']=_0x16affd),{'id':_0x16affd,'entity':_0x27e6ce};}
1
+ (function(_0x448a5b,_0x377182){const _0x484edf=a281_0x3bca,_0x90387=_0x448a5b();while(!![]){try{const _0x16b756=parseInt(_0x484edf(0x168))/0x1+-parseInt(_0x484edf(0x174))/0x2*(parseInt(_0x484edf(0x16a))/0x3)+-parseInt(_0x484edf(0x169))/0x4*(parseInt(_0x484edf(0x166))/0x5)+-parseInt(_0x484edf(0x171))/0x6*(parseInt(_0x484edf(0x16e))/0x7)+parseInt(_0x484edf(0x167))/0x8*(parseInt(_0x484edf(0x173))/0x9)+-parseInt(_0x484edf(0x172))/0xa*(-parseInt(_0x484edf(0x16f))/0xb)+parseInt(_0x484edf(0x170))/0xc;if(_0x16b756===_0x377182)break;else _0x90387['push'](_0x90387['shift']());}catch(_0x378be3){_0x90387['push'](_0x90387['shift']());}}}(a281_0x583c,0x61cd7));function toFiniteNumber(_0xe4ed31){const _0x29563c=a281_0x3bca;if(typeof _0xe4ed31===_0x29563c(0x16d)&&Number[_0x29563c(0x175)](_0xe4ed31))return _0xe4ed31;if(typeof _0xe4ed31==='string'){const _0x5a5bec=_0xe4ed31[_0x29563c(0x16c)]();if(!_0x5a5bec)return undefined;const _0x25d41d=Number(_0x5a5bec);if(Number[_0x29563c(0x175)](_0x25d41d))return _0x25d41d;}return undefined;}function a281_0x3bca(_0x43b8ea,_0x1a9e62){_0x43b8ea=_0x43b8ea-0x166;const _0x583c1d=a281_0x583c();let _0x3bca35=_0x583c1d[_0x43b8ea];return _0x3bca35;}export function normalizeEntityWithIdResponse(_0x5aa4de){const _0x2dbc19=a281_0x3bca,_0x333756=toFiniteNumber(_0x5aa4de);if(_0x333756!==undefined)return{'id':_0x333756,'entity':{'id':_0x333756}};if(!_0x5aa4de||typeof _0x5aa4de!==_0x2dbc19(0x16b))return{'id':undefined,'entity':{}};const _0xe1d79={..._0x5aa4de},_0x518d21=toFiniteNumber(_0xe1d79['id']);return _0x518d21!==undefined&&(_0xe1d79['id']=_0x518d21),{'id':_0x518d21,'entity':_0xe1d79};}function a281_0x583c(){const _0x556da0=['5248776kgOtmH','190086XTNGXl','2945190sJXerg','9SVFTsB','478glObkG','isFinite','682415uSWXdH','1003048EBRXvo','573391yVUzOo','12bMbOPQ','7113uFlJIS','object','trim','number','77kVIyeN','22pyMfhq'];a281_0x583c=function(){return _0x556da0;};return a281_0x583c();}
@@ -1 +1 @@
1
- (function(_0x4e503d,_0x21ea05){const _0xc8e86=a281_0x2df3,_0x3f4a9e=_0x4e503d();while(!![]){try{const _0x4e52fd=parseInt(_0xc8e86(0x1df))/0x1+-parseInt(_0xc8e86(0x1e1))/0x2+-parseInt(_0xc8e86(0x1e0))/0x3*(parseInt(_0xc8e86(0x1db))/0x4)+parseInt(_0xc8e86(0x1dc))/0x5+parseInt(_0xc8e86(0x1da))/0x6+parseInt(_0xc8e86(0x1de))/0x7+-parseInt(_0xc8e86(0x1dd))/0x8;if(_0x4e52fd===_0x21ea05)break;else _0x3f4a9e['push'](_0x3f4a9e['shift']());}catch(_0x524ecd){_0x3f4a9e['push'](_0x3f4a9e['shift']());}}}(a281_0x33d9,0xead0b));import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';function a281_0x33d9(){const _0x35803e=['8857875dBfeqE','19215840iDCXXa','6760901uQdGGM','1841168jkVlMD','3WXRcPc','2225132ccbmvl','isDirectory','1860636XRLbdN','1649372FmyYUu'];a281_0x33d9=function(){return _0x35803e;};return a281_0x33d9();}import{join}from'node:path';export async function copyDir(_0x12a07e,_0x50d7a5){const _0x3d89e4=a281_0x2df3,_0xfc62b1=statSync(_0x12a07e);if(_0xfc62b1[_0x3d89e4(0x1e2)]()){!existsSync(_0x50d7a5)&&mkdirSync(_0x50d7a5,{'recursive':!![]});const _0x3c9408=readdirSync(_0x12a07e);for(const _0x417f90 of _0x3c9408){await copyDir(join(_0x12a07e,_0x417f90),join(_0x50d7a5,_0x417f90));}}else copyFileSync(_0x12a07e,_0x50d7a5);}export function ensureDir(_0x552404){!existsSync(_0x552404)&&mkdirSync(_0x552404,{'recursive':!![]});}function a281_0x2df3(_0x497fb5,_0x97e36b){_0x497fb5=_0x497fb5-0x1da;const _0x33d9fa=a281_0x33d9();let _0x2df3db=_0x33d9fa[_0x497fb5];return _0x2df3db;}export function pathExists(_0x116857){return existsSync(_0x116857);}
1
+ (function(_0x480be4,_0x262bbd){const _0x385aa5=a282_0x4ee8,_0x185ff2=_0x480be4();while(!![]){try{const _0x5d6ccf=-parseInt(_0x385aa5(0xfe))/0x1*(-parseInt(_0x385aa5(0x102))/0x2)+-parseInt(_0x385aa5(0x100))/0x3*(parseInt(_0x385aa5(0xfb))/0x4)+-parseInt(_0x385aa5(0xfc))/0x5+parseInt(_0x385aa5(0x101))/0x6+parseInt(_0x385aa5(0xff))/0x7*(-parseInt(_0x385aa5(0xfd))/0x8)+parseInt(_0x385aa5(0x104))/0x9+parseInt(_0x385aa5(0x103))/0xa;if(_0x5d6ccf===_0x262bbd)break;else _0x185ff2['push'](_0x185ff2['shift']());}catch(_0x1d795d){_0x185ff2['push'](_0x185ff2['shift']());}}}(a282_0x1e3e,0x190e1));function a282_0x1e3e(){const _0x517904=['202810hdiokt','184568TrKcsf','12647RuagjT','7uJTlzd','387030wZJuEZ','524214DtYQRY','14zjXfNE','732650ToNHwo','414945IEtVSb','isDirectory','4AeSpJE'];a282_0x1e3e=function(){return _0x517904;};return a282_0x1e3e();}import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x242e25,_0x144170){const _0x4eca37=a282_0x4ee8,_0x16a9d3=statSync(_0x242e25);if(_0x16a9d3[_0x4eca37(0x105)]()){!existsSync(_0x144170)&&mkdirSync(_0x144170,{'recursive':!![]});const _0x9598c8=readdirSync(_0x242e25);for(const _0x26b818 of _0x9598c8){await copyDir(join(_0x242e25,_0x26b818),join(_0x144170,_0x26b818));}}else copyFileSync(_0x242e25,_0x144170);}function a282_0x4ee8(_0x35b38d,_0xfdcd7){_0x35b38d=_0x35b38d-0xfb;const _0x1e3eba=a282_0x1e3e();let _0x4ee803=_0x1e3eba[_0x35b38d];return _0x4ee803;}export function ensureDir(_0xdbd0a2){!existsSync(_0xdbd0a2)&&mkdirSync(_0xdbd0a2,{'recursive':!![]});}export function pathExists(_0x124dd7){return existsSync(_0x124dd7);}
@@ -1 +1 @@
1
- const a282_0x29a33c=a282_0x29dc;(function(_0x38db5c,_0x3beda0){const _0x298115=a282_0x29dc,_0x3e4a46=_0x38db5c();while(!![]){try{const _0x858368=parseInt(_0x298115(0x1c6))/0x1+-parseInt(_0x298115(0x1d1))/0x2*(-parseInt(_0x298115(0x1c0))/0x3)+-parseInt(_0x298115(0x1c5))/0x4*(parseInt(_0x298115(0x1cb))/0x5)+parseInt(_0x298115(0x1d5))/0x6*(parseInt(_0x298115(0x1d0))/0x7)+-parseInt(_0x298115(0x1cd))/0x8*(parseInt(_0x298115(0x1dc))/0x9)+parseInt(_0x298115(0x1c9))/0xa+-parseInt(_0x298115(0x1c7))/0xb;if(_0x858368===_0x3beda0)break;else _0x3e4a46['push'](_0x3e4a46['shift']());}catch(_0x248986){_0x3e4a46['push'](_0x3e4a46['shift']());}}}(a282_0xd998,0x5fced));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';import{homedir}from'node:os';import{getTemplateBaseUrl}from'../utils/config.js';function a282_0x29dc(_0x4338e4,_0x2a5b37){_0x4338e4=_0x4338e4-0x1bb;const _0xd99824=a282_0xd998();let _0x29dcf4=_0xd99824[_0x4338e4];return _0x29dcf4;}function a282_0xd998(){const _0x1c593c=['application/json','90uwroAq','entries','16XhlTtq','/skills/guides.json','replace','88879VTvpXu','132GEGLbT','skillTemplate','guides','utf-8','54xAVODv','.md','join','object','trimEnd','CDN\x20请求失败:\x20','extendContent','3503133SdstSX','.lovrabet/skill/guides','status','title','json','cache','17103yjmwLl','CDN\x20数据中缺少\x20skillTemplate','content','.lovrabet','lastUpdated','103064uGLftP','708789KEloEv','3342196uoxXBE','length','7391990BwtVQK'];a282_0xd998=function(){return _0x1c593c;};return a282_0xd998();}function getGuidesCdnUrl(){const _0x13d9f5=a282_0x29dc,_0x1fa736=getTemplateBaseUrl();return _0x1fa736+_0x13d9f5(0x1ce);}const CACHE_DIR=join(homedir(),a282_0x29a33c(0x1c3),a282_0x29a33c(0x1bf));export async function fetchGuidesFromCDN(){const _0xe1ec7e=a282_0x29a33c,_0x29cac=getGuidesCdnUrl(),_0x7b40b8=await fetch(_0x29cac,{'headers':{'Accept':_0xe1ec7e(0x1ca)}});if(!_0x7b40b8['ok'])throw new Error(_0xe1ec7e(0x1da)+_0x7b40b8[_0xe1ec7e(0x1bc)]+'\x20'+_0x7b40b8['statusText']);const _0xc41236=await _0x7b40b8[_0xe1ec7e(0x1be)]();if(!_0xc41236['guides']||typeof _0xc41236[_0xe1ec7e(0x1d3)]!==_0xe1ec7e(0x1d8))throw new Error('CDN\x20返回数据格式错误');return _0xc41236;}export function writeGuidesToProject(_0x597d79,_0x249673,_0x47ca26=a282_0x29a33c(0x1bb),_0x553358){const _0x4a716c=a282_0x29a33c,_0x2c62a9=join(_0x249673,_0x47ca26);mkdirSync(_0x2c62a9,{'recursive':!![]});for(const [_0x20a2d4,_0x11b76b]of Object['entries'](_0x597d79['guides'])){let _0x40f3bc=_0x11b76b[_0x4a716c(0x1c2)];_0x11b76b[_0x4a716c(0x1c4)]&&(_0x40f3bc=appendUpdateTime(_0x40f3bc,_0x11b76b[_0x4a716c(0x1c4)])),writeFileSync(join(_0x2c62a9,_0x20a2d4+_0x4a716c(0x1d6)),_0x40f3bc,_0x4a716c(0x1d4));}}export function appendUpdateTime(_0x6aa409,_0x1db228){const _0x1947ab=a282_0x29a33c;return _0x6aa409=_0x6aa409[_0x1947ab(0x1cf)](/\n*>更新时间:.*$/m,''),_0x6aa409['trimEnd']()+('\x0a\x0a>更新时间:'+_0x1db228);}export function getSkillTemplate(_0x14b6d4){const _0x56535e=a282_0x29a33c;return _0x14b6d4[_0x56535e(0x1d2)]?.['content']||'';}export function appendExtendContents(_0x12dacd,_0xdefb8b,_0x358219){const _0x2f559e=a282_0x29a33c,_0x3ebf6c=[];for(const [,_0x1fb06c]of Object[_0x2f559e(0x1cc)](_0xdefb8b[_0x2f559e(0x1d3)])){_0x1fb06c[_0x2f559e(0x1db)]&&_0x3ebf6c['push'](_0x1fb06c[_0x2f559e(0x1db)][_0x2f559e(0x1d9)]());}if(_0x3ebf6c[_0x2f559e(0x1c8)]===0x0)return _0x12dacd;return _0x12dacd[_0x2f559e(0x1d9)]()+'\x0a\x0a'+_0x3ebf6c[_0x2f559e(0x1d7)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x4c1f54,_0x356817,_0x5c8d89){const _0x1ad13c=a282_0x29a33c,_0x5ab495=getSkillTemplate(_0x4c1f54);if(!_0x5ab495)throw new Error(_0x1ad13c(0x1c1));const _0x496d08=dirname(_0x356817);mkdirSync(_0x496d08,{'recursive':!![]});let _0x8230c4=_0x5ab495['replace'](/\{\{IDE_NAME\}\}/g,_0x5c8d89);_0x8230c4=appendExtendContents(_0x8230c4,_0x4c1f54),_0x4c1f54['skillTemplate'][_0x1ad13c(0x1c4)]&&(_0x8230c4=appendUpdateTime(_0x8230c4,_0x4c1f54[_0x1ad13c(0x1d2)][_0x1ad13c(0x1c4)])),writeFileSync(_0x356817,_0x8230c4,_0x1ad13c(0x1d4));}export async function installGuides(_0xf54ced){const _0x1b3eac=a282_0x29a33c,_0x548f5d=await fetchGuidesFromCDN();return writeGuidesToProject(_0x548f5d,_0xf54ced),Object['keys'](_0x548f5d[_0x1b3eac(0x1d3)])[_0x1b3eac(0x1c8)];}export function getGuidesSummary(_0x33aecc){const _0x326392=a282_0x29a33c;return Object[_0x326392(0x1cc)](_0x33aecc[_0x326392(0x1d3)])['map'](([_0x519cd3,_0x456bf4])=>({'key':_0x519cd3,'title':_0x456bf4[_0x326392(0x1bd)],'path':_0x456bf4['path']}));}
1
+ const a283_0x3e910a=a283_0x269f;(function(_0x380795,_0x343c8b){const _0x2c9ada=a283_0x269f,_0x316070=_0x380795();while(!![]){try{const _0x8361c1=-parseInt(_0x2c9ada(0x130))/0x1+-parseInt(_0x2c9ada(0x133))/0x2+parseInt(_0x2c9ada(0x128))/0x3*(-parseInt(_0x2c9ada(0x126))/0x4)+-parseInt(_0x2c9ada(0x125))/0x5+parseInt(_0x2c9ada(0x132))/0x6+parseInt(_0x2c9ada(0x121))/0x7+parseInt(_0x2c9ada(0x123))/0x8;if(_0x8361c1===_0x343c8b)break;else _0x316070['push'](_0x316070['shift']());}catch(_0x5973c6){_0x316070['push'](_0x316070['shift']());}}}(a283_0x53ec,0x82f9a));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';import{homedir}from'node:os';import{getTemplateBaseUrl}from'../utils/config.js';function getGuidesCdnUrl(){const _0x4c1e59=a283_0x269f,_0x4048c9=getTemplateBaseUrl();return _0x4048c9+_0x4c1e59(0x12d);}const CACHE_DIR=join(homedir(),'.lovrabet',a283_0x3e910a(0x118));function a283_0x53ec(){const _0x32944d=['title','CDN\x20返回数据格式错误','path','671951liCCpU','trimEnd','17513992mqsDzX','CDN\x20数据中缺少\x20skillTemplate','1609720DReNKK','1375644cUgGyf','utf-8','3zmbLne','lastUpdated','status','object','skillTemplate','/skills/guides.json','CDN\x20请求失败:\x20','replace','1058355aXnSrJ','entries','4981674yLjCCV','1709674fzyZwo','content','guides','application/json','cache','length','extendContent','join','.lovrabet/skill/guides','map'];a283_0x53ec=function(){return _0x32944d;};return a283_0x53ec();}export async function fetchGuidesFromCDN(){const _0x3d3f0b=a283_0x3e910a,_0x301e21=getGuidesCdnUrl(),_0x15c143=await fetch(_0x301e21,{'headers':{'Accept':_0x3d3f0b(0x117)}});if(!_0x15c143['ok'])throw new Error(_0x3d3f0b(0x12e)+_0x15c143[_0x3d3f0b(0x12a)]+'\x20'+_0x15c143['statusText']);const _0xd43df7=await _0x15c143['json']();if(!_0xd43df7[_0x3d3f0b(0x135)]||typeof _0xd43df7['guides']!==_0x3d3f0b(0x12b))throw new Error(_0x3d3f0b(0x11f));return _0xd43df7;}export function writeGuidesToProject(_0x1be2b1,_0x3c06f7,_0x57de3e=a283_0x3e910a(0x11c),_0x36572a){const _0x321f6d=a283_0x3e910a,_0x45585d=join(_0x3c06f7,_0x57de3e);mkdirSync(_0x45585d,{'recursive':!![]});for(const [_0x2cc05f,_0xa731f0]of Object[_0x321f6d(0x131)](_0x1be2b1[_0x321f6d(0x135)])){let _0x485920=_0xa731f0[_0x321f6d(0x134)];_0xa731f0[_0x321f6d(0x129)]&&(_0x485920=appendUpdateTime(_0x485920,_0xa731f0[_0x321f6d(0x129)])),writeFileSync(join(_0x45585d,_0x2cc05f+'.md'),_0x485920,'utf-8');}}export function appendUpdateTime(_0x18431e,_0x7c25ed){const _0x126057=a283_0x3e910a;return _0x18431e=_0x18431e[_0x126057(0x12f)](/\n*>更新时间:.*$/m,''),_0x18431e[_0x126057(0x122)]()+('\x0a\x0a>更新时间:'+_0x7c25ed);}export function getSkillTemplate(_0x4a2ae9){const _0xce4734=a283_0x3e910a;return _0x4a2ae9[_0xce4734(0x12c)]?.[_0xce4734(0x134)]||'';}function a283_0x269f(_0x36ea73,_0x11e356){_0x36ea73=_0x36ea73-0x117;const _0x53ec36=a283_0x53ec();let _0x269f90=_0x53ec36[_0x36ea73];return _0x269f90;}export function appendExtendContents(_0x2f5c2f,_0x273989,_0x24067a){const _0x2794f3=a283_0x3e910a,_0x356155=[];for(const [,_0x168b4c]of Object[_0x2794f3(0x131)](_0x273989[_0x2794f3(0x135)])){_0x168b4c[_0x2794f3(0x11a)]&&_0x356155['push'](_0x168b4c[_0x2794f3(0x11a)]['trimEnd']());}if(_0x356155[_0x2794f3(0x119)]===0x0)return _0x2f5c2f;return _0x2f5c2f['trimEnd']()+'\x0a\x0a'+_0x356155[_0x2794f3(0x11b)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0xb748c1,_0x379389,_0x202c21){const _0x331638=a283_0x3e910a,_0x2d8e15=getSkillTemplate(_0xb748c1);if(!_0x2d8e15)throw new Error(_0x331638(0x124));const _0xbcf67a=dirname(_0x379389);mkdirSync(_0xbcf67a,{'recursive':!![]});let _0x3f8efa=_0x2d8e15[_0x331638(0x12f)](/\{\{IDE_NAME\}\}/g,_0x202c21);_0x3f8efa=appendExtendContents(_0x3f8efa,_0xb748c1),_0xb748c1[_0x331638(0x12c)][_0x331638(0x129)]&&(_0x3f8efa=appendUpdateTime(_0x3f8efa,_0xb748c1[_0x331638(0x12c)][_0x331638(0x129)])),writeFileSync(_0x379389,_0x3f8efa,_0x331638(0x127));}export async function installGuides(_0x1bd0be){const _0x3a542b=a283_0x3e910a,_0x48309b=await fetchGuidesFromCDN();return writeGuidesToProject(_0x48309b,_0x1bd0be),Object['keys'](_0x48309b[_0x3a542b(0x135)])[_0x3a542b(0x119)];}export function getGuidesSummary(_0x465d6c){const _0x1db072=a283_0x3e910a;return Object[_0x1db072(0x131)](_0x465d6c['guides'])[_0x1db072(0x11d)](([_0x50f70d,_0x452cb2])=>({'key':_0x50f70d,'title':_0x452cb2[_0x1db072(0x11e)],'path':_0x452cb2[_0x1db072(0x120)]}));}
@@ -1 +1 @@
1
- function a283_0x1629(){const _0x35ba27=['*\x20请求失败,','38SWXPIn','228DFFCGD','4093572QlsoBb','fetch','content-type','headers','statusText','includes','abort','3267671lYKcrw','\x20次重试...','message','957931zhvCyZ','3298985txIvxO','10FRxoTk','text','264172lympTV','application/json','TypeError','33034bPioQz','ECONNRESET','url','7kpCZWo','36yPDSLN','39JfAinC','AbortError','1148896rWaLxW','name','log'];a283_0x1629=function(){return _0x35ba27;};return a283_0x1629();}(function(_0x3411ba,_0x446d70){const _0x19db32=a283_0x7dd5,_0x5946d5=_0x3411ba();while(!![]){try{const _0x54581f=parseInt(_0x19db32(0x152))/0x1*(-parseInt(_0x19db32(0x13f))/0x2)+-parseInt(_0x19db32(0x139))/0x3*(-parseInt(_0x19db32(0x14f))/0x4)+-parseInt(_0x19db32(0x14c))/0x5+parseInt(_0x19db32(0x141))/0x6*(-parseInt(_0x19db32(0x137))/0x7)+-parseInt(_0x19db32(0x13b))/0x8*(-parseInt(_0x19db32(0x138))/0x9)+-parseInt(_0x19db32(0x14d))/0xa*(parseInt(_0x19db32(0x148))/0xb)+parseInt(_0x19db32(0x140))/0xc*(parseInt(_0x19db32(0x14b))/0xd);if(_0x54581f===_0x446d70)break;else _0x5946d5['push'](_0x5946d5['shift']());}catch(_0x16acbc){_0x5946d5['push'](_0x5946d5['shift']());}}}(a283_0x1629,0x8a416));function a283_0x7dd5(_0x24c4a4,_0x6a3a){_0x24c4a4=_0x24c4a4-0x137;const _0x1629b7=a283_0x1629();let _0x7dd513=_0x1629b7[_0x24c4a4];return _0x7dd513;}export async function httpRequest(_0x4b1c16,_0x2e3ce2={}){const _0x1c3eba=a283_0x7dd5,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x2e3ce2;let _0x29fa05=null;for(let _0x1c421b=0x0;_0x1c421b<=retries;_0x1c421b++){try{const _0x108f27=new AbortController(),_0x373557=setTimeout(()=>_0x108f27[_0x1c3eba(0x147)](),timeout),_0x195bad=await fetch(_0x4b1c16,{'headers':headers,'signal':_0x108f27['signal']});clearTimeout(_0x373557);let _0x630aef;const _0x248746=_0x195bad[_0x1c3eba(0x144)]['get'](_0x1c3eba(0x143));return _0x248746?.['includes'](_0x1c3eba(0x150))?_0x630aef=await _0x195bad['json']():_0x630aef=await _0x195bad[_0x1c3eba(0x14e)](),{'ok':_0x195bad['ok'],'status':_0x195bad['status'],'statusText':_0x195bad[_0x1c3eba(0x145)],'data':_0x630aef,'headers':_0x195bad[_0x1c3eba(0x144)],'url':_0x195bad[_0x1c3eba(0x154)],'text':()=>_0x195bad[_0x1c3eba(0x14e)]()};}catch(_0x36344f){_0x29fa05=_0x36344f instanceof Error?_0x36344f:new Error(String(_0x36344f));if(_0x1c421b===retries)break;if(shouldRetry(_0x36344f)){console[_0x1c3eba(0x13d)](_0x1c3eba(0x13e)+retryDelay+'ms\x20后进行第\x20'+(_0x1c421b+0x1)+_0x1c3eba(0x149)),await sleep(retryDelay);continue;}else break;}}throw _0x29fa05||new Error('Request\x20failed');}function shouldRetry(_0x4d8178){const _0x2296cf=a283_0x7dd5;if(_0x4d8178 instanceof Error){if(_0x4d8178[_0x2296cf(0x13c)]===_0x2296cf(0x13a))return![];if(_0x4d8178[_0x2296cf(0x13c)]===_0x2296cf(0x151)&&_0x4d8178[_0x2296cf(0x14a)]['includes'](_0x2296cf(0x142)))return!![];if(_0x4d8178[_0x2296cf(0x14a)][_0x2296cf(0x146)](_0x2296cf(0x153)))return!![];if(_0x4d8178[_0x2296cf(0x14a)][_0x2296cf(0x146)]('ENOTFOUND'))return![];}return![];}function sleep(_0x5edf13){return new Promise(_0xfc0f9f=>setTimeout(_0xfc0f9f,_0x5edf13));}export function validateUrl(_0x32b13d){try{return new URL(_0x32b13d),!![];}catch{return![];}}
1
+ (function(_0xb7c47a,_0x1b4ff2){const _0x1ccbe8=a284_0x2996,_0x3fcd54=_0xb7c47a();while(!![]){try{const _0x21d574=parseInt(_0x1ccbe8(0x153))/0x1+-parseInt(_0x1ccbe8(0x15c))/0x2+parseInt(_0x1ccbe8(0x152))/0x3*(parseInt(_0x1ccbe8(0x14a))/0x4)+-parseInt(_0x1ccbe8(0x14d))/0x5+-parseInt(_0x1ccbe8(0x149))/0x6*(parseInt(_0x1ccbe8(0x155))/0x7)+-parseInt(_0x1ccbe8(0x160))/0x8*(parseInt(_0x1ccbe8(0x151))/0x9)+-parseInt(_0x1ccbe8(0x14b))/0xa*(-parseInt(_0x1ccbe8(0x14c))/0xb);if(_0x21d574===_0x1b4ff2)break;else _0x3fcd54['push'](_0x3fcd54['shift']());}catch(_0x5c504a){_0x3fcd54['push'](_0x3fcd54['shift']());}}}(a284_0x3ed2,0x8449b));function a284_0x2996(_0x40806c,_0x40e773){_0x40806c=_0x40806c-0x149;const _0x3ed25c=a284_0x3ed2();let _0x2996a6=_0x3ed25c[_0x40806c];return _0x2996a6;}export async function httpRequest(_0x3260a2,_0x25ea2b={}){const _0x48204d=a284_0x2996,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x25ea2b;let _0x33c392=null;for(let _0xd88696=0x0;_0xd88696<=retries;_0xd88696++){try{const _0x5eab91=new AbortController(),_0x322dea=setTimeout(()=>_0x5eab91[_0x48204d(0x163)](),timeout),_0xb4767d=await fetch(_0x3260a2,{'headers':headers,'signal':_0x5eab91[_0x48204d(0x165)]});clearTimeout(_0x322dea);let _0x3c66a3;const _0x4d55ab=_0xb4767d[_0x48204d(0x156)]['get'](_0x48204d(0x15b));return _0x4d55ab?.[_0x48204d(0x164)](_0x48204d(0x15a))?_0x3c66a3=await _0xb4767d['json']():_0x3c66a3=await _0xb4767d[_0x48204d(0x15e)](),{'ok':_0xb4767d['ok'],'status':_0xb4767d[_0x48204d(0x15d)],'statusText':_0xb4767d[_0x48204d(0x162)],'data':_0x3c66a3,'headers':_0xb4767d['headers'],'url':_0xb4767d['url'],'text':()=>_0xb4767d['text']()};}catch(_0xec5e2b){_0x33c392=_0xec5e2b instanceof Error?_0xec5e2b:new Error(String(_0xec5e2b));if(_0xd88696===retries)break;if(shouldRetry(_0xec5e2b)){console[_0x48204d(0x157)](_0x48204d(0x159)+retryDelay+'ms\x20后进行第\x20'+(_0xd88696+0x1)+_0x48204d(0x166)),await sleep(retryDelay);continue;}else break;}}throw _0x33c392||new Error(_0x48204d(0x14e));}function a284_0x3ed2(){const _0x4414b0=['1336653wNEJTX','3wqopTX','509342eObjDG','AbortError','326291PRdgBH','headers','log','ENOTFOUND','*\x20请求失败,','application/json','content-type','1402640pGxwPy','status','text','name','32ZZQAhR','fetch','statusText','abort','includes','signal','\x20次重试...','114bDxsLI','4049852dNULow','19333240kEolbi','11UMNLCJ','3661215AuJkIi','Request\x20failed','message','ECONNRESET'];a284_0x3ed2=function(){return _0x4414b0;};return a284_0x3ed2();}function shouldRetry(_0x67b1bd){const _0x5de0e6=a284_0x2996;if(_0x67b1bd instanceof Error){if(_0x67b1bd['name']===_0x5de0e6(0x154))return![];if(_0x67b1bd[_0x5de0e6(0x15f)]==='TypeError'&&_0x67b1bd[_0x5de0e6(0x14f)][_0x5de0e6(0x164)](_0x5de0e6(0x161)))return!![];if(_0x67b1bd[_0x5de0e6(0x14f)][_0x5de0e6(0x164)](_0x5de0e6(0x150)))return!![];if(_0x67b1bd['message'][_0x5de0e6(0x164)](_0x5de0e6(0x158)))return![];}return![];}function sleep(_0x5ae3c6){return new Promise(_0x48c78f=>setTimeout(_0x48c78f,_0x5ae3c6));}export function validateUrl(_0x1790a0){try{return new URL(_0x1790a0),!![];}catch{return![];}}
@@ -1 +1 @@
1
- function a284_0x2985(){const _0x4ae3cd=['stdin','1640002cCrSbO','nonInteractive','true','413056tDFgFm','1797WWFPgo','isRaw','5752186IBPVrM','isTTY','setRawMode','2748807BxhQGt','12585kxtWFg','10JEVyUy','16JgUSlq','587440oYiHoO','146QBmkaW','828sQmNcQ'];a284_0x2985=function(){return _0x4ae3cd;};return a284_0x2985();}(function(_0x30983d,_0x41ba9e){const _0x3e72fc=a284_0x2618,_0x1bcf0b=_0x30983d();while(!![]){try{const _0x1ba22b=-parseInt(_0x3e72fc(0x93))/0x1+parseInt(_0x3e72fc(0x9e))/0x2*(parseInt(_0x3e72fc(0x94))/0x3)+parseInt(_0x3e72fc(0x9d))/0x4+parseInt(_0x3e72fc(0x9a))/0x5*(-parseInt(_0x3e72fc(0x9f))/0x6)+-parseInt(_0x3e72fc(0xa1))/0x7+-parseInt(_0x3e72fc(0x9c))/0x8*(-parseInt(_0x3e72fc(0x99))/0x9)+parseInt(_0x3e72fc(0x9b))/0xa*(parseInt(_0x3e72fc(0x96))/0xb);if(_0x1ba22b===_0x41ba9e)break;else _0x1bcf0b['push'](_0x1bcf0b['shift']());}catch(_0x232504){_0x1bcf0b['push'](_0x1bcf0b['shift']());}}}(a284_0x2985,0x507c7));function env(_0x457bf7){return process.env[`RABETBASE_${_0x457bf7}`]||process.env[`LOVRABET_${_0x457bf7}`]||undefined;}export function isNonInteractive(_0x1cd35c){const _0x33d4d6=a284_0x2618;return!!(_0x1cd35c[_0x33d4d6(0xa2)]||_0x1cd35c['ci']||env('CI')===_0x33d4d6(0xa3)||process.env.CI===_0x33d4d6(0xa3)||!process['stdout'][_0x33d4d6(0x97)]||!isStdinRawModeSupported());}function a284_0x2618(_0x5a075f,_0x1b2025){_0x5a075f=_0x5a075f-0x93;const _0x29857c=a284_0x2985();let _0x261818=_0x29857c[_0x5a075f];return _0x261818;}function isStdinRawModeSupported(){const _0x4eb0e4=a284_0x2618;if(!process[_0x4eb0e4(0xa0)][_0x4eb0e4(0x97)])return![];try{const _0x5a6f70=process[_0x4eb0e4(0xa0)][_0x4eb0e4(0x95)];return process[_0x4eb0e4(0xa0)][_0x4eb0e4(0x98)](!![]),process[_0x4eb0e4(0xa0)]['setRawMode'](_0x5a6f70??![]),!![];}catch{return![];}}
1
+ (function(_0x4b6b0b,_0x5a2877){const _0x207b90=a285_0x3d58,_0x52007d=_0x4b6b0b();while(!![]){try{const _0x3a31e9=parseInt(_0x207b90(0x10c))/0x1+parseInt(_0x207b90(0x101))/0x2*(parseInt(_0x207b90(0x10a))/0x3)+-parseInt(_0x207b90(0x109))/0x4+parseInt(_0x207b90(0x108))/0x5+parseInt(_0x207b90(0x105))/0x6*(-parseInt(_0x207b90(0x10b))/0x7)+-parseInt(_0x207b90(0x104))/0x8*(parseInt(_0x207b90(0x107))/0x9)+parseInt(_0x207b90(0xff))/0xa;if(_0x3a31e9===_0x5a2877)break;else _0x52007d['push'](_0x52007d['shift']());}catch(_0x51cdd6){_0x52007d['push'](_0x52007d['shift']());}}}(a285_0x1cff,0x3dd5b));function env(_0x2aa99d){return process.env[`RABETBASE_${_0x2aa99d}`]||process.env[`LOVRABET_${_0x2aa99d}`]||undefined;}export function isNonInteractive(_0x272fc2){const _0x402fd2=a285_0x3d58;return!!(_0x272fc2[_0x402fd2(0x100)]||_0x272fc2['ci']||env('CI')===_0x402fd2(0x10d)||process.env.CI===_0x402fd2(0x10d)||!process['stdout'][_0x402fd2(0x102)]||!isStdinRawModeSupported());}function a285_0x1cff(){const _0x42c007=['359268LljGkw','true','isRaw','27220iRzAkQ','nonInteractive','4ClvoQM','isTTY','stdin','16HCAwjb','30DdLRgA','setRawMode','1299492VIKhyi','414680yYvZbB','688960mJzUKt','732135nxXjex','306215ilrNFP'];a285_0x1cff=function(){return _0x42c007;};return a285_0x1cff();}function a285_0x3d58(_0x1dbe07,_0x48fe82){_0x1dbe07=_0x1dbe07-0xff;const _0x1cfff2=a285_0x1cff();let _0x3d5842=_0x1cfff2[_0x1dbe07];return _0x3d5842;}function isStdinRawModeSupported(){const _0x5bbffe=a285_0x3d58;if(!process[_0x5bbffe(0x103)][_0x5bbffe(0x102)])return![];try{const _0x322fa8=process[_0x5bbffe(0x103)][_0x5bbffe(0x10e)];return process['stdin'][_0x5bbffe(0x106)](!![]),process['stdin'][_0x5bbffe(0x106)](_0x322fa8??![]),!![];}catch{return![];}}
@@ -1 +1 @@
1
- const a285_0x1e8cd5=a285_0x8028;function a285_0x2588(){const _0x59c018=['success','combine','initWinstonLogger','currentRawCommand','winstonLogger','info','green','utf8','logFilePath','join','5322726zHufwl','stringify','File','.lovrabet.log','1415XckPcl','map','Failed\x20to\x20clear\x20logs:','clear','details','800206IcEmtI','printf','dirname','Failed\x20to\x20read\x20logs:','readLogs','开始执行:\x20','warn','yellow','existsSync','setRawCommand','now','format','timestamp','1949568meCkCX','level','clearLogs','writeFileSync','trim','unknown','3704538VYAWan','readFileSync','parse','split','5482260uBPItf','rawCommand','79641KUrxtw','command','完成:\x20','errors','toISOString','mkdirSync','message','25422fLbGSs','transports','red','logTask','error','7JzzNkD','log','4ZHicnq','setLogPath'];a285_0x2588=function(){return _0x59c018;};return a285_0x2588();}(function(_0xf61185,_0x3d876d){const _0x2f4fa8=a285_0x8028,_0x12adf1=_0xf61185();while(!![]){try{const _0x4c8f94=parseInt(_0x2f4fa8(0x14a))/0x1+-parseInt(_0x2f4fa8(0x131))/0x2+-parseInt(_0x2f4fa8(0x144))/0x3*(-parseInt(_0x2f4fa8(0x158))/0x4)+-parseInt(_0x2f4fa8(0x168))/0x5*(-parseInt(_0x2f4fa8(0x151))/0x6)+-parseInt(_0x2f4fa8(0x156))/0x7*(parseInt(_0x2f4fa8(0x13e))/0x8)+-parseInt(_0x2f4fa8(0x164))/0x9+-parseInt(_0x2f4fa8(0x148))/0xa;if(_0x4c8f94===_0x3d876d)break;else _0x12adf1['push'](_0x12adf1['shift']());}catch(_0x357eb8){_0x12adf1['push'](_0x12adf1['shift']());}}}(a285_0x2588,0xb2407));import a285_0x2fc7c1 from'winston';import a285_0x565f5f from'node:fs';function a285_0x8028(_0x2ee44b,_0x519338){_0x2ee44b=_0x2ee44b-0x12d;const _0x2588a5=a285_0x2588();let _0x8028df=_0x2588a5[_0x2ee44b];return _0x8028df;}import a285_0x25b41c from'node:path';class Logger{[a285_0x1e8cd5(0x15e)];['logFilePath'];[a285_0x1e8cd5(0x15d)]='';constructor(){const _0x378e94=a285_0x1e8cd5;this[_0x378e94(0x162)]='';}[a285_0x1e8cd5(0x13a)](_0x215dc2){const _0x57fdae=a285_0x1e8cd5;this[_0x57fdae(0x15d)]=_0x215dc2;}[a285_0x1e8cd5(0x15c)](){const _0x118135=a285_0x1e8cd5,_0xde80bc=a285_0x25b41c[_0x118135(0x133)](this[_0x118135(0x162)]);!a285_0x565f5f[_0x118135(0x139)](_0xde80bc)&&a285_0x565f5f[_0x118135(0x14f)](_0xde80bc,{'recursive':!![]});const _0x5ae721=a285_0x2fc7c1[_0x118135(0x13c)][_0x118135(0x15b)](a285_0x2fc7c1[_0x118135(0x13c)][_0x118135(0x13d)](),a285_0x2fc7c1[_0x118135(0x13c)][_0x118135(0x14d)]({'stack':!![]}),a285_0x2fc7c1[_0x118135(0x13c)][_0x118135(0x132)](_0x124f6a=>{const _0x1d8eb9=_0x118135,_0x5d300c={'timestamp':_0x124f6a[_0x1d8eb9(0x13d)]||new Date()[_0x1d8eb9(0x14e)](),'level':_0x124f6a[_0x1d8eb9(0x13f)]||_0x1d8eb9(0x15f),'command':_0x124f6a[_0x1d8eb9(0x14b)]||_0x1d8eb9(0x143),'rawCommand':_0x124f6a[_0x1d8eb9(0x149)]||this['currentRawCommand']||undefined,'message':_0x124f6a[_0x1d8eb9(0x150)]||'','duration':_0x124f6a['duration']||undefined,'details':_0x124f6a[_0x1d8eb9(0x130)]||undefined};return JSON[_0x1d8eb9(0x165)](_0x5d300c);}));this['winstonLogger']=a285_0x2fc7c1['createLogger']({'level':_0x118135(0x15f),'format':_0x5ae721,'transports':[new a285_0x2fc7c1[(_0x118135(0x152))][(_0x118135(0x166))]({'filename':this['logFilePath'],'level':'info'})],'silent':![]}),a285_0x2fc7c1['addColors']({'success':_0x118135(0x160),'error':_0x118135(0x153),'warn':_0x118135(0x138),'info':'blue'});}[a285_0x1e8cd5(0x159)](_0x106889){const _0x1df1df=a285_0x1e8cd5;this['logFilePath']=a285_0x25b41c[_0x1df1df(0x163)](_0x106889,_0x1df1df(0x167)),this[_0x1df1df(0x15e)]&&this[_0x1df1df(0x15e)][_0x1df1df(0x12f)](),this[_0x1df1df(0x15c)]();}[a285_0x1e8cd5(0x15f)](_0x1f5d93,_0x101f84,_0x1439e7){const _0x48cd2a=a285_0x1e8cd5;if(!this['logFilePath']||!this['winstonLogger'])return;this[_0x48cd2a(0x15e)][_0x48cd2a(0x15f)](_0x101f84,{'command':_0x1f5d93,'details':_0x1439e7});}[a285_0x1e8cd5(0x15a)](_0x413d2b,_0x415b78,_0x4609e4,_0x33c2b6){const _0x558428=a285_0x1e8cd5;if(!this[_0x558428(0x162)]||!this[_0x558428(0x15e)])return;this['winstonLogger'][_0x558428(0x157)](_0x558428(0x15f),_0x415b78,{'level':_0x558428(0x15a),'command':_0x413d2b,'duration':_0x4609e4,'details':_0x33c2b6});}['error'](_0x429bbe,_0x41f4d2,_0x202b2e){const _0x4bf2b0=a285_0x1e8cd5;if(!this['logFilePath']||!this[_0x4bf2b0(0x15e)])return;this['winstonLogger']['error'](_0x41f4d2,{'command':_0x429bbe,'details':_0x202b2e});}[a285_0x1e8cd5(0x137)](_0x328b6b,_0x41c462,_0x4f4f1e){const _0x56675=a285_0x1e8cd5;if(!this[_0x56675(0x162)]||!this[_0x56675(0x15e)])return;this[_0x56675(0x15e)][_0x56675(0x137)](_0x41c462,{'command':_0x328b6b,'details':_0x4f4f1e});}async[a285_0x1e8cd5(0x154)](_0x5e40ea,_0x5e61be,_0x550474){const _0x1377bf=a285_0x1e8cd5,_0x4b624c=Date[_0x1377bf(0x13b)]();this[_0x1377bf(0x15f)](_0x5e40ea,_0x1377bf(0x136)+_0x5e61be);try{const _0x2ae194=await _0x550474(),_0x272f21=Date[_0x1377bf(0x13b)]()-_0x4b624c;return this[_0x1377bf(0x15a)](_0x5e40ea,_0x1377bf(0x14c)+_0x5e61be,_0x272f21),_0x2ae194;}catch(_0x16664d){const _0x1628ad=Date[_0x1377bf(0x13b)]()-_0x4b624c;this[_0x1377bf(0x155)](_0x5e40ea,'失败:\x20'+_0x5e61be,{'error':_0x16664d instanceof Error?_0x16664d[_0x1377bf(0x150)]:String(_0x16664d),'duration':_0x1628ad});throw _0x16664d;}}[a285_0x1e8cd5(0x135)](){const _0x55f045=a285_0x1e8cd5;try{if(!a285_0x565f5f[_0x55f045(0x139)](this[_0x55f045(0x162)]))return[];const _0x5b68a1=a285_0x565f5f[_0x55f045(0x145)](this[_0x55f045(0x162)],'utf8');return _0x5b68a1[_0x55f045(0x147)]('\x0a')['filter'](_0x4b5cca=>_0x4b5cca[_0x55f045(0x142)]())[_0x55f045(0x12d)](_0x4f4e12=>JSON[_0x55f045(0x146)](_0x4f4e12));}catch(_0x183223){return console[_0x55f045(0x137)](_0x55f045(0x134),_0x183223),[];}}[a285_0x1e8cd5(0x140)](){const _0x3b48a9=a285_0x1e8cd5;try{a285_0x565f5f['existsSync'](this[_0x3b48a9(0x162)])&&a285_0x565f5f[_0x3b48a9(0x141)](this[_0x3b48a9(0x162)],'',_0x3b48a9(0x161));}catch(_0x1e1fa0){console[_0x3b48a9(0x137)](_0x3b48a9(0x12e),_0x1e1fa0);}}['getWinstonInstance'](){const _0x468b51=a285_0x1e8cd5;return this[_0x468b51(0x15e)];}}export const logger=new Logger();
1
+ function a286_0x57a9(_0x4aece7,_0x52802a){_0x4aece7=_0x4aece7-0x9c;const _0x52307c=a286_0x5230();let _0x57a93f=_0x52307c[_0x4aece7];return _0x57a93f;}const a286_0x46501e=a286_0x57a9;(function(_0x25470a,_0x277fe9){const _0x17e55b=a286_0x57a9,_0x2255ba=_0x25470a();while(!![]){try{const _0x6110ae=parseInt(_0x17e55b(0xc4))/0x1*(-parseInt(_0x17e55b(0xa1))/0x2)+-parseInt(_0x17e55b(0xbf))/0x3+parseInt(_0x17e55b(0xb3))/0x4*(parseInt(_0x17e55b(0xc3))/0x5)+parseInt(_0x17e55b(0xb6))/0x6+-parseInt(_0x17e55b(0xcf))/0x7*(parseInt(_0x17e55b(0xcb))/0x8)+-parseInt(_0x17e55b(0xc2))/0x9*(parseInt(_0x17e55b(0xac))/0xa)+parseInt(_0x17e55b(0xc7))/0xb*(parseInt(_0x17e55b(0xae))/0xc);if(_0x6110ae===_0x277fe9)break;else _0x2255ba['push'](_0x2255ba['shift']());}catch(_0x157982){_0x2255ba['push'](_0x2255ba['shift']());}}}(a286_0x5230,0x81e58));import a286_0x140f80 from'winston';import a286_0x3c2c9b from'node:fs';function a286_0x5230(){const _0x1b3c88=['success','clear','4879656swESpB','trim','addColors','errors','rawCommand','combine','开始执行:\x20','message','green','231285cpTjMY','dirname','utf8','18XAGzAy','2555WcAjnO','229588FquWvO','winstonLogger','existsSync','123607yJWEyB','yellow','format','timestamp','429608Mtdvdn','Failed\x20to\x20clear\x20logs:','error','map','7cHEiqs','log','details','stringify','filter','mkdirSync','readLogs','logFilePath','red','setLogPath','level','8UgLdVJ','transports','clearLogs','logTask','join','currentRawCommand','info','warn','writeFileSync','失败:\x20','command','2987950BZtOLR','setRawCommand','924jyYnuV','unknown','parse','Failed\x20to\x20read\x20logs:','now','3916wwxyWt'];a286_0x5230=function(){return _0x1b3c88;};return a286_0x5230();}import a286_0x4a1144 from'node:path';class Logger{[a286_0x46501e(0xc5)];['logFilePath'];[a286_0x46501e(0xa6)]='';constructor(){this['logFilePath']='';}[a286_0x46501e(0xad)](_0x3e18ee){const _0x5bccab=a286_0x46501e;this[_0x5bccab(0xa6)]=_0x3e18ee;}['initWinstonLogger'](){const _0x117aee=a286_0x46501e,_0x1193ed=a286_0x4a1144[_0x117aee(0xc0)](this[_0x117aee(0x9d)]);!a286_0x3c2c9b[_0x117aee(0xc6)](_0x1193ed)&&a286_0x3c2c9b[_0x117aee(0xd4)](_0x1193ed,{'recursive':!![]});const _0x610045=a286_0x140f80[_0x117aee(0xc9)][_0x117aee(0xbb)](a286_0x140f80[_0x117aee(0xc9)][_0x117aee(0xca)](),a286_0x140f80[_0x117aee(0xc9)][_0x117aee(0xb9)]({'stack':!![]}),a286_0x140f80[_0x117aee(0xc9)]['printf'](_0x3dd3c1=>{const _0x43f3ce=_0x117aee,_0x50f2ba={'timestamp':_0x3dd3c1[_0x43f3ce(0xca)]||new Date()['toISOString'](),'level':_0x3dd3c1[_0x43f3ce(0xa0)]||_0x43f3ce(0xa7),'command':_0x3dd3c1[_0x43f3ce(0xab)]||_0x43f3ce(0xaf),'rawCommand':_0x3dd3c1[_0x43f3ce(0xba)]||this[_0x43f3ce(0xa6)]||undefined,'message':_0x3dd3c1[_0x43f3ce(0xbd)]||'','duration':_0x3dd3c1['duration']||undefined,'details':_0x3dd3c1[_0x43f3ce(0xd1)]||undefined};return JSON[_0x43f3ce(0xd2)](_0x50f2ba);}));this[_0x117aee(0xc5)]=a286_0x140f80['createLogger']({'level':'info','format':_0x610045,'transports':[new a286_0x140f80[(_0x117aee(0xa2))]['File']({'filename':this[_0x117aee(0x9d)],'level':'info'})],'silent':![]}),a286_0x140f80[_0x117aee(0xb8)]({'success':_0x117aee(0xbe),'error':_0x117aee(0x9e),'warn':_0x117aee(0xc8),'info':'blue'});}[a286_0x46501e(0x9f)](_0x4f81f){const _0x53c1c9=a286_0x46501e;this[_0x53c1c9(0x9d)]=a286_0x4a1144[_0x53c1c9(0xa5)](_0x4f81f,'.lovrabet.log'),this['winstonLogger']&&this[_0x53c1c9(0xc5)][_0x53c1c9(0xb5)](),this['initWinstonLogger']();}[a286_0x46501e(0xa7)](_0xc9dc6e,_0x361615,_0x25bd49){const _0x5ebb78=a286_0x46501e;if(!this[_0x5ebb78(0x9d)]||!this['winstonLogger'])return;this[_0x5ebb78(0xc5)][_0x5ebb78(0xa7)](_0x361615,{'command':_0xc9dc6e,'details':_0x25bd49});}[a286_0x46501e(0xb4)](_0x46fa09,_0x2c4d88,_0x4f6c99,_0x4c214a){const _0x3bd680=a286_0x46501e;if(!this[_0x3bd680(0x9d)]||!this[_0x3bd680(0xc5)])return;this['winstonLogger'][_0x3bd680(0xd0)]('info',_0x2c4d88,{'level':'success','command':_0x46fa09,'duration':_0x4f6c99,'details':_0x4c214a});}[a286_0x46501e(0xcd)](_0x15aad2,_0x3cebbf,_0x54c473){const _0x19dc5c=a286_0x46501e;if(!this[_0x19dc5c(0x9d)]||!this['winstonLogger'])return;this[_0x19dc5c(0xc5)][_0x19dc5c(0xcd)](_0x3cebbf,{'command':_0x15aad2,'details':_0x54c473});}[a286_0x46501e(0xa8)](_0x5f5ada,_0x375b85,_0x888a3a){const _0x451aa7=a286_0x46501e;if(!this[_0x451aa7(0x9d)]||!this[_0x451aa7(0xc5)])return;this['winstonLogger'][_0x451aa7(0xa8)](_0x375b85,{'command':_0x5f5ada,'details':_0x888a3a});}async[a286_0x46501e(0xa4)](_0x1c30b7,_0x543ced,_0x592445){const _0xa56466=a286_0x46501e,_0x24ce25=Date[_0xa56466(0xb2)]();this[_0xa56466(0xa7)](_0x1c30b7,_0xa56466(0xbc)+_0x543ced);try{const _0x2a5313=await _0x592445(),_0x1ce0f2=Date[_0xa56466(0xb2)]()-_0x24ce25;return this['success'](_0x1c30b7,'完成:\x20'+_0x543ced,_0x1ce0f2),_0x2a5313;}catch(_0x32c8bd){const _0x2f2e25=Date[_0xa56466(0xb2)]()-_0x24ce25;this[_0xa56466(0xcd)](_0x1c30b7,_0xa56466(0xaa)+_0x543ced,{'error':_0x32c8bd instanceof Error?_0x32c8bd['message']:String(_0x32c8bd),'duration':_0x2f2e25});throw _0x32c8bd;}}[a286_0x46501e(0x9c)](){const _0x3b67d0=a286_0x46501e;try{if(!a286_0x3c2c9b[_0x3b67d0(0xc6)](this[_0x3b67d0(0x9d)]))return[];const _0xc3cf82=a286_0x3c2c9b['readFileSync'](this[_0x3b67d0(0x9d)],_0x3b67d0(0xc1));return _0xc3cf82['split']('\x0a')[_0x3b67d0(0xd3)](_0xb781be=>_0xb781be[_0x3b67d0(0xb7)]())[_0x3b67d0(0xce)](_0x300938=>JSON[_0x3b67d0(0xb0)](_0x300938));}catch(_0x58da78){return console[_0x3b67d0(0xa8)](_0x3b67d0(0xb1),_0x58da78),[];}}[a286_0x46501e(0xa3)](){const _0x18f0c5=a286_0x46501e;try{a286_0x3c2c9b[_0x18f0c5(0xc6)](this[_0x18f0c5(0x9d)])&&a286_0x3c2c9b[_0x18f0c5(0xa9)](this[_0x18f0c5(0x9d)],'','utf8');}catch(_0x46c6bb){console[_0x18f0c5(0xa8)](_0x18f0c5(0xcc),_0x46c6bb);}}['getWinstonInstance'](){return this['winstonLogger'];}}export const logger=new Logger();
@@ -1 +1 @@
1
- (function(_0x4dd28e,_0x237b78){const _0x2e9b02=a286_0x3a80,_0x3ba484=_0x4dd28e();while(!![]){try{const _0x36e3d5=parseInt(_0x2e9b02(0x151))/0x1+-parseInt(_0x2e9b02(0x14a))/0x2+parseInt(_0x2e9b02(0x14e))/0x3*(-parseInt(_0x2e9b02(0x14f))/0x4)+-parseInt(_0x2e9b02(0x148))/0x5*(-parseInt(_0x2e9b02(0x147))/0x6)+-parseInt(_0x2e9b02(0x146))/0x7+-parseInt(_0x2e9b02(0x150))/0x8+parseInt(_0x2e9b02(0x14b))/0x9*(parseInt(_0x2e9b02(0x153))/0xa);if(_0x36e3d5===_0x237b78)break;else _0x3ba484['push'](_0x3ba484['shift']());}catch(_0x2b65e2){_0x3ba484['push'](_0x3ba484['shift']());}}}(a286_0x28d8,0xb5135));import{CliErrors}from'../errors.js';function a286_0x3a80(_0x3127c4,_0x50a6f7){_0x3127c4=_0x3127c4-0x146;const _0x28d824=a286_0x28d8();let _0x3a8042=_0x28d824[_0x3127c4];return _0x3a8042;}function a286_0x28d8(){const _0x59a019=['6569759YguMcJ','132nbDCUV','410vCgKvS','validation','1056898DaGMvQ','99aTwMJe','object','parse','3pSZthu','2120348ZZMpdk','1288488iSpfpK','398826VQrWUu','isArray','2271990HjbgIg'];a286_0x28d8=function(){return _0x59a019;};return a286_0x28d8();}export function parseJsonParams(_0x585a31){const _0x48d67d=a286_0x3a80;if(!_0x585a31)return undefined;let _0x59d768;try{_0x59d768=JSON[_0x48d67d(0x14d)](_0x585a31);}catch{throw CliErrors[_0x48d67d(0x149)]('Invalid\x20JSON\x20for\x20--params:\x20'+_0x585a31);}if(!_0x59d768||typeof _0x59d768!==_0x48d67d(0x14c)||Array[_0x48d67d(0x152)](_0x59d768))throw CliErrors[_0x48d67d(0x149)]('--params\x20must\x20be\x20a\x20JSON\x20object','Example:\x20--params\x20\x27{\x22id\x22:123}\x27');return _0x59d768;}
1
+ (function(_0x3a07fb,_0x2fc3a9){const _0x132d71=a287_0x165d,_0x2af9a0=_0x3a07fb();while(!![]){try{const _0x6ba1c5=parseInt(_0x132d71(0x138))/0x1+parseInt(_0x132d71(0x13b))/0x2+-parseInt(_0x132d71(0x13c))/0x3*(parseInt(_0x132d71(0x139))/0x4)+parseInt(_0x132d71(0x13e))/0x5*(parseInt(_0x132d71(0x134))/0x6)+parseInt(_0x132d71(0x13a))/0x7+parseInt(_0x132d71(0x136))/0x8*(parseInt(_0x132d71(0x133))/0x9)+parseInt(_0x132d71(0x141))/0xa*(parseInt(_0x132d71(0x13f))/0xb);if(_0x6ba1c5===_0x2fc3a9)break;else _0x2af9a0['push'](_0x2af9a0['shift']());}catch(_0x5464d5){_0x2af9a0['push'](_0x2af9a0['shift']());}}}(a287_0x13aa,0xea480));import{CliErrors}from'../errors.js';function a287_0x165d(_0x1779b4,_0x2a361e){_0x1779b4=_0x1779b4-0x133;const _0x13aae9=a287_0x13aa();let _0x165d9b=_0x13aae9[_0x1779b4];return _0x165d9b;}export function parseJsonParams(_0x85ee83){const _0x51e170=a287_0x165d;if(!_0x85ee83)return undefined;let _0x14cb61;try{_0x14cb61=JSON[_0x51e170(0x137)](_0x85ee83);}catch{throw CliErrors[_0x51e170(0x13d)](_0x51e170(0x140)+_0x85ee83);}if(!_0x14cb61||typeof _0x14cb61!=='object'||Array['isArray'](_0x14cb61))throw CliErrors[_0x51e170(0x13d)](_0x51e170(0x135),'Example:\x20--params\x20\x27{\x22id\x22:123}\x27');return _0x14cb61;}function a287_0x13aa(){const _0x3082f7=['3ElsBEx','validation','2055rVYowD','121AcrLXj','Invalid\x20JSON\x20for\x20--params:\x20','237710BjVGSJ','2956437iICrWb','10158cqogcB','--params\x20must\x20be\x20a\x20JSON\x20object','16oVrhvD','parse','739215IfbyYD','7284668tbWiZb','1352015imAoXZ','468266HpMKdH'];a287_0x13aa=function(){return _0x3082f7;};return a287_0x13aa();}
@@ -1 +1 @@
1
- const a287_0x6ebeb9=a287_0x1a3d;function a287_0x1a3d(_0x465d1f,_0x5d9af1){_0x465d1f=_0x465d1f-0x13e;const _0x17af2f=a287_0x17af();let _0x1a3d5b=_0x17af2f[_0x465d1f];return _0x1a3d5b;}(function(_0xb0793e,_0xdbaab4){const _0x1bfe61=a287_0x1a3d,_0x4c2e87=_0xb0793e();while(!![]){try{const _0x489dfe=parseInt(_0x1bfe61(0x145))/0x1+parseInt(_0x1bfe61(0x142))/0x2*(parseInt(_0x1bfe61(0x146))/0x3)+-parseInt(_0x1bfe61(0x140))/0x4+parseInt(_0x1bfe61(0x148))/0x5+-parseInt(_0x1bfe61(0x13f))/0x6*(-parseInt(_0x1bfe61(0x143))/0x7)+-parseInt(_0x1bfe61(0x147))/0x8+-parseInt(_0x1bfe61(0x144))/0x9;if(_0x489dfe===_0xdbaab4)break;else _0x4c2e87['push'](_0x4c2e87['shift']());}catch(_0x41bad3){_0x4c2e87['push'](_0x4c2e87['shift']());}}}(a287_0x17af,0x8cbbc));export const isWindows=process['platform']===a287_0x6ebeb9(0x141);export function resolveNpmBin(_0x269e9a){const _0x10eec5=a287_0x6ebeb9;return isWindows?_0x269e9a+_0x10eec5(0x13e):_0x269e9a;}function a287_0x17af(){const _0x5271b1=['win32','157286GoiyCK','28UlkJfa','13747437kOJMfj','1005267BaLYgm','15DIfcVg','2343024ZHJrJC','2838080rFDPyx','.cmd','1325496XaXIBs','1811788vaMsiM'];a287_0x17af=function(){return _0x5271b1;};return a287_0x17af();}
1
+ function a288_0x41c1(_0xc1a709,_0x28ad77){_0xc1a709=_0xc1a709-0x150;const _0x3805bd=a288_0x3805();let _0x41c1c5=_0x3805bd[_0xc1a709];return _0x41c1c5;}const a288_0x2058b9=a288_0x41c1;(function(_0x2ab66a,_0x593da1){const _0x36bf82=a288_0x41c1,_0x13cd98=_0x2ab66a();while(!![]){try{const _0x587d87=parseInt(_0x36bf82(0x156))/0x1+-parseInt(_0x36bf82(0x157))/0x2+parseInt(_0x36bf82(0x151))/0x3*(parseInt(_0x36bf82(0x152))/0x4)+-parseInt(_0x36bf82(0x155))/0x5+-parseInt(_0x36bf82(0x159))/0x6+-parseInt(_0x36bf82(0x15a))/0x7*(-parseInt(_0x36bf82(0x15b))/0x8)+-parseInt(_0x36bf82(0x158))/0x9*(-parseInt(_0x36bf82(0x154))/0xa);if(_0x587d87===_0x593da1)break;else _0x13cd98['push'](_0x13cd98['shift']());}catch(_0x5922f5){_0x13cd98['push'](_0x13cd98['shift']());}}}(a288_0x3805,0x3338d));function a288_0x3805(){const _0x3aac4f=['win32','4953nGDLwk','680vorZDh','platform','10YXAHfC','2013555TSgSTH','151579HIhMkg','706396ccBSLk','6182937kcnpTP','1691160yfbSql','449162bNmbBp','16YXojPg'];a288_0x3805=function(){return _0x3aac4f;};return a288_0x3805();}export const isWindows=process[a288_0x2058b9(0x153)]===a288_0x2058b9(0x150);export function resolveNpmBin(_0x2c5663){return isWindows?_0x2c5663+'.cmd':_0x2c5663;}
@@ -1 +1 @@
1
- function a288_0x3313(_0x253a5a,_0x30385a){_0x253a5a=_0x253a5a-0x193;const _0x5e295d=a288_0x5e29();let _0x3313a1=_0x5e295d[_0x253a5a];return _0x3313a1;}const a288_0x1551d9=a288_0x3313;(function(_0x535297,_0x57d96b){const _0x24d73e=a288_0x3313,_0x5ab559=_0x535297();while(!![]){try{const _0x3a8e5a=-parseInt(_0x24d73e(0x19d))/0x1*(parseInt(_0x24d73e(0x198))/0x2)+-parseInt(_0x24d73e(0x195))/0x3+-parseInt(_0x24d73e(0x194))/0x4+parseInt(_0x24d73e(0x199))/0x5+-parseInt(_0x24d73e(0x19c))/0x6*(-parseInt(_0x24d73e(0x1a6))/0x7)+parseInt(_0x24d73e(0x1a1))/0x8*(-parseInt(_0x24d73e(0x19e))/0x9)+parseInt(_0x24d73e(0x197))/0xa;if(_0x3a8e5a===_0x57d96b)break;else _0x5ab559['push'](_0x5ab559['shift']());}catch(_0x275dd8){_0x5ab559['push'](_0x5ab559['shift']());}}}(a288_0x5e29,0x94679));import{existsSync,mkdirSync,readFileSync,writeFileSync}from'node:fs';import{dirname,join,resolve}from'node:path';import{fileURLToPath}from'node:url';import{getTemplateBaseUrl}from'../utils/config.js';import{appendUpdateTime}from'../utils/guides-cdn.js';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function getRulesCdnUrl(){const _0x54397a=a288_0x3313,_0x3bae6a=getTemplateBaseUrl();return _0x3bae6a+_0x54397a(0x193);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a288_0x1551d9(0x19a));export async function fetchRulesFromCDN(){const _0x5f4c51=a288_0x1551d9,_0xf7b9a=getRulesCdnUrl(),_0x473a4e=await fetch(_0xf7b9a,{'headers':{'Accept':'application/json'}});if(!_0x473a4e['ok'])throw new Error(_0x5f4c51(0x1a0)+_0x473a4e[_0x5f4c51(0x1a5)]+'\x20'+_0x473a4e['statusText']);const _0x4911af=await _0x473a4e[_0x5f4c51(0x1a7)]();if(!_0x4911af['content']||typeof _0x4911af[_0x5f4c51(0x1a2)]!=='string')throw new Error(_0x5f4c51(0x19f));return _0x4911af;}export async function getRulesContent(){const _0x173aec=a288_0x1551d9;try{const _0x29cc92=await fetchRulesFromCDN();return _0x29cc92[_0x173aec(0x1a2)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0xbc89a=a288_0x1551d9;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,'utf-8');throw new Error(_0xbc89a(0x1a8)+LOCAL_TEMPLATE_PATH);}function a288_0x5e29(){const _0x49c66c=['lovrabet_rules.mdc','catch','status','214151VbXVxo','json','本地模板文件不存在:\x20','/rules/rules.json','883872sXABWT','1086135oFfuMh','utf-8','3746780OZnRjz','2RMfhvM','4941590CYynuJ','../../templates/rules/lovrabet_rules.mdc.tpl','lastUpdated','174AdjyGN','551415ZPgIPg','76185FeaTJC','CDN\x20返回数据格式错误','CDN\x20请求失败:\x20','480IqbWCK','content'];a288_0x5e29=function(){return _0x49c66c;};return a288_0x5e29();}export async function writeRulesFile(_0xb02832){const _0x24a60b=a288_0x1551d9,_0x2113da=await fetchRulesFromCDN()[_0x24a60b(0x1a4)](()=>null);let _0x5c25b5;_0x2113da?(_0x5c25b5=_0x2113da[_0x24a60b(0x1a2)],_0x2113da[_0x24a60b(0x19b)]&&(_0x5c25b5=appendUpdateTime(_0x5c25b5,_0x2113da[_0x24a60b(0x19b)]))):_0x5c25b5=readLocalTemplate();const _0x467f3b=dirname(_0xb02832);!existsSync(_0x467f3b)&&mkdirSync(_0x467f3b,{'recursive':!![]}),writeFileSync(_0xb02832,_0x5c25b5,_0x24a60b(0x196));}export async function copyRulesToCursor(_0x280916){const _0x1af53e=a288_0x1551d9,_0x5cb3bd=join(_0x280916,'.cursor/rules'),_0x58d02a=join(_0x5cb3bd,_0x1af53e(0x1a3));if(existsSync(_0x58d02a))return![];return await writeRulesFile(_0x58d02a),!![];}export async function copyRulesToAgentsMd(_0x28f1ff){const _0x495c75=join(_0x28f1ff,'agents.md');if(existsSync(_0x495c75))return![];return await writeRulesFile(_0x495c75),!![];}
1
+ const a289_0x171156=a289_0x11b5;function a289_0x19b7(){const _0x5379f1=['status','CDN\x20返回数据格式错误','lovrabet_rules.mdc','lastUpdated','utf-8','38002spwqtr','../../templates/rules/lovrabet_rules.mdc.tpl','4863144Zebkhf','39VTtFyt','content','1184joGAsL','126gaaDxD','/rules/rules.json','catch','24396PXGrmB','string','json','563590zXLVeI','535535uKMCuo','2280534GlSuXG','11dSmPim','statusText','.cursor/rules','27oKmqEp','application/json'];a289_0x19b7=function(){return _0x5379f1;};return a289_0x19b7();}(function(_0x596d47,_0x4a75ea){const _0x5db44c=a289_0x11b5,_0x2dda4e=_0x596d47();while(!![]){try{const _0xa24f2e=-parseInt(_0x5db44c(0x181))/0x1*(parseInt(_0x5db44c(0x18b))/0x2)+parseInt(_0x5db44c(0x18e))/0x3*(parseInt(_0x5db44c(0x17b))/0x4)+parseInt(_0x5db44c(0x17f))/0x5+-parseInt(_0x5db44c(0x180))/0x6+-parseInt(_0x5db44c(0x191))/0x7*(-parseInt(_0x5db44c(0x190))/0x8)+-parseInt(_0x5db44c(0x184))/0x9*(-parseInt(_0x5db44c(0x17e))/0xa)+parseInt(_0x5db44c(0x18d))/0xb;if(_0xa24f2e===_0x4a75ea)break;else _0x2dda4e['push'](_0x2dda4e['shift']());}catch(_0x6621ea){_0x2dda4e['push'](_0x2dda4e['shift']());}}}(a289_0x19b7,0x338c3));import{existsSync,mkdirSync,readFileSync,writeFileSync}from'node:fs';import{dirname,join,resolve}from'node:path';import{fileURLToPath}from'node:url';import{getTemplateBaseUrl}from'../utils/config.js';import{appendUpdateTime}from'../utils/guides-cdn.js';function a289_0x11b5(_0x42e23b,_0x1f8e73){_0x42e23b=_0x42e23b-0x179;const _0x19b7c1=a289_0x19b7();let _0x11b52b=_0x19b7c1[_0x42e23b];return _0x11b52b;}const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function getRulesCdnUrl(){const _0x5afcba=a289_0x11b5,_0x14391c=getTemplateBaseUrl();return _0x14391c+_0x5afcba(0x179);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a289_0x171156(0x18c));export async function fetchRulesFromCDN(){const _0xfd7042=a289_0x171156,_0x3c11ee=getRulesCdnUrl(),_0x1eb24b=await fetch(_0x3c11ee,{'headers':{'Accept':_0xfd7042(0x185)}});if(!_0x1eb24b['ok'])throw new Error('CDN\x20请求失败:\x20'+_0x1eb24b[_0xfd7042(0x186)]+'\x20'+_0x1eb24b[_0xfd7042(0x182)]);const _0x375b2a=await _0x1eb24b[_0xfd7042(0x17d)]();if(!_0x375b2a[_0xfd7042(0x18f)]||typeof _0x375b2a[_0xfd7042(0x18f)]!==_0xfd7042(0x17c))throw new Error(_0xfd7042(0x187));return _0x375b2a;}export async function getRulesContent(){const _0x3bb253=a289_0x171156;try{const _0x2736f3=await fetchRulesFromCDN();return _0x2736f3[_0x3bb253(0x18f)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,'utf-8');throw new Error('本地模板文件不存在:\x20'+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0x5d5303){const _0x9182eb=a289_0x171156,_0x13ef9f=await fetchRulesFromCDN()[_0x9182eb(0x17a)](()=>null);let _0x541769;_0x13ef9f?(_0x541769=_0x13ef9f['content'],_0x13ef9f[_0x9182eb(0x189)]&&(_0x541769=appendUpdateTime(_0x541769,_0x13ef9f['lastUpdated']))):_0x541769=readLocalTemplate();const _0x48cd8b=dirname(_0x5d5303);!existsSync(_0x48cd8b)&&mkdirSync(_0x48cd8b,{'recursive':!![]}),writeFileSync(_0x5d5303,_0x541769,_0x9182eb(0x18a));}export async function copyRulesToCursor(_0x20c070){const _0x3daa3a=a289_0x171156,_0x2c036d=join(_0x20c070,_0x3daa3a(0x183)),_0x209d07=join(_0x2c036d,_0x3daa3a(0x188));if(existsSync(_0x209d07))return![];return await writeRulesFile(_0x209d07),!![];}export async function copyRulesToAgentsMd(_0x4a5670){const _0x30a30d=join(_0x4a5670,'agents.md');if(existsSync(_0x30a30d))return![];return await writeRulesFile(_0x30a30d),!![];}
@@ -1 +1 @@
1
- export function sleep(_0x47aba8){return new Promise(_0x2d0ad8=>setTimeout(_0x2d0ad8,_0x47aba8));}
1
+ export function sleep(_0x14acbd){return new Promise(_0x2b2089=>setTimeout(_0x2b2089,_0x14acbd));}
@@ -1 +1 @@
1
- const a290_0x13b7f2=a290_0x274d;(function(_0x11b4ff,_0x1f1576){const _0x5794b1=a290_0x274d,_0x2f17ba=_0x11b4ff();while(!![]){try{const _0x2ba799=parseInt(_0x5794b1(0x6f))/0x1*(parseInt(_0x5794b1(0x82))/0x2)+parseInt(_0x5794b1(0x83))/0x3+-parseInt(_0x5794b1(0x71))/0x4+-parseInt(_0x5794b1(0x68))/0x5*(-parseInt(_0x5794b1(0xab))/0x6)+parseInt(_0x5794b1(0x86))/0x7*(parseInt(_0x5794b1(0x84))/0x8)+parseInt(_0x5794b1(0x9e))/0x9+parseInt(_0x5794b1(0xa3))/0xa*(-parseInt(_0x5794b1(0x76))/0xb);if(_0x2ba799===_0x1f1576)break;else _0x2f17ba['push'](_0x2f17ba['shift']());}catch(_0x30e381){_0x2f17ba['push'](_0x2f17ba['shift']());}}}(a290_0x2b93,0x63f7e));import a290_0x470b7c from'node:fs';function a290_0x274d(_0x50f1e8,_0x4a9f70){_0x50f1e8=_0x50f1e8-0x68;const _0x2b93d5=a290_0x2b93();let _0x274dc7=_0x2b93d5[_0x50f1e8];return _0x274dc7;}import a290_0x358e2e from'node:path';import{logger}from'../utils/logger.js';function a290_0x2b93(){const _0x4390d2=['isFile','getDate','getMonth','.scss','now','replace','utf8','join','.js','toUpperCase','.css','split','2046681NhUlMy','toISOString','开始处理模板内容替换','tableName:\x20\x22','replaceContent','4660PvcsAv','toDisplayTitle','message','.tpl','promises','\x20},','alias','getMinutes','306402YSnQmz','65VVcxeC','template','name','readdir','toComponentName','push','getFullYear','13152pszMCd','endsWith','2992036NUGrWt','includes','extname','datasetCode:\x20\x22','api','21769HvTnlt','error','getHours','processFile','copyFile','writeFile','pop','模板内容替换完成','charAt','.tsx','map','toLowerCase','74mBtnHE','1366179vDQiBp','492792KtbQkA','\x0a\x20\x20\x20\x20{\x20','28UaGBzL','.json','.ts','.jsx','success','pad','processDirectory','模板内容替换失败','LOVRABET','slice','padStart','formatLocalTimestamp'];a290_0x2b93=function(){return _0x4390d2;};return a290_0x2b93();}import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a290_0x13b7f2(0x8b)](_0x527354){const _0x24f6f4=a290_0x13b7f2;return String(_0x527354)[_0x24f6f4(0x90)](0x2,'0');}static[a290_0x13b7f2(0x91)](_0x552562){const _0x686004=a290_0x13b7f2,_0x1e6a5d=_0x552562[_0x686004(0x6e)](),_0xc15dbd=this[_0x686004(0x8b)](_0x552562[_0x686004(0x94)]()+0x1),_0x35cf14=this['pad'](_0x552562[_0x686004(0x93)]()),_0x21c283=this[_0x686004(0x8b)](_0x552562[_0x686004(0x78)]()),_0x339162=this[_0x686004(0x8b)](_0x552562[_0x686004(0xaa)]()),_0x1f7cc2=this[_0x686004(0x8b)](_0x552562['getSeconds']());return{'createdAt':_0x1e6a5d+'-'+_0xc15dbd+'-'+_0x35cf14+'\x20'+_0x21c283+':'+_0x339162+':'+_0x1f7cc2,'createdDate':_0x1e6a5d+'-'+_0xc15dbd+'-'+_0x35cf14,'createdTime':_0x21c283+':'+_0x339162+':'+_0x1f7cc2};}static[a290_0x13b7f2(0x6c)](_0x2b9b4f){const _0x1f3de5=a290_0x13b7f2,_0x5a7d5a=_0x2b9b4f[_0x1f3de5(0x9d)]('/')['pop']()||_0x2b9b4f;return _0x5a7d5a[_0x1f3de5(0x9d)]('-')[_0x1f3de5(0x80)](_0x40c6c7=>_0x40c6c7[_0x1f3de5(0x7e)](0x0)[_0x1f3de5(0x9b)]()+_0x40c6c7['slice'](0x1)[_0x1f3de5(0x81)]())['join']('');}static[a290_0x13b7f2(0xa4)](_0xbdcb6e){const _0x4ba48d=a290_0x13b7f2,_0x330587=_0xbdcb6e['split']('/')[_0x4ba48d(0x7c)]()||_0xbdcb6e;return _0x330587['split']('-')[_0x4ba48d(0x80)](_0x3e818b=>_0x3e818b['charAt'](0x0)[_0x4ba48d(0x9b)]()+_0x3e818b[_0x4ba48d(0x8f)](0x1)[_0x4ba48d(0x81)]())[_0x4ba48d(0x99)]('\x20');}static[a290_0x13b7f2(0xa2)](_0x52ec3a,_0x1eb0f5,_0x392ced){const _0x5c427a=a290_0x13b7f2,_0x360b40=this[_0x5c427a(0x6c)](_0x1eb0f5),_0x5786e0=this[_0x5c427a(0xa4)](_0x1eb0f5),{createdAt:_0x396603,createdDate:_0x309c09,createdTime:_0x4f89da}=this[_0x5c427a(0x91)](new Date());let _0x217a26=_0x52ec3a[_0x5c427a(0x97)](/\{CliVersion\}/g,CLI_VERSION)[_0x5c427a(0x97)](/\{ComponentName\}/g,_0x360b40)[_0x5c427a(0x97)](/\{DisplayTitle\}/g,_0x5786e0)[_0x5c427a(0x97)](/\{PageName\}/g,_0x1eb0f5)[_0x5c427a(0x97)](/\{TemplateName\}/g,_0x392ced)[_0x5c427a(0x97)](/\{CreatedAt\}/g,_0x396603)['replace'](/\{CreatedDate\}/g,_0x309c09)[_0x5c427a(0x97)](/\{CreatedTime\}/g,_0x4f89da);return _0x217a26;}static['replaceApiContent'](_0x4465f2,_0x3d0783,_0x4bf0df,_0x168a96,_0x3b2a7c,_0x5dc2c3,_0x3d9760,_0x216a91){const _0x291c45=a290_0x13b7f2,_0x4f92bc=new Date(),_0x5bf4fb=_0x4f92bc[_0x291c45(0x9f)](),_0x5c2d3e=_0x4bf0df['map'](_0x4013f1=>{const _0x467472=_0x291c45,_0x59d331=[_0x467472(0x74)+_0x4013f1['datasetCode']+'\x22',_0x467472(0xa1)+_0x4013f1['tableName']+'\x22','name:\x20\x22'+_0x4013f1[_0x467472(0x6a)]+'\x22'];return _0x4013f1['alias']&&_0x59d331[_0x467472(0x6d)]('alias:\x20\x22'+_0x4013f1[_0x467472(0xa9)]+'\x22'),_0x467472(0x85)+_0x59d331[_0x467472(0x99)](',\x20')+_0x467472(0xa8);})[_0x291c45(0x99)](''),_0x592f64=_0x168a96||_0x4bf0df[0x0]?.['alias']||'YourModel';let _0x25f817=_0x4465f2['replace'](/\{AppCode\}/g,_0x3d0783)[_0x291c45(0x97)](/\{ModelConfigs\}/g,_0x5c2d3e)['replace'](/\{ExampleModelName\}/g,_0x592f64)[_0x291c45(0x97)](/\{ApiFileName\}/g,_0x3b2a7c||_0x291c45(0x75))['replace'](/\{ConfigName\}/g,_0x5dc2c3||'default')[_0x291c45(0x97)](/\{ClientConfigParam\}/g,_0x3d9760||'')[_0x291c45(0x97)](/\{VarPrefix\}/g,_0x216a91||_0x291c45(0x8e))[_0x291c45(0x97)](/\{CreatedAt\}/g,_0x5bf4fb);return _0x25f817;}static async['processTemplate'](_0x597ca3,_0x56865e,_0x5a0acf,_0x308883,_0x5cc246=!![]){const _0x58b945=a290_0x13b7f2,_0x30b26c=Date['now']();try{_0x5cc246&&logger['info']('template',_0x58b945(0xa0),{'templatePath':_0x597ca3,'targetPath':_0x56865e,'pageName':_0x5a0acf,'templateName':_0x308883});await a290_0x470b7c[_0x58b945(0xa7)]['mkdir'](_0x56865e,{'recursive':!![]}),await this[_0x58b945(0x8c)](_0x597ca3,_0x56865e,_0x5a0acf,_0x308883);if(_0x5cc246){const _0x5b5599=Date[_0x58b945(0x96)]()-_0x30b26c;logger[_0x58b945(0x8a)](_0x58b945(0x69),_0x58b945(0x7d),_0x5b5599,{'pageName':_0x5a0acf,'templateName':_0x308883});}}catch(_0x544518){if(_0x5cc246){const _0x44c820=Date[_0x58b945(0x96)]()-_0x30b26c;logger[_0x58b945(0x77)](_0x58b945(0x69),_0x58b945(0x8d),{'templatePath':_0x597ca3,'targetPath':_0x56865e,'pageName':_0x5a0acf,'templateName':_0x308883,'error':_0x544518 instanceof Error?_0x544518[_0x58b945(0xa5)]:String(_0x544518),'duration':_0x44c820});}throw _0x544518;}}static async['processDirectory'](_0x575e6d,_0x15d364,_0x94cdd6,_0x3989ed){const _0x3a2989=a290_0x13b7f2,_0x59fba2=await a290_0x470b7c[_0x3a2989(0xa7)][_0x3a2989(0x6b)](_0x575e6d,{'withFileTypes':!![]});for(const _0x4f71d2 of _0x59fba2){const _0x3be6c4=a290_0x358e2e['join'](_0x575e6d,_0x4f71d2[_0x3a2989(0x6a)]);let _0x4c1847=a290_0x358e2e[_0x3a2989(0x99)](_0x15d364,_0x4f71d2['name']);_0x4f71d2['name'][_0x3a2989(0x70)](_0x3a2989(0xa6))&&(_0x4c1847=a290_0x358e2e['join'](_0x15d364,_0x4f71d2['name'][_0x3a2989(0x97)](/\.tpl$/,'')));if(_0x4f71d2['isDirectory']())await a290_0x470b7c[_0x3a2989(0xa7)]['mkdir'](_0x4c1847,{'recursive':!![]}),await this[_0x3a2989(0x8c)](_0x3be6c4,_0x4c1847,_0x94cdd6,_0x3989ed);else _0x4f71d2[_0x3a2989(0x92)]()&&await this[_0x3a2989(0x79)](_0x3be6c4,_0x4c1847,_0x94cdd6,_0x3989ed);}}static async[a290_0x13b7f2(0x79)](_0x1e2e84,_0x2f1c1a,_0x590b49,_0x763fa2){const _0x3c4a35=a290_0x13b7f2,_0xe930fc=a290_0x358e2e[_0x3c4a35(0x73)](_0x1e2e84)[_0x3c4a35(0x81)]();_0x1e2e84[_0x3c4a35(0x70)](_0x3c4a35(0xa6))&&(_0x2f1c1a=_0x2f1c1a['replace'](/\.tpl$/,''));const _0x4ec6e6=[_0x3c4a35(0x7f),_0x3c4a35(0x88),_0x3c4a35(0x89),_0x3c4a35(0x9a),_0x3c4a35(0x87),'.md',_0x3c4a35(0x9c),_0x3c4a35(0x95),'.tpl'];if(_0x4ec6e6[_0x3c4a35(0x72)](_0xe930fc)||_0x1e2e84[_0x3c4a35(0x70)]('.tpl')){const _0x52d8db=await a290_0x470b7c['promises']['readFile'](_0x1e2e84,_0x3c4a35(0x98)),_0x3c9c6e=this[_0x3c4a35(0xa2)](_0x52d8db,_0x590b49,_0x763fa2);await a290_0x470b7c['promises'][_0x3c4a35(0x7b)](_0x2f1c1a,_0x3c9c6e,_0x3c4a35(0x98));}else await a290_0x470b7c[_0x3c4a35(0xa7)][_0x3c4a35(0x7a)](_0x1e2e84,_0x2f1c1a);}}
1
+ function a291_0x5b81(_0xf03153,_0x365544){_0xf03153=_0xf03153-0x1d4;const _0x97af6f=a291_0x97af();let _0x5b819a=_0x97af6f[_0xf03153];return _0x5b819a;}const a291_0xf68bec=a291_0x5b81;function a291_0x97af(){const _0x187092=['开始处理模板内容替换','.js','3kGbKPv','datasetCode','toComponentName','1312764ediwxE','message','.scss','tableName:\x20\x22','alias','getMonth','split','api','mkdir','padStart','getMinutes','.jsx','utf8','getHours','231745PwGpUH','replace','datasetCode:\x20\x22','error','map','extname','.css','.json','toDisplayTitle','processDirectory','promises','alias:\x20\x22','1tHotMa','template','replaceApiContent','.tpl','pop','.md','模板内容替换完成','now','readdir','getDate','tableName','750gktdOD','getFullYear','includes','charAt','toLowerCase','25362XMbHSJ','processFile','模板内容替换失败','1706488rRqavg','YourModel','name','replaceContent','default','join','endsWith','success','pad','isDirectory','formatLocalTimestamp','toISOString','245360VbOTor','1721888qXNAMI','toUpperCase','166604Zdrixj','info'];a291_0x97af=function(){return _0x187092;};return a291_0x97af();}(function(_0x38d678,_0x5acfb2){const _0x201c8a=a291_0x5b81,_0x19a8ed=_0x38d678();while(!![]){try{const _0x6e2566=-parseInt(_0x201c8a(0x1f5))/0x1*(-parseInt(_0x201c8a(0x1d4))/0x2)+-parseInt(_0x201c8a(0x1d8))/0x3*(-parseInt(_0x201c8a(0x214))/0x4)+-parseInt(_0x201c8a(0x1e9))/0x5+-parseInt(_0x201c8a(0x1db))/0x6+parseInt(_0x201c8a(0x215))/0x7+-parseInt(_0x201c8a(0x208))/0x8+-parseInt(_0x201c8a(0x205))/0x9*(-parseInt(_0x201c8a(0x200))/0xa);if(_0x6e2566===_0x5acfb2)break;else _0x19a8ed['push'](_0x19a8ed['shift']());}catch(_0x3725ad){_0x19a8ed['push'](_0x19a8ed['shift']());}}}(a291_0x97af,0x1e282));import a291_0x336cd8 from'node:fs';import a291_0xb9a9ec from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a291_0xf68bec(0x210)](_0xf1dd71){const _0x56c2f4=a291_0xf68bec;return String(_0xf1dd71)[_0x56c2f4(0x1e4)](0x2,'0');}static[a291_0xf68bec(0x212)](_0x1cf73e){const _0x1ab6c7=a291_0xf68bec,_0x3adb3a=_0x1cf73e[_0x1ab6c7(0x201)](),_0x4bec17=this[_0x1ab6c7(0x210)](_0x1cf73e[_0x1ab6c7(0x1e0)]()+0x1),_0xc834f3=this[_0x1ab6c7(0x210)](_0x1cf73e[_0x1ab6c7(0x1fe)]()),_0x389b6f=this[_0x1ab6c7(0x210)](_0x1cf73e[_0x1ab6c7(0x1e8)]()),_0x4c7c57=this[_0x1ab6c7(0x210)](_0x1cf73e[_0x1ab6c7(0x1e5)]()),_0x757791=this[_0x1ab6c7(0x210)](_0x1cf73e['getSeconds']());return{'createdAt':_0x3adb3a+'-'+_0x4bec17+'-'+_0xc834f3+'\x20'+_0x389b6f+':'+_0x4c7c57+':'+_0x757791,'createdDate':_0x3adb3a+'-'+_0x4bec17+'-'+_0xc834f3,'createdTime':_0x389b6f+':'+_0x4c7c57+':'+_0x757791};}static[a291_0xf68bec(0x1da)](_0x51d70f){const _0x2016b4=a291_0xf68bec,_0xfc6343=_0x51d70f[_0x2016b4(0x1e1)]('/')[_0x2016b4(0x1f9)]()||_0x51d70f;return _0xfc6343[_0x2016b4(0x1e1)]('-')[_0x2016b4(0x1ed)](_0x2e1c93=>_0x2e1c93['charAt'](0x0)[_0x2016b4(0x216)]()+_0x2e1c93['slice'](0x1)[_0x2016b4(0x204)]())['join']('');}static[a291_0xf68bec(0x1f1)](_0x155b5f){const _0x464d61=a291_0xf68bec,_0x1a07e5=_0x155b5f['split']('/')[_0x464d61(0x1f9)]()||_0x155b5f;return _0x1a07e5['split']('-')['map'](_0x171a9d=>_0x171a9d[_0x464d61(0x203)](0x0)['toUpperCase']()+_0x171a9d['slice'](0x1)[_0x464d61(0x204)]())[_0x464d61(0x20d)]('\x20');}static['replaceContent'](_0x5bfaa2,_0x4d718e,_0x1cd995){const _0x1253b0=a291_0xf68bec,_0x14738d=this['toComponentName'](_0x4d718e),_0x107a34=this[_0x1253b0(0x1f1)](_0x4d718e),{createdAt:_0x450ad9,createdDate:_0xa744e8,createdTime:_0x2b7cba}=this[_0x1253b0(0x212)](new Date());let _0x594b3d=_0x5bfaa2[_0x1253b0(0x1ea)](/\{CliVersion\}/g,CLI_VERSION)['replace'](/\{ComponentName\}/g,_0x14738d)[_0x1253b0(0x1ea)](/\{DisplayTitle\}/g,_0x107a34)[_0x1253b0(0x1ea)](/\{PageName\}/g,_0x4d718e)[_0x1253b0(0x1ea)](/\{TemplateName\}/g,_0x1cd995)[_0x1253b0(0x1ea)](/\{CreatedAt\}/g,_0x450ad9)[_0x1253b0(0x1ea)](/\{CreatedDate\}/g,_0xa744e8)[_0x1253b0(0x1ea)](/\{CreatedTime\}/g,_0x2b7cba);return _0x594b3d;}static[a291_0xf68bec(0x1f7)](_0x2525de,_0x4f7d83,_0x422620,_0x4b2ce5,_0x35e38a,_0x4155a9,_0x1d9fc5,_0x1cc8f8){const _0x2c855d=a291_0xf68bec,_0x4be35f=new Date(),_0x193525=_0x4be35f[_0x2c855d(0x213)](),_0x31ebba=_0x422620[_0x2c855d(0x1ed)](_0x44cc2d=>{const _0x5d1dea=_0x2c855d,_0x4e0c67=[_0x5d1dea(0x1eb)+_0x44cc2d[_0x5d1dea(0x1d9)]+'\x22',_0x5d1dea(0x1de)+_0x44cc2d[_0x5d1dea(0x1ff)]+'\x22','name:\x20\x22'+_0x44cc2d[_0x5d1dea(0x20a)]+'\x22'];return _0x44cc2d[_0x5d1dea(0x1df)]&&_0x4e0c67['push'](_0x5d1dea(0x1f4)+_0x44cc2d['alias']+'\x22'),'\x0a\x20\x20\x20\x20{\x20'+_0x4e0c67['join'](',\x20')+'\x20},';})['join'](''),_0x3eb538=_0x4b2ce5||_0x422620[0x0]?.['alias']||_0x2c855d(0x209);let _0xc292ec=_0x2525de[_0x2c855d(0x1ea)](/\{AppCode\}/g,_0x4f7d83)[_0x2c855d(0x1ea)](/\{ModelConfigs\}/g,_0x31ebba)[_0x2c855d(0x1ea)](/\{ExampleModelName\}/g,_0x3eb538)[_0x2c855d(0x1ea)](/\{ApiFileName\}/g,_0x35e38a||_0x2c855d(0x1e2))[_0x2c855d(0x1ea)](/\{ConfigName\}/g,_0x4155a9||_0x2c855d(0x20c))[_0x2c855d(0x1ea)](/\{ClientConfigParam\}/g,_0x1d9fc5||'')['replace'](/\{VarPrefix\}/g,_0x1cc8f8||'LOVRABET')['replace'](/\{CreatedAt\}/g,_0x193525);return _0xc292ec;}static async['processTemplate'](_0x5dda51,_0x4bb4c9,_0x4615ba,_0x4ba5b8,_0x2d9b76=!![]){const _0x5468c0=a291_0xf68bec,_0x13b069=Date[_0x5468c0(0x1fc)]();try{_0x2d9b76&&logger[_0x5468c0(0x1d5)]('template',_0x5468c0(0x1d6),{'templatePath':_0x5dda51,'targetPath':_0x4bb4c9,'pageName':_0x4615ba,'templateName':_0x4ba5b8});await a291_0x336cd8[_0x5468c0(0x1f3)][_0x5468c0(0x1e3)](_0x4bb4c9,{'recursive':!![]}),await this[_0x5468c0(0x1f2)](_0x5dda51,_0x4bb4c9,_0x4615ba,_0x4ba5b8);if(_0x2d9b76){const _0x4e1fd6=Date[_0x5468c0(0x1fc)]()-_0x13b069;logger[_0x5468c0(0x20f)](_0x5468c0(0x1f6),_0x5468c0(0x1fb),_0x4e1fd6,{'pageName':_0x4615ba,'templateName':_0x4ba5b8});}}catch(_0x3a56d4){if(_0x2d9b76){const _0x4b911b=Date[_0x5468c0(0x1fc)]()-_0x13b069;logger[_0x5468c0(0x1ec)]('template',_0x5468c0(0x207),{'templatePath':_0x5dda51,'targetPath':_0x4bb4c9,'pageName':_0x4615ba,'templateName':_0x4ba5b8,'error':_0x3a56d4 instanceof Error?_0x3a56d4[_0x5468c0(0x1dc)]:String(_0x3a56d4),'duration':_0x4b911b});}throw _0x3a56d4;}}static async[a291_0xf68bec(0x1f2)](_0xc466af,_0xb08441,_0x920b80,_0x236c34){const _0x3402eb=a291_0xf68bec,_0x2f5102=await a291_0x336cd8[_0x3402eb(0x1f3)][_0x3402eb(0x1fd)](_0xc466af,{'withFileTypes':!![]});for(const _0x55087e of _0x2f5102){const _0x31dc82=a291_0xb9a9ec[_0x3402eb(0x20d)](_0xc466af,_0x55087e[_0x3402eb(0x20a)]);let _0x4e7a39=a291_0xb9a9ec[_0x3402eb(0x20d)](_0xb08441,_0x55087e[_0x3402eb(0x20a)]);_0x55087e['name'][_0x3402eb(0x20e)]('.tpl')&&(_0x4e7a39=a291_0xb9a9ec['join'](_0xb08441,_0x55087e[_0x3402eb(0x20a)]['replace'](/\.tpl$/,'')));if(_0x55087e[_0x3402eb(0x211)]())await a291_0x336cd8['promises'][_0x3402eb(0x1e3)](_0x4e7a39,{'recursive':!![]}),await this[_0x3402eb(0x1f2)](_0x31dc82,_0x4e7a39,_0x920b80,_0x236c34);else _0x55087e['isFile']()&&await this[_0x3402eb(0x206)](_0x31dc82,_0x4e7a39,_0x920b80,_0x236c34);}}static async[a291_0xf68bec(0x206)](_0xcc32cf,_0x17b29e,_0x177032,_0x172137){const _0x2f9500=a291_0xf68bec,_0x3d9235=a291_0xb9a9ec[_0x2f9500(0x1ee)](_0xcc32cf)[_0x2f9500(0x204)]();_0xcc32cf[_0x2f9500(0x20e)](_0x2f9500(0x1f8))&&(_0x17b29e=_0x17b29e[_0x2f9500(0x1ea)](/\.tpl$/,''));const _0x4be6e0=['.tsx','.ts',_0x2f9500(0x1e6),_0x2f9500(0x1d7),_0x2f9500(0x1f0),_0x2f9500(0x1fa),_0x2f9500(0x1ef),_0x2f9500(0x1dd),_0x2f9500(0x1f8)];if(_0x4be6e0[_0x2f9500(0x202)](_0x3d9235)||_0xcc32cf[_0x2f9500(0x20e)]('.tpl')){const _0x332886=await a291_0x336cd8[_0x2f9500(0x1f3)]['readFile'](_0xcc32cf,_0x2f9500(0x1e7)),_0x2562ff=this[_0x2f9500(0x20b)](_0x332886,_0x177032,_0x172137);await a291_0x336cd8[_0x2f9500(0x1f3)]['writeFile'](_0x17b29e,_0x2562ff,_0x2f9500(0x1e7));}else await a291_0x336cd8[_0x2f9500(0x1f3)]['copyFile'](_0xcc32cf,_0x17b29e);}}