@lovrabet/rabetbase-cli 2.4.6-beta.2 → 2.4.6-beta.3

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 (294) 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/shared.js +1 -1
  109. package/lib/commands/kb/update.js +1 -1
  110. package/lib/commands/logs/index.js +1 -1
  111. package/lib/commands/menu/asset-update.js +1 -1
  112. package/lib/commands/menu/delete.js +1 -1
  113. package/lib/commands/menu/external-link-create.js +1 -1
  114. package/lib/commands/menu/external-link-update.js +1 -1
  115. package/lib/commands/menu/group-create.js +1 -1
  116. package/lib/commands/menu/group-update.js +1 -1
  117. package/lib/commands/menu/index.js +1 -1
  118. package/lib/commands/menu/list.js +1 -1
  119. package/lib/commands/menu/move.js +1 -1
  120. package/lib/commands/menu/regroup-start.js +1 -1
  121. package/lib/commands/menu/rename.js +1 -1
  122. package/lib/commands/menu/shared/compare-table.js +1 -1
  123. package/lib/commands/menu/shared/delete-plan.js +1 -1
  124. package/lib/commands/menu/shared/facts.js +1 -1
  125. package/lib/commands/menu/shared/index.js +1 -1
  126. package/lib/commands/menu/shared/inquirer.js +1 -1
  127. package/lib/commands/menu/shared/local-pages.js +1 -1
  128. package/lib/commands/menu/shared/logic.js +1 -1
  129. package/lib/commands/menu/shared/mutations.js +1 -1
  130. package/lib/commands/menu/shared/service.js +1 -1
  131. package/lib/commands/menu/shared/sync-core.js +1 -1
  132. package/lib/commands/menu/shared/update-core.js +1 -1
  133. package/lib/commands/menu/shared/valid-url.js +1 -1
  134. package/lib/commands/menu/sync.js +1 -1
  135. package/lib/commands/menu/visibility-update.js +1 -1
  136. package/lib/commands/notification/config-create.js +1 -1
  137. package/lib/commands/notification/config-delete.js +1 -1
  138. package/lib/commands/notification/config-list.js +1 -1
  139. package/lib/commands/notification/config-update.js +1 -1
  140. package/lib/commands/notification/index.js +1 -1
  141. package/lib/commands/notification/shared.js +1 -1
  142. package/lib/commands/ocr/index.js +1 -1
  143. package/lib/commands/page/create.js +1 -1
  144. package/lib/commands/page/custom/detail.js +1 -1
  145. package/lib/commands/page/custom/list.js +1 -1
  146. package/lib/commands/page/custom/publish.js +1 -1
  147. package/lib/commands/page/custom/shared.js +1 -1
  148. package/lib/commands/page/custom/syntax.js +1 -1
  149. package/lib/commands/page/custom/template.js +1 -1
  150. package/lib/commands/page/custom/update.js +1 -1
  151. package/lib/commands/page/data-list-status.js +1 -1
  152. package/lib/commands/page/generate-start.js +1 -1
  153. package/lib/commands/page/generate-status.js +1 -1
  154. package/lib/commands/page/index.js +1 -1
  155. package/lib/commands/page/pull.js +1 -1
  156. package/lib/commands/page/push.js +1 -1
  157. package/lib/commands/page/relation-audit.js +1 -1
  158. package/lib/commands/page/restore.js +1 -1
  159. package/lib/commands/page/shared.js +1 -1
  160. package/lib/commands/page/sync.js +1 -1
  161. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  162. package/lib/commands/project/create/format-elapsed.js +1 -1
  163. package/lib/commands/project/create/main.js +1 -1
  164. package/lib/commands/project/create/materialize-project-template.js +1 -1
  165. package/lib/commands/project/create/project-name.js +1 -1
  166. package/lib/commands/project/create/project-template-archive.js +1 -1
  167. package/lib/commands/project/create/project-template-path.js +1 -1
  168. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  169. package/lib/commands/project/create/use-format-code.js +1 -1
  170. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  171. package/lib/commands/project/index.js +1 -1
  172. package/lib/commands/project/upgrade.js +1 -1
  173. package/lib/commands/registry.js +1 -1
  174. package/lib/commands/role/delete.js +1 -1
  175. package/lib/commands/role/detail.js +1 -1
  176. package/lib/commands/role/index.js +1 -1
  177. package/lib/commands/role/list.js +1 -1
  178. package/lib/commands/role/shared.js +1 -1
  179. package/lib/commands/role/update.js +1 -1
  180. package/lib/commands/role/user-add.js +1 -1
  181. package/lib/commands/role/user-remove.js +1 -1
  182. package/lib/commands/role/user-resolve.js +1 -1
  183. package/lib/commands/run/index.js +1 -1
  184. package/lib/commands/schema.js +1 -1
  185. package/lib/commands/sql/create.js +1 -1
  186. package/lib/commands/sql/delete.js +1 -1
  187. package/lib/commands/sql/detail.js +1 -1
  188. package/lib/commands/sql/exec.js +1 -1
  189. package/lib/commands/sql/index.js +1 -1
  190. package/lib/commands/sql/list.js +1 -1
  191. package/lib/commands/sql/pull.js +1 -1
  192. package/lib/commands/sql/push.js +1 -1
  193. package/lib/commands/sql/shared.js +1 -1
  194. package/lib/commands/sql/status.js +1 -1
  195. package/lib/commands/sql/validate.js +1 -1
  196. package/lib/commands/task/index.js +1 -1
  197. package/lib/commands/task/status.js +1 -1
  198. package/lib/commands/tenant/index.js +1 -1
  199. package/lib/commands/tenant/members-list.js +1 -1
  200. package/lib/commands/tenant/shared.js +1 -1
  201. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  202. package/lib/commands/user-account/index.js +1 -1
  203. package/lib/commands/workspace/add.js +1 -1
  204. package/lib/commands/workspace/index.js +1 -1
  205. package/lib/commands/workspace/remove.js +1 -1
  206. package/lib/config/schema.js +1 -1
  207. package/lib/constant/cdn.js +1 -1
  208. package/lib/constant/cli.js +1 -1
  209. package/lib/constant/defaults.js +1 -1
  210. package/lib/constant/domain.js +1 -1
  211. package/lib/constant/env.js +1 -1
  212. package/lib/constant/output.js +1 -1
  213. package/lib/constant/paths.js +1 -1
  214. package/lib/constant/risk.js +1 -1
  215. package/lib/context/app-resolver.js +1 -1
  216. package/lib/context/auth-resolver.js +1 -1
  217. package/lib/context/config-loader.js +1 -1
  218. package/lib/context.js +1 -1
  219. package/lib/core/alias-resolver.js +1 -1
  220. package/lib/core/api-client.js +1 -1
  221. package/lib/core/bff/config.js +1 -1
  222. package/lib/core/bff/file-system.js +1 -1
  223. package/lib/core/bff/hash.js +1 -1
  224. package/lib/core/bff/lock.js +1 -1
  225. package/lib/core/bff/utils.js +1 -1
  226. package/lib/core/db-resolver.js +1 -1
  227. package/lib/core/page/file-system.js +1 -1
  228. package/lib/core/page/hash.js +1 -1
  229. package/lib/core/page/lock.js +1 -1
  230. package/lib/core/sql-index-auditor.js +1 -1
  231. package/lib/core/sql-sync/config.js +1 -1
  232. package/lib/core/sql-sync/file-system.js +1 -1
  233. package/lib/core/sql-sync/hash.js +1 -1
  234. package/lib/core/sql-sync/lock.js +1 -1
  235. package/lib/core/sql-sync/utils.js +1 -1
  236. package/lib/core/sql-validator.js +1 -1
  237. package/lib/errors.js +1 -1
  238. package/lib/framework/build-all-flags.js +1 -1
  239. package/lib/framework/error-output.js +1 -1
  240. package/lib/framework/explicit-yes.js +1 -1
  241. package/lib/framework/flags.js +1 -1
  242. package/lib/framework/help.js +1 -1
  243. package/lib/framework/index.js +1 -1
  244. package/lib/framework/output.js +1 -1
  245. package/lib/framework/response.js +1 -1
  246. package/lib/framework/runner-alias.js +1 -1
  247. package/lib/framework/runner.js +1 -1
  248. package/lib/framework/schema-export.js +1 -1
  249. package/lib/framework/types.js +1 -1
  250. package/lib/generated/build-info.d.ts +4 -4
  251. package/lib/generated/build-info.js +1 -1
  252. package/lib/help.js +1 -1
  253. package/lib/postinstall.js +1 -1
  254. package/lib/runtime/confirmation.js +1 -1
  255. package/lib/runtime/event.js +1 -1
  256. package/lib/runtime/index.js +1 -1
  257. package/lib/runtime/queue.js +1 -1
  258. package/lib/runtime/resolve.js +1 -1
  259. package/lib/skills/builtin-skill.js +1 -1
  260. package/lib/skills/main.js +1 -1
  261. package/lib/skills/npx-skills-add.js +1 -1
  262. package/lib/skills/skill-presence.js +1 -1
  263. package/lib/telemetry/cli-command-trace.js +1 -1
  264. package/lib/telemetry/cli-help-trace.js +1 -1
  265. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  266. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  267. package/lib/telemetry/send-cli-trace-log.js +1 -1
  268. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  269. package/lib/utils/ai_config.js +1 -1
  270. package/lib/utils/apply-jq-filter.js +1 -1
  271. package/lib/utils/cdn-config.js +1 -1
  272. package/lib/utils/check-sdk-version.js +1 -1
  273. package/lib/utils/cli-version-check.js +1 -1
  274. package/lib/utils/cli-version-policy.js +1 -1
  275. package/lib/utils/config.js +1 -1
  276. package/lib/utils/entity-with-id.js +1 -1
  277. package/lib/utils/file-utils.js +1 -1
  278. package/lib/utils/guides-cdn.js +1 -1
  279. package/lib/utils/http-client.js +1 -1
  280. package/lib/utils/is-non-interactive.js +1 -1
  281. package/lib/utils/logger.js +1 -1
  282. package/lib/utils/params.js +1 -1
  283. package/lib/utils/platform.js +1 -1
  284. package/lib/utils/rules-cdn.js +1 -1
  285. package/lib/utils/sleep.js +1 -1
  286. package/lib/utils/template-replacer.js +1 -1
  287. package/lib/utils/update-notice.js +1 -1
  288. package/lib/utils/version.js +1 -1
  289. package/lib/utils/with-active-cookie.js +1 -1
  290. package/lib/utils/write-cli-side-channel.js +1 -1
  291. package/package.json +1 -1
  292. package/skills/rabetbase/SKILL.md +3 -3
  293. package/skills/rabetbase/references/rabetbase-ocr.md +17 -2
  294. package/skills/rabetbase.manifest.json +3 -3
@@ -1 +1 @@
1
- const a271_0x50202b=a271_0x4d2a;(function(_0x36ce3f,_0x149bfd){const _0x2eebed=a271_0x4d2a,_0x5c3652=_0x36ce3f();while(!![]){try{const _0x46fcbe=-parseInt(_0x2eebed(0xb0))/0x1*(-parseInt(_0x2eebed(0xaa))/0x2)+-parseInt(_0x2eebed(0xb8))/0x3+-parseInt(_0x2eebed(0xad))/0x4+parseInt(_0x2eebed(0xaf))/0x5+parseInt(_0x2eebed(0xb9))/0x6+parseInt(_0x2eebed(0xab))/0x7+parseInt(_0x2eebed(0xb1))/0x8;if(_0x46fcbe===_0x149bfd)break;else _0x5c3652['push'](_0x5c3652['shift']());}catch(_0x3e779e){_0x5c3652['push'](_0x5c3652['shift']());}}}(a271_0x1b79,0xda7be));function a271_0x1b79(){const _0x1705f0=['issue.log.collect','1324815geCJgm','3758580XYXpFI','originalBytes','2VHcBll','1482229OJiwaJ','title','4831196MDpNps','platform-issue-log-collect','2555845PCeSev','122365tJyHGn','8580824fbWxJY','join','redactionKinds','sanitize','description','redactionCount'];a271_0x1b79=function(){return _0x1705f0;};return a271_0x1b79();}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a271_0x50202b(0xae);export const PLATFORM_ISSUE_SPAN_NAME=a271_0x50202b(0xb7);function a271_0x4d2a(_0x925901,_0x321c28){_0x925901=_0x925901-0xaa;const _0x1b79b7=a271_0x1b79();let _0x4d2a3b=_0x1b79b7[_0x925901];return _0x4d2a3b;}export async function sendPlatformIssueCollectLog(_0x6a0758){const _0x5d031a=a271_0x50202b;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x6a0758[_0x5d031a(0xac)],'issue.description':_0x6a0758[_0x5d031a(0xb5)],..._0x6a0758['sanitize']?{'issue.description_original_bytes':_0x6a0758[_0x5d031a(0xb4)][_0x5d031a(0xba)],'issue.description_truncated':_0x6a0758[_0x5d031a(0xb4)]['truncated'],'issue.description_redactions':_0x6a0758[_0x5d031a(0xb4)][_0x5d031a(0xb6)],'issue.description_redaction_kinds':_0x6a0758['sanitize'][_0x5d031a(0xb3)][_0x5d031a(0xb2)](',')}:{}}});}
1
+ function a271_0x3aaf(){const _0x1844c5=['2415288fANisQ','63wTxaTn','sanitize','truncated','70764ZvHAtQ','redactionKinds','3UvsnVp','redactionCount','27099mdvlaX','693422LqrAKZ','1532YPwQgE','430tgkWMM','242iuXeWk','1505OuHFZX','30198CeUKjo','71268MFMdjF','issue.log.collect','platform-issue-log-collect'];a271_0x3aaf=function(){return _0x1844c5;};return a271_0x3aaf();}const a271_0x3b39c8=a271_0x4700;(function(_0xf1a5d4,_0x1da711){const _0x5b693b=a271_0x4700,_0x41a7df=_0xf1a5d4();while(!![]){try{const _0xc9a709=parseInt(_0x5b693b(0xdd))/0x1+parseInt(_0x5b693b(0xe2))/0x2*(-parseInt(_0x5b693b(0xdf))/0x3)+-parseInt(_0x5b693b(0xe3))/0x4*(-parseInt(_0x5b693b(0xe6))/0x5)+-parseInt(_0x5b693b(0xe7))/0x6*(-parseInt(_0x5b693b(0xda))/0x7)+parseInt(_0x5b693b(0xd9))/0x8+-parseInt(_0x5b693b(0xe1))/0x9*(parseInt(_0x5b693b(0xe4))/0xa)+parseInt(_0x5b693b(0xe5))/0xb*(parseInt(_0x5b693b(0xe8))/0xc);if(_0xc9a709===_0x1da711)break;else _0x41a7df['push'](_0x41a7df['shift']());}catch(_0x5c5d85){_0x41a7df['push'](_0x41a7df['shift']());}}}(a271_0x3aaf,0x2dd51));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a271_0x3b39c8(0xd8);function a271_0x4700(_0x566e6,_0x3ec157){_0x566e6=_0x566e6-0xd8;const _0x3aafc8=a271_0x3aaf();let _0x470015=_0x3aafc8[_0x566e6];return _0x470015;}export const PLATFORM_ISSUE_SPAN_NAME=a271_0x3b39c8(0xe9);export async function sendPlatformIssueCollectLog(_0x53a51b){const _0x2f559f=a271_0x3b39c8;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x53a51b['title'],'issue.description':_0x53a51b['description'],..._0x53a51b[_0x2f559f(0xdb)]?{'issue.description_original_bytes':_0x53a51b['sanitize']['originalBytes'],'issue.description_truncated':_0x53a51b[_0x2f559f(0xdb)][_0x2f559f(0xdc)],'issue.description_redactions':_0x53a51b[_0x2f559f(0xdb)][_0x2f559f(0xe0)],'issue.description_redaction_kinds':_0x53a51b['sanitize'][_0x2f559f(0xde)]['join'](',')}:{}}});}
@@ -1 +1 @@
1
- const a273_0x9658db=a273_0x1d6e;(function(_0x3bded7,_0x374e15){const _0x52447f=a273_0x1d6e,_0x1af2e9=_0x3bded7();while(!![]){try{const _0x43b151=-parseInt(_0x52447f(0x1c9))/0x1*(-parseInt(_0x52447f(0x1e4))/0x2)+parseInt(_0x52447f(0x1c4))/0x3+-parseInt(_0x52447f(0x1d6))/0x4+-parseInt(_0x52447f(0x1d2))/0x5+-parseInt(_0x52447f(0x1bf))/0x6*(parseInt(_0x52447f(0x1c5))/0x7)+parseInt(_0x52447f(0x1b5))/0x8+parseInt(_0x52447f(0x1c1))/0x9;if(_0x43b151===_0x374e15)break;else _0x1af2e9['push'](_0x1af2e9['shift']());}catch(_0x4d3efa){_0x1af2e9['push'](_0x1af2e9['shift']());}}}(a273_0x2502,0x82ae7));function a273_0x2502(){const _0x3c6910=['.cursor','codex','Antigravity','通用模板\x20-\x20兜底方案','CodeBuddy','antigravity','.agent','5226615OHIDGV','Claude\x20Code','.cline','.qoder/rules/rabetbase.md','2571328GzohpV','.claude/skills/lovrabet/SKILL.md','其他\x20(通用模板)','.windsurf','SKILL.md.tpl','Cursor','.cline/skills/lovrabet/SKILL.md','Antigravity\x20IDE','.opencode','claude','cline','.qoder','.agent/skills/lovrabet/SKILL.md','windsurf','545368deaqMe','.claude','Qoder\x20IDE','.codebuddy','trae','Windsurf','cursor','7840352jqjusP','.trae/skills/lovrabet/SKILL.md','Cline','.cursor/skills/rabetbase.md','Windsurf\x20IDE','Codex\x20IDE','file','opencode','Qoder','.qoder/skills/lovrabet/SKILL.md','126iimDQT','.codex','5050917MrNhCP','Cursor\x20IDE','.trae','988368BIYySd','155113cjfvWg','Trae\x20IDE','OpenCode','codebuddy','3sIcCoD','qoder'];a273_0x2502=function(){return _0x3c6910;};return a273_0x2502();}export const CORE_IDE_CONFIGS={'cursor':{'name':a273_0x9658db(0x1db),'description':a273_0x9658db(0x1c2),'folders':['.cursorrules',a273_0x9658db(0x1cb)],'files':[{'type':'file','path':a273_0x9658db(0x1b8),'template':a273_0x9658db(0x1da)}]},'windsurf':{'name':a273_0x9658db(0x1b3),'description':a273_0x9658db(0x1b9),'folders':[a273_0x9658db(0x1d9)],'files':[{'type':'file','path':'.windsurf/workflows/rabetbase.md','template':a273_0x9658db(0x1da)}]},'claude':{'name':a273_0x9658db(0x1d3),'description':'Claude\x20Code','folders':[a273_0x9658db(0x1e5)],'files':[{'type':a273_0x9658db(0x1bb),'path':a273_0x9658db(0x1d7),'template':a273_0x9658db(0x1da)}]},'cline':{'name':a273_0x9658db(0x1b7),'description':'Cline\x20IDE','folders':[a273_0x9658db(0x1d4)],'files':[{'type':a273_0x9658db(0x1bb),'path':a273_0x9658db(0x1dc),'template':a273_0x9658db(0x1da)}]},'codex':{'name':'Codex','description':a273_0x9658db(0x1ba),'folders':[a273_0x9658db(0x1c0)],'files':[{'type':a273_0x9658db(0x1bb),'path':'.codex/skills/lovrabet/SKILL.md','template':a273_0x9658db(0x1da)}]},'opencode':{'name':a273_0x9658db(0x1c7),'description':'OpenCode\x20IDE','folders':[a273_0x9658db(0x1de)],'files':[{'type':a273_0x9658db(0x1bb),'path':'.opencode/skills/lovrabet/SKILL.md','template':a273_0x9658db(0x1da)}]},'qoder':{'name':a273_0x9658db(0x1bd),'description':a273_0x9658db(0x1e6),'folders':[a273_0x9658db(0x1e1)],'files':[{'type':a273_0x9658db(0x1bb),'path':a273_0x9658db(0x1d5),'template':'SKILL.md.tpl'},{'type':a273_0x9658db(0x1bb),'path':a273_0x9658db(0x1be),'template':a273_0x9658db(0x1da)}]},'codebuddy':{'name':a273_0x9658db(0x1cf),'description':'CodeBuddy\x20IDE','folders':[a273_0x9658db(0x1e7)],'files':[{'type':a273_0x9658db(0x1bb),'path':'.codebuddy/skills/lovrabet/SKILL.md','template':a273_0x9658db(0x1da)}]},'trae':{'name':'Trae','description':a273_0x9658db(0x1c6),'folders':[a273_0x9658db(0x1c3)],'files':[{'type':'file','path':a273_0x9658db(0x1b6),'template':a273_0x9658db(0x1da)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a273_0x9658db(0x1d8),'description':a273_0x9658db(0x1ce),'folders':[a273_0x9658db(0x1d1)],'files':[{'type':'file','path':a273_0x9658db(0x1e2),'template':a273_0x9658db(0x1da)}]},'antigravity':{'name':a273_0x9658db(0x1cd),'description':a273_0x9658db(0x1dd),'folders':[a273_0x9658db(0x1d1)],'files':[{'type':a273_0x9658db(0x1bb),'path':a273_0x9658db(0x1e2),'template':a273_0x9658db(0x1da)}]}};function a273_0x1d6e(_0x121e74,_0x142e8d){_0x121e74=_0x121e74-0x1b2;const _0x250207=a273_0x2502();let _0x1d6ebb=_0x250207[_0x121e74];return _0x1d6ebb;}export const CORE_IDE_LIST=['claude',a273_0x9658db(0x1e0),a273_0x9658db(0x1c8),a273_0x9658db(0x1cc),a273_0x9658db(0x1b4),'opencode','qoder',a273_0x9658db(0x1b2),'windsurf'];export const IDE_LIST=[a273_0x9658db(0x1d0),a273_0x9658db(0x1df),a273_0x9658db(0x1e0),'codebuddy','codex',a273_0x9658db(0x1b4),a273_0x9658db(0x1bc),a273_0x9658db(0x1ca),a273_0x9658db(0x1b2),a273_0x9658db(0x1e3),'agent'];export const ALL_CORE_IDES=[a273_0x9658db(0x1b4),a273_0x9658db(0x1e3),a273_0x9658db(0x1df),'cline',a273_0x9658db(0x1cc),a273_0x9658db(0x1bc),'qoder','codebuddy',a273_0x9658db(0x1b2)];
1
+ const a273_0x37ffb4=a273_0x3c0b;(function(_0x1c31a2,_0x128cc2){const _0xe84c1b=a273_0x3c0b,_0x3e2fb9=_0x1c31a2();while(!![]){try{const _0x275111=-parseInt(_0xe84c1b(0x206))/0x1+parseInt(_0xe84c1b(0x213))/0x2+parseInt(_0xe84c1b(0x214))/0x3+-parseInt(_0xe84c1b(0x204))/0x4*(-parseInt(_0xe84c1b(0x1e1))/0x5)+parseInt(_0xe84c1b(0x202))/0x6*(parseInt(_0xe84c1b(0x1f6))/0x7)+parseInt(_0xe84c1b(0x216))/0x8*(-parseInt(_0xe84c1b(0x1f2))/0x9)+parseInt(_0xe84c1b(0x1e5))/0xa*(parseInt(_0xe84c1b(0x218))/0xb);if(_0x275111===_0x128cc2)break;else _0x3e2fb9['push'](_0x3e2fb9['shift']());}catch(_0x1d2b7c){_0x3e2fb9['push'](_0x3e2fb9['shift']());}}}(a273_0x53cf,0x61ce2));export const CORE_IDE_CONFIGS={'cursor':{'name':a273_0x37ffb4(0x205),'description':a273_0x37ffb4(0x1f4),'folders':[a273_0x37ffb4(0x1f1),a273_0x37ffb4(0x217)],'files':[{'type':a273_0x37ffb4(0x1fd),'path':a273_0x37ffb4(0x1f0),'template':a273_0x37ffb4(0x1f8)}]},'windsurf':{'name':a273_0x37ffb4(0x1fc),'description':a273_0x37ffb4(0x1f5),'folders':[a273_0x37ffb4(0x1e4)],'files':[{'type':a273_0x37ffb4(0x1fd),'path':a273_0x37ffb4(0x1ee),'template':a273_0x37ffb4(0x1f8)}]},'claude':{'name':a273_0x37ffb4(0x1f7),'description':a273_0x37ffb4(0x1f7),'folders':['.claude'],'files':[{'type':a273_0x37ffb4(0x1fd),'path':a273_0x37ffb4(0x21a),'template':a273_0x37ffb4(0x1f8)}]},'cline':{'name':'Cline','description':a273_0x37ffb4(0x1ec),'folders':[a273_0x37ffb4(0x212)],'files':[{'type':a273_0x37ffb4(0x1fd),'path':a273_0x37ffb4(0x1fb),'template':a273_0x37ffb4(0x1f8)}]},'codex':{'name':a273_0x37ffb4(0x20d),'description':a273_0x37ffb4(0x1e7),'folders':[a273_0x37ffb4(0x20e)],'files':[{'type':'file','path':a273_0x37ffb4(0x200),'template':'SKILL.md.tpl'}]},'opencode':{'name':a273_0x37ffb4(0x207),'description':a273_0x37ffb4(0x215),'folders':[a273_0x37ffb4(0x1e6)],'files':[{'type':'file','path':a273_0x37ffb4(0x21b),'template':a273_0x37ffb4(0x1f8)}]},'qoder':{'name':'Qoder','description':a273_0x37ffb4(0x201),'folders':[a273_0x37ffb4(0x211)],'files':[{'type':a273_0x37ffb4(0x1fd),'path':a273_0x37ffb4(0x1ea),'template':a273_0x37ffb4(0x1f8)},{'type':a273_0x37ffb4(0x1fd),'path':'.qoder/skills/lovrabet/SKILL.md','template':a273_0x37ffb4(0x1f8)}]},'codebuddy':{'name':a273_0x37ffb4(0x1e2),'description':a273_0x37ffb4(0x1f9),'folders':[a273_0x37ffb4(0x208)],'files':[{'type':a273_0x37ffb4(0x1fd),'path':'.codebuddy/skills/lovrabet/SKILL.md','template':a273_0x37ffb4(0x1f8)}]},'trae':{'name':a273_0x37ffb4(0x1e8),'description':a273_0x37ffb4(0x20a),'folders':[a273_0x37ffb4(0x1fe)],'files':[{'type':a273_0x37ffb4(0x1fd),'path':a273_0x37ffb4(0x1e3),'template':a273_0x37ffb4(0x1f8)}]}};function a273_0x3c0b(_0x45fc5e,_0x26c936){_0x45fc5e=_0x45fc5e-0x1e1;const _0x53cfbc=a273_0x53cf();let _0x3c0bf6=_0x53cfbc[_0x45fc5e];return _0x3c0bf6;}function a273_0x53cf(){const _0x20bd3c=['.qoder','.cline','945016ApEHTy','44961MvcLzS','OpenCode\x20IDE','16bsnabH','.cursor','643841jSKSZM','opencode','.claude/skills/lovrabet/SKILL.md','.opencode/skills/lovrabet/SKILL.md','325oOjChg','CodeBuddy','.trae/skills/lovrabet/SKILL.md','.windsurf','20tnZYNM','.opencode','Codex\x20IDE','Trae','claude','.qoder/rules/rabetbase.md','Antigravity\x20IDE','Cline\x20IDE','.agent','.windsurf/workflows/rabetbase.md','Antigravity','.cursor/skills/rabetbase.md','.cursorrules','415971IfjtKE','通用模板\x20-\x20兜底方案','Cursor\x20IDE','Windsurf\x20IDE','14077wjvMFj','Claude\x20Code','SKILL.md.tpl','CodeBuddy\x20IDE','trae','.cline/skills/lovrabet/SKILL.md','Windsurf','file','.trae','windsurf','.codex/skills/lovrabet/SKILL.md','Qoder\x20IDE','888JOkEnH','codex','15608wazYlu','Cursor','662767Azixwt','OpenCode','.codebuddy','.agent/skills/lovrabet/SKILL.md','Trae\x20IDE','cursor','codebuddy','Codex','.codex','qoder','cline'];a273_0x53cf=function(){return _0x20bd3c;};return a273_0x53cf();}export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'其他\x20(通用模板)','description':a273_0x37ffb4(0x1f3),'folders':[a273_0x37ffb4(0x1ed)],'files':[{'type':a273_0x37ffb4(0x1fd),'path':'.agent/skills/lovrabet/SKILL.md','template':a273_0x37ffb4(0x1f8)}]},'antigravity':{'name':a273_0x37ffb4(0x1ef),'description':a273_0x37ffb4(0x1eb),'folders':[a273_0x37ffb4(0x1ed)],'files':[{'type':'file','path':a273_0x37ffb4(0x209),'template':a273_0x37ffb4(0x1f8)}]}};export const CORE_IDE_LIST=['claude',a273_0x37ffb4(0x210),a273_0x37ffb4(0x20c),a273_0x37ffb4(0x203),'cursor',a273_0x37ffb4(0x219),a273_0x37ffb4(0x20f),a273_0x37ffb4(0x1fa),'windsurf'];export const IDE_LIST=['antigravity',a273_0x37ffb4(0x1e9),a273_0x37ffb4(0x210),a273_0x37ffb4(0x20c),a273_0x37ffb4(0x203),a273_0x37ffb4(0x20b),a273_0x37ffb4(0x219),a273_0x37ffb4(0x20f),a273_0x37ffb4(0x1fa),a273_0x37ffb4(0x1ff),'agent'];export const ALL_CORE_IDES=[a273_0x37ffb4(0x20b),a273_0x37ffb4(0x1ff),a273_0x37ffb4(0x1e9),a273_0x37ffb4(0x210),a273_0x37ffb4(0x203),a273_0x37ffb4(0x219),a273_0x37ffb4(0x20f),a273_0x37ffb4(0x20c),'trae'];
@@ -1 +1 @@
1
- (function(_0x4a2beb,_0x59617e){const _0x3b5883=a274_0x44fa,_0xb43be1=_0x4a2beb();while(!![]){try{const _0x94f582=-parseInt(_0x3b5883(0x9a))/0x1+parseInt(_0x3b5883(0x98))/0x2+-parseInt(_0x3b5883(0x96))/0x3+-parseInt(_0x3b5883(0x9c))/0x4+-parseInt(_0x3b5883(0x9b))/0x5*(-parseInt(_0x3b5883(0x99))/0x6)+parseInt(_0x3b5883(0x9d))/0x7+-parseInt(_0x3b5883(0x9e))/0x8*(-parseInt(_0x3b5883(0x97))/0x9);if(_0x94f582===_0x59617e)break;else _0xb43be1['push'](_0xb43be1['shift']());}catch(_0x4752bc){_0xb43be1['push'](_0xb43be1['shift']());}}}(a274_0x85b9,0x7c2c7));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a274_0x85b9(){const _0x5d3d82=['90lxYIDi','4008876cUKDmw','2197937tXvkTm','3065016tDgRrT','1928154eegqRf','18ypmmdL','852458CRjybn','287322JFBXbo','214888rBhKQO'];a274_0x85b9=function(){return _0x5d3d82;};return a274_0x85b9();}import{CliErrors}from'../errors.js';function a274_0x44fa(_0x465eec,_0xf9ebec){_0x465eec=_0x465eec-0x96;const _0x85b995=a274_0x85b9();let _0x44fa1a=_0x85b995[_0x465eec];return _0x44fa1a;}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
1
+ function a274_0x5d97(){const _0x5cc185=['11bwSsUF','4712232tdWsLt','813828ylxFUb','8XEKamm','1474830ODtutO','1309980vDbTBh','12GrjpIQ','968560bAqRxw','89510LjYnWR','790953XWivyy','17QyEGVK','10BmMrWI'];a274_0x5d97=function(){return _0x5cc185;};return a274_0x5d97();}(function(_0x141c9d,_0x377762){const _0x1d22ae=a274_0x1f3f,_0x189cbd=_0x141c9d();while(!![]){try{const _0x441ca4=-parseInt(_0x1d22ae(0xe1))/0x1*(-parseInt(_0x1d22ae(0xdf))/0x2)+-parseInt(_0x1d22ae(0xe0))/0x3+parseInt(_0x1d22ae(0xde))/0x4+parseInt(_0x1d22ae(0xdc))/0x5*(parseInt(_0x1d22ae(0xdd))/0x6)+parseInt(_0x1d22ae(0xe4))/0x7*(-parseInt(_0x1d22ae(0xe6))/0x8)+parseInt(_0x1d22ae(0xdb))/0x9*(-parseInt(_0x1d22ae(0xe2))/0xa)+parseInt(_0x1d22ae(0xe3))/0xb*(parseInt(_0x1d22ae(0xe5))/0xc);if(_0x441ca4===_0x377762)break;else _0x189cbd['push'](_0x189cbd['shift']());}catch(_0x48dc3c){_0x189cbd['push'](_0x189cbd['shift']());}}}(a274_0x5d97,0x78a09));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a274_0x1f3f(_0x36d6ae,_0xc3b5af){_0x36d6ae=_0x36d6ae-0xdb;const _0x5d97b9=a274_0x5d97();let _0x1f3f3b=_0x5d97b9[_0x36d6ae];return _0x1f3f3b;}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
@@ -1 +1 @@
1
- (function(_0x5f2e47,_0x2da49a){const _0x38a7b8=a275_0x586d,_0x4cdaa1=_0x5f2e47();while(!![]){try{const _0x77d50a=-parseInt(_0x38a7b8(0xed))/0x1+-parseInt(_0x38a7b8(0xe3))/0x2*(parseInt(_0x38a7b8(0xeb))/0x3)+-parseInt(_0x38a7b8(0xe1))/0x4*(parseInt(_0x38a7b8(0xe5))/0x5)+-parseInt(_0x38a7b8(0xdf))/0x6*(parseInt(_0x38a7b8(0xf1))/0x7)+-parseInt(_0x38a7b8(0xe7))/0x8+parseInt(_0x38a7b8(0xe8))/0x9*(-parseInt(_0x38a7b8(0xef))/0xa)+parseInt(_0x38a7b8(0xea))/0xb;if(_0x77d50a===_0x2da49a)break;else _0x4cdaa1['push'](_0x4cdaa1['shift']());}catch(_0x3583d0){_0x4cdaa1['push'](_0x4cdaa1['shift']());}}}(a275_0x1b31,0x7d60a));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x249f04=a275_0x586d,_0xea0998=getTemplateBaseUrl(),_0x2f5cef=[_0xea0998+_0x249f04(0xec),_0xea0998+_0x249f04(0xe0)];for(const _0x3370a3 of _0x2f5cef){try{const _0x214f0d=await fetch(_0x3370a3,{'headers':{'Accept':_0x249f04(0xf0)}});if(!_0x214f0d['ok'])continue;const _0x325e13=await _0x214f0d[_0x249f04(0xe9)]();if(!_0x325e13[_0x249f04(0xe2)]?.[_0x249f04(0xe6)]||!_0x325e13[_0x249f04(0xee)]?.[_0x249f04(0xe4)]?.[_0x249f04(0xe6)])continue;return _0x325e13;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;function a275_0x1b31(){const _0x24df77=['957087jCBaBG','json','44068805ZCtjyF','3dmMARW','/config.json','961253RgfGdL','sdk','70sKJbQP','application/json','18725WKGqNH','186NTfGLb','/config/index.json','32nmGVTZ','cli','1270274bFsSTc','node','64815PODHuM','stableVersion','7722312jNMdfN'];a275_0x1b31=function(){return _0x24df77;};return a275_0x1b31();}let hasCachedConfig=![];export async function getCdnConfig(){const _0x511d73=Date['now']();if(hasCachedConfig){const _0xb4d43b=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x511d73-cacheTime<_0xb4d43b)return cachedConfig;}const _0x37a2d2=await fetchCdnConfig();return cachedConfig=_0x37a2d2,cacheTime=_0x511d73,hasCachedConfig=!![],_0x37a2d2;}function a275_0x586d(_0x354f97,_0x44a4ca){_0x354f97=_0x354f97-0xdf;const _0x1b3198=a275_0x1b31();let _0x586d7c=_0x1b3198[_0x354f97];return _0x586d7c;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
1
+ (function(_0x41e4c8,_0x2bccdf){const _0x4cd9f5=a275_0x1fb4,_0x39a264=_0x41e4c8();while(!![]){try{const _0x2a6994=-parseInt(_0x4cd9f5(0x113))/0x1+-parseInt(_0x4cd9f5(0x117))/0x2+-parseInt(_0x4cd9f5(0x111))/0x3+parseInt(_0x4cd9f5(0x10e))/0x4*(-parseInt(_0x4cd9f5(0x112))/0x5)+-parseInt(_0x4cd9f5(0x114))/0x6+-parseInt(_0x4cd9f5(0x11d))/0x7+parseInt(_0x4cd9f5(0x10f))/0x8*(parseInt(_0x4cd9f5(0x116))/0x9);if(_0x2a6994===_0x2bccdf)break;else _0x39a264['push'](_0x39a264['shift']());}catch(_0x157cd8){_0x39a264['push'](_0x39a264['shift']());}}}(a275_0x107e,0x8add9));function a275_0x1fb4(_0x2054b7,_0x46321c){_0x2054b7=_0x2054b7-0x10e;const _0x107ebc=a275_0x107e();let _0x1fb4f9=_0x107ebc[_0x2054b7];return _0x1fb4f9;}import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x4f72ba=a275_0x1fb4,_0x5e3de3=getTemplateBaseUrl(),_0x619ea=[_0x5e3de3+_0x4f72ba(0x110),_0x5e3de3+_0x4f72ba(0x118)];for(const _0x3eb56a of _0x619ea){try{const _0x56e610=await fetch(_0x3eb56a,{'headers':{'Accept':_0x4f72ba(0x119)}});if(!_0x56e610['ok'])continue;const _0x28d000=await _0x56e610[_0x4f72ba(0x11c)]();if(!_0x28d000[_0x4f72ba(0x11a)]?.[_0x4f72ba(0x11b)]||!_0x28d000[_0x4f72ba(0x115)]?.['node']?.[_0x4f72ba(0x11b)])continue;return _0x28d000;}catch{}}return null;}function a275_0x107e(){const _0x15997b=['15716xFTTiG','441960zWzkPs','/config.json','1823970RrQUMt','10MqKCmE','690817ahpHnS','2929656xNSfkg','sdk','531OdUdic','311086PaNsqv','/config/index.json','application/json','cli','stableVersion','json','5181246rzHflp'];a275_0x107e=function(){return _0x15997b;};return a275_0x107e();}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0x2e5b46=Date['now']();if(hasCachedConfig){const _0x2eecb7=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x2e5b46-cacheTime<_0x2eecb7)return cachedConfig;}const _0x11ee85=await fetchCdnConfig();return cachedConfig=_0x11ee85,cacheTime=_0x2e5b46,hasCachedConfig=!![],_0x11ee85;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
@@ -1 +1 @@
1
- const a276_0x2c6127=a276_0x31ee;(function(_0x38f0b6,_0x217492){const _0x762229=a276_0x31ee,_0x2f4dda=_0x38f0b6();while(!![]){try{const _0x9c94ae=-parseInt(_0x762229(0x11d))/0x1+-parseInt(_0x762229(0x120))/0x2+parseInt(_0x762229(0x114))/0x3+parseInt(_0x762229(0x118))/0x4+parseInt(_0x762229(0x12e))/0x5*(parseInt(_0x762229(0x128))/0x6)+-parseInt(_0x762229(0x112))/0x7+parseInt(_0x762229(0x124))/0x8*(-parseInt(_0x762229(0x132))/0x9);if(_0x9c94ae===_0x217492)break;else _0x2f4dda['push'](_0x2f4dda['shift']());}catch(_0x1da351){_0x2f4dda['push'](_0x2f4dda['shift']());}}}(a276_0x34ad,0x8d31b));import a276_0x346b50 from'node:fs';import a276_0x564ceb from'node:path';import a276_0x52354b from'semver';function a276_0x31ee(_0x5213a7,_0x5070e0){_0x5213a7=_0x5213a7-0x110;const _0x34adce=a276_0x34ad();let _0x31eead=_0x34adce[_0x5213a7];return _0x31eead;}import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a276_0x2c6127(0x123);function isNonNumericVersion(_0x7e5802){const _0x12ed28=a276_0x2c6127,_0x1dac13=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x1dac13['some'](_0x37288e=>_0x37288e[_0x12ed28(0x12b)](_0x7e5802));}function getInstalledVersion(_0xedbb7c,_0x50895b){const _0x564351=a276_0x2c6127;try{const _0x313249=a276_0x564ceb[_0x564351(0x11c)](_0xedbb7c,'node_modules',_0x50895b,_0x564351(0x11b));if(a276_0x346b50['existsSync'](_0x313249)){const _0x31d001=JSON['parse'](a276_0x346b50[_0x564351(0x126)](_0x313249,_0x564351(0x12c)));return _0x31d001[_0x564351(0x121)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x1b5036=a276_0x2c6127;try{const _0x51e8f4=await getCdnConfig();return _0x51e8f4?.[_0x1b5036(0x111)]?.[_0x1b5036(0x115)]?.['stableVersion']||null;}catch{return null;}}async function getSdkPackageName(){const _0x32deff=a276_0x2c6127;try{const _0x35b592=await getCdnConfig();return _0x35b592?.['sdk']?.['node']?.[_0x32deff(0x125)]||_0x32deff(0x119);}catch{return _0x32deff(0x119);}}export async function checkSdkVersion(_0x42970c){const _0xe8a02e=a276_0x2c6127,_0x5c3491=a276_0x564ceb[_0xe8a02e(0x11c)](_0x42970c,_0xe8a02e(0x11b)),[_0x1db2d3,_0x2f8729]=await Promise['all']([getSdkStableVersion(),getSdkPackageName()]),_0x39eeba=_0x1db2d3||FALLBACK_MIN_SDK_VERSION;if(!a276_0x346b50[_0xe8a02e(0x12f)](_0x5c3491))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x39eeba,'packageName':_0x2f8729,'stableVersion':_0x1db2d3};try{const _0x1b8f44=JSON['parse'](a276_0x346b50[_0xe8a02e(0x126)](_0x5c3491,'utf8')),_0x42777f=_0x1b8f44['dependencies']||{},_0x317683=_0x1b8f44[_0xe8a02e(0x11e)]||{},_0x349b97=_0x42777f[_0x2f8729]||_0x317683[_0x2f8729];if(!_0x349b97)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x39eeba,'packageName':_0x2f8729,'stableVersion':_0x1db2d3};let _0x42dbf9=getInstalledVersion(_0x42970c,_0x2f8729);!_0x42dbf9&&(_0x42dbf9=_0x349b97);if(isNonNumericVersion(_0x349b97))return{'installed':!![],'version':_0x42dbf9,'needsUpgrade':![],'minVersion':_0x39eeba,'packageName':_0x2f8729,'stableVersion':_0x1db2d3};const _0x22a06b=a276_0x52354b[_0xe8a02e(0x127)](_0x42dbf9),_0x434998=a276_0x52354b[_0xe8a02e(0x127)](_0x39eeba),_0x1a08e1=_0x22a06b&&_0x434998?a276_0x52354b['lt'](_0x22a06b,_0x434998):![];return{'installed':!![],'version':_0x42dbf9,'needsUpgrade':_0x1a08e1,'minVersion':_0x39eeba,'packageName':_0x2f8729,'stableVersion':_0x1db2d3};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x39eeba,'packageName':_0x2f8729,'stableVersion':_0x1db2d3};}}function a276_0x34ad(){const _0x43c274=['utf-8','minVersion','29240FWznvp','existsSync','log','parse','9hgousq','↪\x20SDK\x20update\x20available','sdk','4426324vCqyni','needsUpgrade','2490663jdVsVX','node','stableVersion','\x20\x20\x20Current\x20version:\x20','4222732OxAbpi','@lovrabet/sdk','\x1b[33m','package.json','join','306135KYELmB','devDependencies','\x20\x20\x20Upgrade\x20command:\x20','973846mhmBHB','version','\x1b[1m','1.2.0','7431800OtpMLk','packageName','readFileSync','coerce','1074oAeVZj','\x1b[0m','npm\x20install\x20','test'];a276_0x34ad=function(){return _0x43c274;};return a276_0x34ad();}export function checkSdkVersionSync(_0x3e3aea){const _0x23ccf4=a276_0x2c6127,_0x3416db=a276_0x564ceb[_0x23ccf4(0x11c)](_0x3e3aea,'package.json'),_0x298a17=_0x23ccf4(0x119);if(!a276_0x346b50[_0x23ccf4(0x12f)](_0x3416db))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x298a17,'stableVersion':null};try{const _0x8311d=JSON[_0x23ccf4(0x131)](a276_0x346b50[_0x23ccf4(0x126)](_0x3416db,'utf8')),_0x5ed0c8=_0x8311d['dependencies']||{},_0x31a91b=_0x8311d[_0x23ccf4(0x11e)]||{},_0x5de63c=_0x5ed0c8[_0x298a17]||_0x31a91b[_0x298a17];if(!_0x5de63c)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x298a17,'stableVersion':null};let _0x4760c9=getInstalledVersion(_0x3e3aea,_0x298a17);!_0x4760c9&&(_0x4760c9=_0x5de63c);if(isNonNumericVersion(_0x5de63c))return{'installed':!![],'version':_0x4760c9,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x298a17,'stableVersion':null};const _0x100371=a276_0x52354b[_0x23ccf4(0x127)](_0x4760c9),_0x4d4c75=_0x100371?a276_0x52354b['lt'](_0x100371,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x4760c9,'needsUpgrade':_0x4d4c75,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x298a17,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x298a17,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x3246c6){const _0x1c5db5=a276_0x2c6127;if(!_0x3246c6[_0x1c5db5(0x113)])return;const _0x2ef2e0=_0x1c5db5(0x11a),_0x4a9890=_0x1c5db5(0x129),_0x22e619=_0x1c5db5(0x122),_0x50e443=_0x3246c6['packageName']||_0x1c5db5(0x119),_0x494592=_0x3246c6[_0x1c5db5(0x116)]||_0x3246c6[_0x1c5db5(0x12d)],_0x5634f4=_0x1c5db5(0x12a)+_0x50e443+'@'+(_0x494592||'latest');console['log'](),console['log'](''+_0x2ef2e0+_0x22e619+_0x1c5db5(0x110)+_0x4a9890),console[_0x1c5db5(0x130)](_0x2ef2e0+_0x1c5db5(0x117)+_0x50e443+'@'+_0x3246c6[_0x1c5db5(0x121)]+_0x4a9890),console['log'](_0x2ef2e0+'\x20\x20\x20Stable\x20version:\x20'+_0x494592+_0x4a9890),console['log'](_0x2ef2e0+_0x1c5db5(0x11f)+_0x5634f4+_0x4a9890),console[_0x1c5db5(0x130)]();}
1
+ function a276_0x5c8f(){const _0x1d72f1=['↪\x20SDK\x20update\x20available','720780hMiBjk','1375418GFSnJs','parse','3573072uqoSqo','npm\x20install\x20','minVersion','latest','159480YdfAYF','readFileSync','devDependencies','\x20\x20\x20Stable\x20version:\x20','log','all','coerce','stableVersion','packageName','node_modules','some','12490WBFTrY','needsUpgrade','\x20\x20\x20Upgrade\x20command:\x20','\x1b[0m','5168625OfrEXk','@lovrabet/sdk','15uYvZLx','744HFhZMV','existsSync','utf-8','package.json','sdk','version','60bUjOlj','node','dependencies','3378376DxaqhX','\x1b[1m','join'];a276_0x5c8f=function(){return _0x1d72f1;};return a276_0x5c8f();}(function(_0x2b9a99,_0x23f45c){const _0x4ff77f=a276_0x2c58,_0x3b328c=_0x2b9a99();while(!![]){try{const _0x3f8bf7=-parseInt(_0x4ff77f(0x1d7))/0x1+-parseInt(_0x4ff77f(0x1dd))/0x2*(-parseInt(_0x4ff77f(0x1c8))/0x3)+parseInt(_0x4ff77f(0x1c9))/0x4*(-parseInt(_0x4ff77f(0x1c2))/0x5)+parseInt(_0x4ff77f(0x1d6))/0x6+-parseInt(_0x4ff77f(0x1c6))/0x7+parseInt(_0x4ff77f(0x1d2))/0x8+parseInt(_0x4ff77f(0x1d9))/0x9*(parseInt(_0x4ff77f(0x1cf))/0xa);if(_0x3f8bf7===_0x23f45c)break;else _0x3b328c['push'](_0x3b328c['shift']());}catch(_0x4d27ad){_0x3b328c['push'](_0x3b328c['shift']());}}}(a276_0x5c8f,0xb5d32));import a276_0x5b0bcb from'node:fs';import a276_0x38e238 from'node:path';import a276_0x34ad49 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION='1.2.0';function isNonNumericVersion(_0x1d95e1){const _0x856f76=a276_0x2c58,_0x47ad37=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x47ad37[_0x856f76(0x1e7)](_0x5df9d8=>_0x5df9d8['test'](_0x1d95e1));}function getInstalledVersion(_0xcc5ee,_0x6e28a9){const _0x315229=a276_0x2c58;try{const _0x3f6a68=a276_0x38e238['join'](_0xcc5ee,_0x315229(0x1e6),_0x6e28a9,'package.json');if(a276_0x5b0bcb[_0x315229(0x1ca)](_0x3f6a68)){const _0x246938=JSON[_0x315229(0x1d8)](a276_0x5b0bcb[_0x315229(0x1de)](_0x3f6a68,_0x315229(0x1cb)));return _0x246938[_0x315229(0x1ce)]||null;}}catch{}return null;}function a276_0x2c58(_0x5d4b1c,_0xc50542){_0x5d4b1c=_0x5d4b1c-0x1c2;const _0x5c8fee=a276_0x5c8f();let _0x2c585f=_0x5c8fee[_0x5d4b1c];return _0x2c585f;}async function getSdkStableVersion(){const _0x45d738=a276_0x2c58;try{const _0x4d28f3=await getCdnConfig();return _0x4d28f3?.[_0x45d738(0x1cd)]?.[_0x45d738(0x1d0)]?.[_0x45d738(0x1e4)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x1db589=a276_0x2c58;try{const _0x34e56c=await getCdnConfig();return _0x34e56c?.[_0x1db589(0x1cd)]?.[_0x1db589(0x1d0)]?.[_0x1db589(0x1e5)]||_0x1db589(0x1c7);}catch{return _0x1db589(0x1c7);}}export async function checkSdkVersion(_0x68296){const _0x30e4e8=a276_0x2c58,_0x4deb7=a276_0x38e238[_0x30e4e8(0x1d4)](_0x68296,_0x30e4e8(0x1cc)),[_0x29237c,_0x43d3b3]=await Promise[_0x30e4e8(0x1e2)]([getSdkStableVersion(),getSdkPackageName()]),_0x5351a5=_0x29237c||FALLBACK_MIN_SDK_VERSION;if(!a276_0x5b0bcb[_0x30e4e8(0x1ca)](_0x4deb7))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x5351a5,'packageName':_0x43d3b3,'stableVersion':_0x29237c};try{const _0x47197f=JSON[_0x30e4e8(0x1d8)](a276_0x5b0bcb['readFileSync'](_0x4deb7,'utf8')),_0x5dfb2b=_0x47197f[_0x30e4e8(0x1d1)]||{},_0x341e9b=_0x47197f[_0x30e4e8(0x1df)]||{},_0x57391b=_0x5dfb2b[_0x43d3b3]||_0x341e9b[_0x43d3b3];if(!_0x57391b)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x5351a5,'packageName':_0x43d3b3,'stableVersion':_0x29237c};let _0x4820fd=getInstalledVersion(_0x68296,_0x43d3b3);!_0x4820fd&&(_0x4820fd=_0x57391b);if(isNonNumericVersion(_0x57391b))return{'installed':!![],'version':_0x4820fd,'needsUpgrade':![],'minVersion':_0x5351a5,'packageName':_0x43d3b3,'stableVersion':_0x29237c};const _0x30179e=a276_0x34ad49[_0x30e4e8(0x1e3)](_0x4820fd),_0x507c21=a276_0x34ad49[_0x30e4e8(0x1e3)](_0x5351a5),_0xf9afd=_0x30179e&&_0x507c21?a276_0x34ad49['lt'](_0x30179e,_0x507c21):![];return{'installed':!![],'version':_0x4820fd,'needsUpgrade':_0xf9afd,'minVersion':_0x5351a5,'packageName':_0x43d3b3,'stableVersion':_0x29237c};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x5351a5,'packageName':_0x43d3b3,'stableVersion':_0x29237c};}}export function checkSdkVersionSync(_0xf38d51){const _0x50bd14=a276_0x2c58,_0x4d4dae=a276_0x38e238[_0x50bd14(0x1d4)](_0xf38d51,'package.json'),_0x501bd1=_0x50bd14(0x1c7);if(!a276_0x5b0bcb[_0x50bd14(0x1ca)](_0x4d4dae))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x501bd1,'stableVersion':null};try{const _0x4bab7f=JSON[_0x50bd14(0x1d8)](a276_0x5b0bcb['readFileSync'](_0x4d4dae,'utf8')),_0x2231d1=_0x4bab7f['dependencies']||{},_0x5296b3=_0x4bab7f[_0x50bd14(0x1df)]||{},_0x3fee07=_0x2231d1[_0x501bd1]||_0x5296b3[_0x501bd1];if(!_0x3fee07)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x501bd1,'stableVersion':null};let _0x3f365f=getInstalledVersion(_0xf38d51,_0x501bd1);!_0x3f365f&&(_0x3f365f=_0x3fee07);if(isNonNumericVersion(_0x3fee07))return{'installed':!![],'version':_0x3f365f,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x501bd1,'stableVersion':null};const _0x395bba=a276_0x34ad49[_0x50bd14(0x1e3)](_0x3f365f),_0x17728c=_0x395bba?a276_0x34ad49['lt'](_0x395bba,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x3f365f,'needsUpgrade':_0x17728c,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x501bd1,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x501bd1,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x5787d4){const _0x2bbd65=a276_0x2c58;if(!_0x5787d4[_0x2bbd65(0x1c3)])return;const _0x3c6f06='\x1b[33m',_0x41ec7f=_0x2bbd65(0x1c5),_0x4e3c34=_0x2bbd65(0x1d3),_0x3ce440=_0x5787d4[_0x2bbd65(0x1e5)]||_0x2bbd65(0x1c7),_0x95393b=_0x5787d4[_0x2bbd65(0x1e4)]||_0x5787d4[_0x2bbd65(0x1db)],_0x14e9ec=_0x2bbd65(0x1da)+_0x3ce440+'@'+(_0x95393b||_0x2bbd65(0x1dc));console['log'](),console[_0x2bbd65(0x1e1)](''+_0x3c6f06+_0x4e3c34+_0x2bbd65(0x1d5)+_0x41ec7f),console[_0x2bbd65(0x1e1)](_0x3c6f06+'\x20\x20\x20Current\x20version:\x20'+_0x3ce440+'@'+_0x5787d4[_0x2bbd65(0x1ce)]+_0x41ec7f),console[_0x2bbd65(0x1e1)](_0x3c6f06+_0x2bbd65(0x1e0)+_0x95393b+_0x41ec7f),console[_0x2bbd65(0x1e1)](_0x3c6f06+_0x2bbd65(0x1c4)+_0x14e9ec+_0x41ec7f),console['log']();}
@@ -1 +1 @@
1
- (function(_0x26b7fa,_0x34b8ae){const _0x3a185a=a277_0x1aaf,_0x1a64e3=_0x26b7fa();while(!![]){try{const _0x59384b=-parseInt(_0x3a185a(0x77))/0x1*(parseInt(_0x3a185a(0x89))/0x2)+parseInt(_0x3a185a(0x98))/0x3+-parseInt(_0x3a185a(0x73))/0x4*(-parseInt(_0x3a185a(0x82))/0x5)+parseInt(_0x3a185a(0x95))/0x6+parseInt(_0x3a185a(0x86))/0x7*(-parseInt(_0x3a185a(0x90))/0x8)+-parseInt(_0x3a185a(0x91))/0x9*(-parseInt(_0x3a185a(0x99))/0xa)+parseInt(_0x3a185a(0x8c))/0xb*(-parseInt(_0x3a185a(0x74))/0xc);if(_0x59384b===_0x34b8ae)break;else _0x1a64e3['push'](_0x1a64e3['shift']());}catch(_0x5ab7d9){_0x1a64e3['push'](_0x1a64e3['shift']());}}}(a277_0x499f,0x23180));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a277_0x5ae15b from'semver';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';function a277_0x499f(){const _0x304e73=['join','22cZjzAi','↪\x20New\x20version\x20available','1.0.0','Current\x20version:\x20','68704MomWVk','9EVMQyd','\x20\x20\x20Minimum\x20supported:\x20','validation','log','1112052tKBHIB','\x20\x20\x20Stable\x20version:\x20','utf-8','321150jDZANe','309130gWGBpg','\x20\x20\x20Recommended\x20stable:\x20','\x20\x20\x20Upgrade\x20command:\x20','version','minimumVersionMessage','633008AmXuqI','1432668FvvFEO','Upgrade\x20command:\x20','needsUpgrade','3fVcFnh','npm\x20install\x20-g\x20','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','Minimum\x20supported:\x20','filter','parse','upgradeMessage','stableVersion','\x1b[0m','coerce','package.json','5FSyzMH','\x1b[31m','latest','currentVersion','49zxQYcb','belowMinimum','minimumVersion','25946KNsVUl','\x20\x20\x20'];a277_0x499f=function(){return _0x304e73;};return a277_0x499f();}import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x5c75ef){const _0x2b1485=a277_0x1aaf,_0x376c4e=_0x5c75ef[_0x2b1485(0x7e)]||_0x2b1485(0x84);return _0x2b1485(0x78)+NPM_PACKAGE_NAME+'@'+_0x376c4e;}function a277_0x1aaf(_0x35bbc2,_0x5d3a50){_0x35bbc2=_0x35bbc2-0x6f;const _0x499fab=a277_0x499f();let _0x1aaf3d=_0x499fab[_0x35bbc2];return _0x1aaf3d;}function getCurrentCliVersion(){const _0x307d64=a277_0x1aaf;try{const _0x272d93=fileURLToPath(import.meta.url),_0x284e3a=resolve(dirname(_0x272d93),'../..'),_0x3b0e4a=resolve(_0x284e3a,_0x307d64(0x81)),_0x358f44=JSON[_0x307d64(0x7c)](readFileSync(_0x3b0e4a,_0x307d64(0x97)));return _0x358f44[_0x307d64(0x71)]||_0x307d64(0x8e);}catch{return _0x307d64(0x8e);}}export async function checkCliVersion(){const _0x5d250e=a277_0x1aaf,_0x6163b7=getCurrentCliVersion(),_0x54053c=await getCliVersionPolicy(),_0x45db31=_0x54053c?.['stableVersion']||null,_0xc5042b=_0x54053c?.[_0x5d250e(0x88)]||null;let _0x3c9676=![],_0x405f28=![];const _0x3d4f75=a277_0x5ae15b[_0x5d250e(0x80)](_0x6163b7);if(_0x3d4f75&&_0x45db31)try{const _0x5c8f22=a277_0x5ae15b[_0x5d250e(0x80)](_0x45db31);if(_0x5c8f22)_0x3c9676=a277_0x5ae15b['lt'](_0x3d4f75,_0x5c8f22);}catch{}if(_0x3d4f75&&_0xc5042b)try{const _0x347fe9=a277_0x5ae15b['coerce'](_0xc5042b);if(_0x347fe9)_0x405f28=a277_0x5ae15b['lt'](_0x3d4f75,_0x347fe9);}catch{}return _0x405f28&&(_0x3c9676=!![]),{'currentVersion':_0x6163b7,'stableVersion':_0x45db31,'minimumVersion':_0xc5042b,'needsUpgrade':_0x3c9676,'belowMinimum':_0x405f28,'isPreRelease':![],'upgradeMessage':_0x54053c?.[_0x5d250e(0x7d)],'minimumVersionMessage':_0x54053c?.[_0x5d250e(0x72)]};}export function printCliUpgradeWarning(_0x41b7c2){const _0x15b174=a277_0x1aaf;if(!_0x41b7c2[_0x15b174(0x76)]&&!_0x41b7c2['belowMinimum'])return;const _0x19c6e2=_0x15b174(0x83),_0x5bc9ed='\x1b[33m',_0x107522=_0x15b174(0x7f),_0xdfe52e='\x1b[1m',_0x18a3de=getCliUpgradeCommand(_0x41b7c2);console[_0x15b174(0x94)](),_0x41b7c2[_0x15b174(0x87)]?(console[_0x15b174(0x94)](''+_0x19c6e2+_0xdfe52e+'↪\x20Critical\x20CLI\x20upgrade\x20required'+_0x107522),console[_0x15b174(0x94)](_0x19c6e2+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x41b7c2[_0x15b174(0x85)]+_0x107522),_0x41b7c2[_0x15b174(0x88)]&&console[_0x15b174(0x94)](_0x19c6e2+_0x15b174(0x92)+_0x41b7c2[_0x15b174(0x88)]+_0x107522),_0x41b7c2[_0x15b174(0x7e)]&&_0x41b7c2[_0x15b174(0x7e)]!==_0x41b7c2[_0x15b174(0x88)]&&console['log'](_0x19c6e2+_0x15b174(0x6f)+_0x41b7c2['stableVersion']+_0x107522),_0x41b7c2[_0x15b174(0x72)]&&console[_0x15b174(0x94)](_0x19c6e2+_0x15b174(0x8a)+_0x41b7c2['minimumVersionMessage']+_0x107522),console[_0x15b174(0x94)](_0x19c6e2+_0x15b174(0x70)+_0x18a3de+_0x107522)):(console['log'](''+_0x5bc9ed+_0xdfe52e+_0x15b174(0x8d)+_0x107522),console['log'](_0x5bc9ed+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x41b7c2['currentVersion']+_0x107522),console[_0x15b174(0x94)](_0x5bc9ed+_0x15b174(0x96)+_0x41b7c2[_0x15b174(0x7e)]+_0x107522),_0x41b7c2[_0x15b174(0x7d)]&&console['log'](_0x5bc9ed+_0x15b174(0x8a)+_0x41b7c2['upgradeMessage']+_0x107522),console[_0x15b174(0x94)](_0x5bc9ed+_0x15b174(0x70)+_0x18a3de+_0x107522)),console['log']();}export function assertCliVersionSupported(_0x3f0c03){const _0x159909=a277_0x1aaf;if(!_0x3f0c03[_0x159909(0x87)])return;const _0x55b561=[_0x3f0c03[_0x159909(0x72)],_0x159909(0x8f)+_0x3f0c03[_0x159909(0x85)],_0x3f0c03[_0x159909(0x88)]?_0x159909(0x7a)+_0x3f0c03[_0x159909(0x88)]:null,_0x159909(0x75)+getCliUpgradeCommand(_0x3f0c03)][_0x159909(0x7b)](Boolean)[_0x159909(0x8b)]('\x0a');throw CliErrors[_0x159909(0x93)](_0x159909(0x79),_0x55b561);}
1
+ (function(_0x1878c3,_0xc4122a){const _0xbbceba=a277_0x2e92,_0x3045fc=_0x1878c3();while(!![]){try{const _0x59bcab=parseInt(_0xbbceba(0x155))/0x1*(-parseInt(_0xbbceba(0x14d))/0x2)+-parseInt(_0xbbceba(0x157))/0x3+parseInt(_0xbbceba(0x15a))/0x4+-parseInt(_0xbbceba(0x161))/0x5*(-parseInt(_0xbbceba(0x16a))/0x6)+-parseInt(_0xbbceba(0x16e))/0x7+-parseInt(_0xbbceba(0x14e))/0x8+-parseInt(_0xbbceba(0x14f))/0x9*(-parseInt(_0xbbceba(0x162))/0xa);if(_0x59bcab===_0xc4122a)break;else _0x3045fc['push'](_0x3045fc['shift']());}catch(_0x54563d){_0x3045fc['push'](_0x3045fc['shift']());}}}(a277_0x340a,0x85de3));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a277_0x3bd38f from'semver';function a277_0x340a(){const _0x5eca75=['180144RPsSIg','\x20\x20\x20Minimum\x20supported:\x20','1.0.0','../..','\x1b[1m','log','181433rKuQjr','stableVersion','1672419VWdDgF','filter','minimumVersion','185120QtHGIE','parse','\x20\x20\x20Stable\x20version:\x20','\x20\x20\x20Recommended\x20stable:\x20','utf-8','Minimum\x20supported:\x20','latest','670bcoQqL','1070reIVAi','belowMinimum','version','package.json','\x1b[31m','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','npm\x20install\x20-g\x20','minimumVersionMessage','39228siJDeI','\x20\x20\x20','\x20\x20\x20Upgrade\x20command:\x20','upgradeMessage','4008739ULaAUi','\x1b[0m','↪\x20Critical\x20CLI\x20upgrade\x20required','currentVersion','6KKpglq','6730496LlFMTQ'];a277_0x340a=function(){return _0x5eca75;};return a277_0x340a();}import{getCliVersionPolicy}from'../utils/cli-version-policy.js';function a277_0x2e92(_0x415be7,_0x21a5ca){_0x415be7=_0x415be7-0x14b;const _0x340a5c=a277_0x340a();let _0x2e9289=_0x340a5c[_0x415be7];return _0x2e9289;}import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x278109){const _0x30c115=a277_0x2e92,_0x3ea5a5=_0x278109[_0x30c115(0x156)]||_0x30c115(0x160);return _0x30c115(0x168)+NPM_PACKAGE_NAME+'@'+_0x3ea5a5;}function getCurrentCliVersion(){const _0x4a833c=a277_0x2e92;try{const _0x1721e3=fileURLToPath(import.meta.url),_0x218a86=resolve(dirname(_0x1721e3),_0x4a833c(0x152)),_0x39fe0a=resolve(_0x218a86,_0x4a833c(0x165)),_0x1b99c5=JSON[_0x4a833c(0x15b)](readFileSync(_0x39fe0a,_0x4a833c(0x15e)));return _0x1b99c5[_0x4a833c(0x164)]||_0x4a833c(0x151);}catch{return _0x4a833c(0x151);}}export async function checkCliVersion(){const _0x40aa0a=a277_0x2e92,_0x3f4eaa=getCurrentCliVersion(),_0x46fd8e=await getCliVersionPolicy(),_0x408a41=_0x46fd8e?.[_0x40aa0a(0x156)]||null,_0x2337d0=_0x46fd8e?.[_0x40aa0a(0x159)]||null;let _0x217235=![],_0x35b2de=![];const _0x37d135=a277_0x3bd38f['coerce'](_0x3f4eaa);if(_0x37d135&&_0x408a41)try{const _0x40fea7=a277_0x3bd38f['coerce'](_0x408a41);if(_0x40fea7)_0x217235=a277_0x3bd38f['lt'](_0x37d135,_0x40fea7);}catch{}if(_0x37d135&&_0x2337d0)try{const _0x2882f9=a277_0x3bd38f['coerce'](_0x2337d0);if(_0x2882f9)_0x35b2de=a277_0x3bd38f['lt'](_0x37d135,_0x2882f9);}catch{}return _0x35b2de&&(_0x217235=!![]),{'currentVersion':_0x3f4eaa,'stableVersion':_0x408a41,'minimumVersion':_0x2337d0,'needsUpgrade':_0x217235,'belowMinimum':_0x35b2de,'isPreRelease':![],'upgradeMessage':_0x46fd8e?.[_0x40aa0a(0x16d)],'minimumVersionMessage':_0x46fd8e?.[_0x40aa0a(0x169)]};}export function printCliUpgradeWarning(_0x417eea){const _0x35ec00=a277_0x2e92;if(!_0x417eea['needsUpgrade']&&!_0x417eea[_0x35ec00(0x163)])return;const _0x50ad88=_0x35ec00(0x166),_0x248a29='\x1b[33m',_0x11402d=_0x35ec00(0x16f),_0x105770=_0x35ec00(0x153),_0x572ace=getCliUpgradeCommand(_0x417eea);console[_0x35ec00(0x154)](),_0x417eea[_0x35ec00(0x163)]?(console[_0x35ec00(0x154)](''+_0x50ad88+_0x105770+_0x35ec00(0x14b)+_0x11402d),console['log'](_0x50ad88+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x417eea[_0x35ec00(0x14c)]+_0x11402d),_0x417eea[_0x35ec00(0x159)]&&console[_0x35ec00(0x154)](_0x50ad88+_0x35ec00(0x150)+_0x417eea[_0x35ec00(0x159)]+_0x11402d),_0x417eea[_0x35ec00(0x156)]&&_0x417eea[_0x35ec00(0x156)]!==_0x417eea[_0x35ec00(0x159)]&&console[_0x35ec00(0x154)](_0x50ad88+_0x35ec00(0x15d)+_0x417eea['stableVersion']+_0x11402d),_0x417eea['minimumVersionMessage']&&console[_0x35ec00(0x154)](_0x50ad88+_0x35ec00(0x16b)+_0x417eea[_0x35ec00(0x169)]+_0x11402d),console[_0x35ec00(0x154)](_0x50ad88+'\x20\x20\x20Upgrade\x20command:\x20'+_0x572ace+_0x11402d)):(console['log'](''+_0x248a29+_0x105770+'↪\x20New\x20version\x20available'+_0x11402d),console[_0x35ec00(0x154)](_0x248a29+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x417eea[_0x35ec00(0x14c)]+_0x11402d),console[_0x35ec00(0x154)](_0x248a29+_0x35ec00(0x15c)+_0x417eea['stableVersion']+_0x11402d),_0x417eea[_0x35ec00(0x16d)]&&console[_0x35ec00(0x154)](_0x248a29+_0x35ec00(0x16b)+_0x417eea[_0x35ec00(0x16d)]+_0x11402d),console[_0x35ec00(0x154)](_0x248a29+_0x35ec00(0x16c)+_0x572ace+_0x11402d)),console[_0x35ec00(0x154)]();}export function assertCliVersionSupported(_0x1c1f7f){const _0x138842=a277_0x2e92;if(!_0x1c1f7f[_0x138842(0x163)])return;const _0x188c1b=[_0x1c1f7f[_0x138842(0x169)],'Current\x20version:\x20'+_0x1c1f7f[_0x138842(0x14c)],_0x1c1f7f[_0x138842(0x159)]?_0x138842(0x15f)+_0x1c1f7f['minimumVersion']:null,'Upgrade\x20command:\x20'+getCliUpgradeCommand(_0x1c1f7f)][_0x138842(0x158)](Boolean)['join']('\x0a');throw CliErrors['validation'](_0x138842(0x167),_0x188c1b);}
@@ -1 +1 @@
1
- (function(_0x5af278,_0x212c99){const _0x29ac2a=a278_0x1401,_0x2f6efe=_0x5af278();while(!![]){try{const _0x2d536f=-parseInt(_0x29ac2a(0x159))/0x1+parseInt(_0x29ac2a(0x169))/0x2*(parseInt(_0x29ac2a(0x16c))/0x3)+-parseInt(_0x29ac2a(0x15c))/0x4*(parseInt(_0x29ac2a(0x168))/0x5)+parseInt(_0x29ac2a(0x15b))/0x6+-parseInt(_0x29ac2a(0x160))/0x7+-parseInt(_0x29ac2a(0x16b))/0x8*(parseInt(_0x29ac2a(0x164))/0x9)+parseInt(_0x29ac2a(0x15e))/0xa*(parseInt(_0x29ac2a(0x16f))/0xb);if(_0x2d536f===_0x212c99)break;else _0x2f6efe['push'](_0x2f6efe['shift']());}catch(_0x32ffde){_0x2f6efe['push'](_0x2f6efe['shift']());}}}(a278_0x1546,0x338d9));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(_0x5ce446){const _0x4f3225=a278_0x1401;return typeof _0x5ce446==='string'&&_0x5ce446['trim']()['length']>0x0?_0x5ce446[_0x4f3225(0x16d)]():null;}function normalizeCliVersionPolicy(_0x38352d){const _0x4768db=a278_0x1401;if(!_0x38352d||typeof _0x38352d!=='object')return null;const _0x3864b3=_0x38352d,_0x9aebbd=_0x3864b3[_0x4768db(0x157)]&&typeof _0x3864b3[_0x4768db(0x157)]===_0x4768db(0x158)?_0x3864b3[_0x4768db(0x157)]:_0x3864b3,_0x24ccb9=pickString(_0x9aebbd['stableVersion'])||pickString(_0x9aebbd[_0x4768db(0x15a)])||pickString(_0x9aebbd[_0x4768db(0x161)]),_0x4c882c=pickString(_0x9aebbd[_0x4768db(0x167)])||pickString(_0x9aebbd[_0x4768db(0x162)]);if(!_0x24ccb9&&!_0x4c882c)return null;return{'stableVersion':_0x24ccb9,'minimumVersion':_0x4c882c,'upgradeMessage':pickString(_0x9aebbd[_0x4768db(0x166)])||undefined,'minimumVersionMessage':pickString(_0x9aebbd[_0x4768db(0x165)])||undefined};}function a278_0x1546(){const _0xaf080c=['653860EDefgE','application/json','820hGUIei','signal','909062erwKPS','recommendedVersion','minVersion','now','505863eFWFuS','minimumVersionMessage','upgradeMessage','minimumVersion','10nJsHOp','952yvDVDB','json','32ziJAAI','804uOTpbW','trim','abort','90937OEadOe','cli','object','199687isReLr','latestVersion','1722060RsDLbX'];a278_0x1546=function(){return _0xaf080c;};return a278_0x1546();}function a278_0x1401(_0x603699,_0x2d260b){_0x603699=_0x603699-0x157;const _0x15463b=a278_0x1546();let _0x1401e8=_0x15463b[_0x603699];return _0x1401e8;}export async function fetchRabetbaseCdnConfig(){const _0x254ad7=a278_0x1401,_0x3eedeb=new AbortController(),_0x2df920=setTimeout(()=>_0x3eedeb[_0x254ad7(0x16e)](),FETCH_TIMEOUT_MS);try{const _0x5e1e92=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x254ad7(0x15d)},'signal':_0x3eedeb[_0x254ad7(0x15f)]});if(!_0x5e1e92['ok'])return null;const _0x5820a9=await _0x5e1e92[_0x254ad7(0x16a)]();return _0x5820a9&&typeof _0x5820a9===_0x254ad7(0x158)?_0x5820a9:null;}catch{return null;}finally{clearTimeout(_0x2df920);}}export async function fetchCliVersionPolicy(){return normalizeCliVersionPolicy(await fetchRabetbaseCdnConfig());}let cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];export async function getRabetbaseCdnConfig(){const _0x3ca2f7=a278_0x1401,_0x33b501=Date[_0x3ca2f7(0x163)]();if(hasCachedConfig){const _0x418c47=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x33b501-cacheTime<_0x418c47)return cachedConfig;}return cachedConfig=await fetchRabetbaseCdnConfig(),cacheTime=_0x33b501,hasCachedConfig=!![],cachedConfig;}export async function getCliVersionPolicy(){return normalizeCliVersionPolicy(await getRabetbaseCdnConfig());}export function clearCliVersionPolicyCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
1
+ (function(_0x289323,_0x5c4d54){const _0x3592ef=a278_0x2c07,_0x591f7d=_0x289323();while(!![]){try{const _0x16d971=parseInt(_0x3592ef(0x1f6))/0x1*(-parseInt(_0x3592ef(0x1f2))/0x2)+parseInt(_0x3592ef(0x1f1))/0x3+-parseInt(_0x3592ef(0x1fa))/0x4+-parseInt(_0x3592ef(0x1ee))/0x5+parseInt(_0x3592ef(0x1f4))/0x6+parseInt(_0x3592ef(0x1fb))/0x7*(parseInt(_0x3592ef(0x1ff))/0x8)+-parseInt(_0x3592ef(0x1ef))/0x9*(parseInt(_0x3592ef(0x1f0))/0xa);if(_0x16d971===_0x5c4d54)break;else _0x591f7d['push'](_0x591f7d['shift']());}catch(_0x8a1acd){_0x591f7d['push'](_0x591f7d['shift']());}}}(a278_0xa9a4,0x498cb));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(_0x917061){const _0x63e6b4=a278_0x2c07;return typeof _0x917061===_0x63e6b4(0x1fc)&&_0x917061[_0x63e6b4(0x1fd)]()['length']>0x0?_0x917061[_0x63e6b4(0x1fd)]():null;}function normalizeCliVersionPolicy(_0x211cb2){const _0x5e1c92=a278_0x2c07;if(!_0x211cb2||typeof _0x211cb2!==_0x5e1c92(0x1ec))return null;const _0x20f233=_0x211cb2,_0x2226dc=_0x20f233[_0x5e1c92(0x1f5)]&&typeof _0x20f233['cli']===_0x5e1c92(0x1ec)?_0x20f233['cli']:_0x20f233,_0x3bcabd=pickString(_0x2226dc[_0x5e1c92(0x1ed)])||pickString(_0x2226dc[_0x5e1c92(0x1fe)])||pickString(_0x2226dc['recommendedVersion']),_0x412e40=pickString(_0x2226dc['minimumVersion'])||pickString(_0x2226dc[_0x5e1c92(0x1eb)]);if(!_0x3bcabd&&!_0x412e40)return null;return{'stableVersion':_0x3bcabd,'minimumVersion':_0x412e40,'upgradeMessage':pickString(_0x2226dc[_0x5e1c92(0x1f9)])||undefined,'minimumVersionMessage':pickString(_0x2226dc['minimumVersionMessage'])||undefined};}export async function fetchRabetbaseCdnConfig(){const _0x577bad=a278_0x2c07,_0x556bb7=new AbortController(),_0x369f6d=setTimeout(()=>_0x556bb7[_0x577bad(0x1f8)](),FETCH_TIMEOUT_MS);try{const _0x679f4c=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x577bad(0x1e9)},'signal':_0x556bb7[_0x577bad(0x1f3)]});if(!_0x679f4c['ok'])return null;const _0x33aef7=await _0x679f4c[_0x577bad(0x1f7)]();return _0x33aef7&&typeof _0x33aef7===_0x577bad(0x1ec)?_0x33aef7:null;}catch{return null;}finally{clearTimeout(_0x369f6d);}}export async function fetchCliVersionPolicy(){return normalizeCliVersionPolicy(await fetchRabetbaseCdnConfig());}let cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];export async function getRabetbaseCdnConfig(){const _0x2bea04=a278_0x2c07,_0x3e892f=Date[_0x2bea04(0x1ea)]();if(hasCachedConfig){const _0x4d76d3=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x3e892f-cacheTime<_0x4d76d3)return cachedConfig;}return cachedConfig=await fetchRabetbaseCdnConfig(),cacheTime=_0x3e892f,hasCachedConfig=!![],cachedConfig;}function a278_0xa9a4(){const _0x4b28fd=['upgradeMessage','1586576UZyOxO','7LWlXHS','string','trim','latestVersion','4690760mqcxlu','application/json','now','minVersion','object','stableVersion','565365AedfFW','711SgVSEx','39030vuFljk','1486287KqQqof','2oMQtip','signal','1221192YckLxQ','cli','165993BdeKpo','json','abort'];a278_0xa9a4=function(){return _0x4b28fd;};return a278_0xa9a4();}export async function getCliVersionPolicy(){return normalizeCliVersionPolicy(await getRabetbaseCdnConfig());}function a278_0x2c07(_0x5d5e72,_0xf618a8){_0x5d5e72=_0x5d5e72-0x1e9;const _0xa9a41f=a278_0xa9a4();let _0x2c07ce=_0xa9a41f[_0x5d5e72];return _0x2c07ce;}export function clearCliVersionPolicyCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
@@ -1 +1 @@
1
- const a279_0x2f14c9=a279_0x3d5b;function a279_0x3d5b(_0x6eb8d5,_0xa583ad){_0x6eb8d5=_0x6eb8d5-0x155;const _0x235335=a279_0x2353();let _0x3d5bd7=_0x235335[_0x6eb8d5];return _0x3d5bd7;}(function(_0x30d9f4,_0x50053f){const _0x41b78d=a279_0x3d5b,_0x9c0bf8=_0x30d9f4();while(!![]){try{const _0x3ebf86=-parseInt(_0x41b78d(0x160))/0x1*(parseInt(_0x41b78d(0x15e))/0x2)+-parseInt(_0x41b78d(0x15c))/0x3*(parseInt(_0x41b78d(0x163))/0x4)+parseInt(_0x41b78d(0x159))/0x5+parseInt(_0x41b78d(0x156))/0x6*(-parseInt(_0x41b78d(0x15f))/0x7)+parseInt(_0x41b78d(0x158))/0x8*(-parseInt(_0x41b78d(0x157))/0x9)+parseInt(_0x41b78d(0x155))/0xa+-parseInt(_0x41b78d(0x161))/0xb*(-parseInt(_0x41b78d(0x162))/0xc);if(_0x3ebf86===_0x50053f)break;else _0x9c0bf8['push'](_0x9c0bf8['shift']());}catch(_0x52c7fe){_0x9c0bf8['push'](_0x9c0bf8['shift']());}}}(a279_0x2353,0x74682));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a279_0x335370,getMultiAppConfigs as a279_0x4cb01e,getTemplateBaseUrl as a279_0x15f0cb}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';function a279_0x2353(){const _0x359c5b=['7419744gQsgyh','96RgoGNf','2824410bdhrEz','30mIkLQs','3118239tiCnNQ','16DaVAAx','1992380dLLzJC','project','env','77247akrZif','string','4fMSYPI','975065HJHrOD','25829ojZDuA','33kPvYtt'];a279_0x2353=function(){return _0x359c5b;};return a279_0x2353();}export function readConfig(_0x13434f){const _0x3ebb49=a279_0x3d5b,_0x339e97=readRawConfig(_0x13434f);return _0x339e97[_0x3ebb49(0x15b)]&&typeof _0x339e97[_0x3ebb49(0x15b)]===_0x3ebb49(0x15d)&&initEnv(_0x339e97['env']),_0x339e97;}export function getConfigAppCode(){return a279_0x335370();}export function getMultiAppConfigs(_0x2fea73=a279_0x2f14c9(0x15a)){return a279_0x4cb01e(_0x2fea73);}export function getTemplateBaseUrl(){return a279_0x15f0cb();}
1
+ const a279_0x379206=a279_0x42c7;(function(_0x4968ac,_0x23d904){const _0x537a33=a279_0x42c7,_0x24fba8=_0x4968ac();while(!![]){try{const _0x2e786f=-parseInt(_0x537a33(0x14e))/0x1+parseInt(_0x537a33(0x14b))/0x2*(-parseInt(_0x537a33(0x147))/0x3)+parseInt(_0x537a33(0x14d))/0x4+parseInt(_0x537a33(0x152))/0x5*(parseInt(_0x537a33(0x146))/0x6)+parseInt(_0x537a33(0x14f))/0x7+-parseInt(_0x537a33(0x14c))/0x8*(parseInt(_0x537a33(0x148))/0x9)+parseInt(_0x537a33(0x14a))/0xa;if(_0x2e786f===_0x23d904)break;else _0x24fba8['push'](_0x24fba8['shift']());}catch(_0x231ba6){_0x24fba8['push'](_0x24fba8['shift']());}}}(a279_0x53f3,0x4d018));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a279_0x117ea3,getMultiAppConfigs as a279_0x43d98a,getTemplateBaseUrl as a279_0x42febf}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x312ed3){const _0x5a9ce3=a279_0x42c7,_0xefd9c9=readRawConfig(_0x312ed3);return _0xefd9c9[_0x5a9ce3(0x151)]&&typeof _0xefd9c9[_0x5a9ce3(0x151)]===_0x5a9ce3(0x150)&&initEnv(_0xefd9c9['env']),_0xefd9c9;}export function getConfigAppCode(){return a279_0x117ea3();}export function getMultiAppConfigs(_0x2d00b6=a279_0x379206(0x149)){return a279_0x43d98a(_0x2d00b6);}function a279_0x53f3(){const _0x128471=['879990WykTAj','34179ZwTzmy','5382yrubUA','project','1633470WzApth','4DSkTYU','6776jmIDBj','1954860ViTZhX','585661RiNeMl','3394839nxVTYe','string','env','10RSKbNW'];a279_0x53f3=function(){return _0x128471;};return a279_0x53f3();}function a279_0x42c7(_0x578f6f,_0x345645){_0x578f6f=_0x578f6f-0x146;const _0x53f323=a279_0x53f3();let _0x42c753=_0x53f323[_0x578f6f];return _0x42c753;}export function getTemplateBaseUrl(){return a279_0x42febf();}
@@ -1 +1 @@
1
- (function(_0x48d80f,_0x55c19a){const _0x637498=a280_0x1870,_0x293c1c=_0x48d80f();while(!![]){try{const _0x2f47b8=parseInt(_0x637498(0x173))/0x1*(parseInt(_0x637498(0x17b))/0x2)+-parseInt(_0x637498(0x176))/0x3*(parseInt(_0x637498(0x180))/0x4)+parseInt(_0x637498(0x17f))/0x5+-parseInt(_0x637498(0x177))/0x6*(-parseInt(_0x637498(0x17d))/0x7)+parseInt(_0x637498(0x174))/0x8+parseInt(_0x637498(0x17c))/0x9+-parseInt(_0x637498(0x175))/0xa*(parseInt(_0x637498(0x178))/0xb);if(_0x2f47b8===_0x55c19a)break;else _0x293c1c['push'](_0x293c1c['shift']());}catch(_0x796718){_0x293c1c['push'](_0x293c1c['shift']());}}}(a280_0x28d1,0xb5457));function toFiniteNumber(_0x97daae){const _0x447fd5=a280_0x1870;if(typeof _0x97daae===_0x447fd5(0x17a)&&Number[_0x447fd5(0x179)](_0x97daae))return _0x97daae;if(typeof _0x97daae===_0x447fd5(0x181)){const _0x4b79de=_0x97daae[_0x447fd5(0x182)]();if(!_0x4b79de)return undefined;const _0x405b56=Number(_0x4b79de);if(Number['isFinite'](_0x405b56))return _0x405b56;}return undefined;}function a280_0x28d1(){const _0x4b67fd=['trim','1xcItDU','1677312SeFnVQ','9853290BllCFm','1135257dSdGuj','26340XgVetH','22ECLEWF','isFinite','number','1223340BPpUgH','5784210wqvFrt','511OIjFsw','object','6535350xixwNy','4UdAsAC','string'];a280_0x28d1=function(){return _0x4b67fd;};return a280_0x28d1();}function a280_0x1870(_0x597fcb,_0x2ffce3){_0x597fcb=_0x597fcb-0x173;const _0x28d159=a280_0x28d1();let _0x18709f=_0x28d159[_0x597fcb];return _0x18709f;}export function normalizeEntityWithIdResponse(_0x396bd2){const _0x1e5048=a280_0x1870,_0x27b6e2=toFiniteNumber(_0x396bd2);if(_0x27b6e2!==undefined)return{'id':_0x27b6e2,'entity':{'id':_0x27b6e2}};if(!_0x396bd2||typeof _0x396bd2!==_0x1e5048(0x17e))return{'id':undefined,'entity':{}};const _0x5b333f={..._0x396bd2},_0x1d47ed=toFiniteNumber(_0x5b333f['id']);return _0x1d47ed!==undefined&&(_0x5b333f['id']=_0x1d47ed),{'id':_0x1d47ed,'entity':_0x5b333f};}
1
+ function a280_0x2137(_0x2a0ec6,_0x4a77c7){_0x2a0ec6=_0x2a0ec6-0xd7;const _0x18b716=a280_0x18b7();let _0x213752=_0x18b716[_0x2a0ec6];return _0x213752;}(function(_0x27c3d1,_0x5180e5){const _0x5eea25=a280_0x2137,_0x3973d2=_0x27c3d1();while(!![]){try{const _0x257294=parseInt(_0x5eea25(0xd9))/0x1+parseInt(_0x5eea25(0xd8))/0x2*(-parseInt(_0x5eea25(0xe1))/0x3)+-parseInt(_0x5eea25(0xdf))/0x4+parseInt(_0x5eea25(0xe4))/0x5+parseInt(_0x5eea25(0xda))/0x6*(parseInt(_0x5eea25(0xe2))/0x7)+parseInt(_0x5eea25(0xdd))/0x8+-parseInt(_0x5eea25(0xde))/0x9*(parseInt(_0x5eea25(0xe5))/0xa);if(_0x257294===_0x5180e5)break;else _0x3973d2['push'](_0x3973d2['shift']());}catch(_0x25fbaf){_0x3973d2['push'](_0x3973d2['shift']());}}}(a280_0x18b7,0xd650f));function toFiniteNumber(_0x5df8eb){const _0x1fbf85=a280_0x2137;if(typeof _0x5df8eb===_0x1fbf85(0xd7)&&Number[_0x1fbf85(0xe3)](_0x5df8eb))return _0x5df8eb;if(typeof _0x5df8eb===_0x1fbf85(0xe0)){const _0x2828ac=_0x5df8eb[_0x1fbf85(0xdb)]();if(!_0x2828ac)return undefined;const _0x374c8b=Number(_0x2828ac);if(Number[_0x1fbf85(0xe3)](_0x374c8b))return _0x374c8b;}return undefined;}export function normalizeEntityWithIdResponse(_0x25c5de){const _0x22f44c=a280_0x2137,_0x43b862=toFiniteNumber(_0x25c5de);if(_0x43b862!==undefined)return{'id':_0x43b862,'entity':{'id':_0x43b862}};if(!_0x25c5de||typeof _0x25c5de!==_0x22f44c(0xdc))return{'id':undefined,'entity':{}};const _0x470372={..._0x25c5de},_0x441142=toFiniteNumber(_0x470372['id']);return _0x441142!==undefined&&(_0x470372['id']=_0x441142),{'id':_0x441142,'entity':_0x470372};}function a280_0x18b7(){const _0x2f7a97=['3175540tLsSpT','string','122517YrZBhm','22435nMbZRC','isFinite','7529160jPkATR','170ejYwRT','number','8zjvjmU','22564wfPsia','2094JuxMGT','trim','object','4210760wWofPd','708462wrhkVq'];a280_0x18b7=function(){return _0x2f7a97;};return a280_0x18b7();}
@@ -1 +1 @@
1
- (function(_0x3fec82,_0x18fe9e){const _0x230db6=a281_0x1b52,_0x14b830=_0x3fec82();while(!![]){try{const _0x325f5f=parseInt(_0x230db6(0x85))/0x1+-parseInt(_0x230db6(0x7b))/0x2+parseInt(_0x230db6(0x7c))/0x3*(parseInt(_0x230db6(0x81))/0x4)+-parseInt(_0x230db6(0x82))/0x5*(parseInt(_0x230db6(0x84))/0x6)+parseInt(_0x230db6(0x80))/0x7*(-parseInt(_0x230db6(0x7f))/0x8)+-parseInt(_0x230db6(0x7d))/0x9*(-parseInt(_0x230db6(0x86))/0xa)+parseInt(_0x230db6(0x7e))/0xb;if(_0x325f5f===_0x18fe9e)break;else _0x14b830['push'](_0x14b830['shift']());}catch(_0x42fe40){_0x14b830['push'](_0x14b830['shift']());}}}(a281_0x1d5b,0xc3c08));import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';function a281_0x1b52(_0x2c1ba6,_0x575778){_0x2c1ba6=_0x2c1ba6-0x7b;const _0x1d5bd0=a281_0x1d5b();let _0x1b5232=_0x1d5bd0[_0x2c1ba6];return _0x1b5232;}import{join}from'node:path';export async function copyDir(_0x560224,_0x45c0bf){const _0x370ed4=a281_0x1b52,_0x5934a2=statSync(_0x560224);if(_0x5934a2[_0x370ed4(0x83)]()){!existsSync(_0x45c0bf)&&mkdirSync(_0x45c0bf,{'recursive':!![]});const _0x54ad25=readdirSync(_0x560224);for(const _0x277b0c of _0x54ad25){await copyDir(join(_0x560224,_0x277b0c),join(_0x45c0bf,_0x277b0c));}}else copyFileSync(_0x560224,_0x45c0bf);}function a281_0x1d5b(){const _0x42261a=['2646396GRXtGD','17165511UrOBez','16JNLJgw','1685495rzhSLf','81528qRriGS','6129670FTAvXW','isDirectory','6EvkiQR','927079dIMHsc','30gejnWl','2128456otRLWb','30piCBTM'];a281_0x1d5b=function(){return _0x42261a;};return a281_0x1d5b();}export function ensureDir(_0x45cb48){!existsSync(_0x45cb48)&&mkdirSync(_0x45cb48,{'recursive':!![]});}export function pathExists(_0x4cdb9c){return existsSync(_0x4cdb9c);}
1
+ (function(_0x2e1200,_0xdf8197){const _0x2e798d=a281_0x57e4,_0x58c48a=_0x2e1200();while(!![]){try{const _0x3866aa=parseInt(_0x2e798d(0x1ad))/0x1*(parseInt(_0x2e798d(0x1a9))/0x2)+-parseInt(_0x2e798d(0x1af))/0x3*(-parseInt(_0x2e798d(0x1b1))/0x4)+-parseInt(_0x2e798d(0x1ae))/0x5+parseInt(_0x2e798d(0x1b0))/0x6+parseInt(_0x2e798d(0x1ac))/0x7+-parseInt(_0x2e798d(0x1a8))/0x8*(-parseInt(_0x2e798d(0x1a7))/0x9)+-parseInt(_0x2e798d(0x1ab))/0xa*(parseInt(_0x2e798d(0x1aa))/0xb);if(_0x3866aa===_0xdf8197)break;else _0x58c48a['push'](_0x58c48a['shift']());}catch(_0x33a5ce){_0x58c48a['push'](_0x58c48a['shift']());}}}(a281_0x341f,0x3c23f));import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x26a119,_0x2c2230){const _0x55147c=a281_0x57e4,_0x36ce5a=statSync(_0x26a119);if(_0x36ce5a[_0x55147c(0x1a6)]()){!existsSync(_0x2c2230)&&mkdirSync(_0x2c2230,{'recursive':!![]});const _0x52f856=readdirSync(_0x26a119);for(const _0x421d18 of _0x52f856){await copyDir(join(_0x26a119,_0x421d18),join(_0x2c2230,_0x421d18));}}else copyFileSync(_0x26a119,_0x2c2230);}function a281_0x341f(){const _0x2a27b8=['isDirectory','1265535SPibBz','24KhgFaw','34BHPXac','2068lgUtfj','26840OGQmLV','2696372Atixoc','1349qGCTta','2441485incvsZ','20151fjNBGd','641910XGRGgd','180GmZeUD'];a281_0x341f=function(){return _0x2a27b8;};return a281_0x341f();}function a281_0x57e4(_0x5936a7,_0x15427b){_0x5936a7=_0x5936a7-0x1a6;const _0x341faf=a281_0x341f();let _0x57e4ef=_0x341faf[_0x5936a7];return _0x57e4ef;}export function ensureDir(_0x10161f){!existsSync(_0x10161f)&&mkdirSync(_0x10161f,{'recursive':!![]});}export function pathExists(_0x2ce9ae){return existsSync(_0x2ce9ae);}
@@ -1 +1 @@
1
- const a282_0x2339ef=a282_0x4941;(function(_0x386809,_0x59d231){const _0x5b76e2=a282_0x4941,_0x2ef218=_0x386809();while(!![]){try{const _0x3cc569=-parseInt(_0x5b76e2(0x8c))/0x1+parseInt(_0x5b76e2(0x76))/0x2*(parseInt(_0x5b76e2(0x96))/0x3)+parseInt(_0x5b76e2(0x85))/0x4*(parseInt(_0x5b76e2(0x78))/0x5)+parseInt(_0x5b76e2(0x8f))/0x6+parseInt(_0x5b76e2(0x83))/0x7*(parseInt(_0x5b76e2(0x7d))/0x8)+parseInt(_0x5b76e2(0x99))/0x9+-parseInt(_0x5b76e2(0x90))/0xa;if(_0x3cc569===_0x59d231)break;else _0x2ef218['push'](_0x2ef218['shift']());}catch(_0x412420){_0x2ef218['push'](_0x2ef218['shift']());}}}(a282_0x9b1d,0x6e93a));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 _0x48477a=a282_0x4941,_0x536821=getTemplateBaseUrl();return _0x536821+_0x48477a(0x8a);}function a282_0x9b1d(){const _0x43f2fb=['trimEnd','title','/skills/guides.json','application/json','805835cJcTKf','CDN\x20返回数据格式错误','utf-8','5131758izMYgi','5464950vcpGXz','keys','length','replace','CDN\x20数据中缺少\x20skillTemplate','lastUpdated','716880gLtltv','extendContent','skillTemplate','756891dBfIgs','object','2guWQMU','content','4480hOdBlX','path','.lovrabet/skill/guides','entries','map','2096ihiMiS','guides','push','json','join','cache','2338TxEVGN','.md','2408tauDYp','\x0a\x0a>更新时间:','CDN\x20请求失败:\x20'];a282_0x9b1d=function(){return _0x43f2fb;};return a282_0x9b1d();}const CACHE_DIR=join(homedir(),'.lovrabet',a282_0x2339ef(0x82));export async function fetchGuidesFromCDN(){const _0xee4714=a282_0x2339ef,_0x176753=getGuidesCdnUrl(),_0x16ce69=await fetch(_0x176753,{'headers':{'Accept':_0xee4714(0x8b)}});if(!_0x16ce69['ok'])throw new Error(_0xee4714(0x87)+_0x16ce69['status']+'\x20'+_0x16ce69['statusText']);const _0x482ef7=await _0x16ce69[_0xee4714(0x80)]();if(!_0x482ef7[_0xee4714(0x7e)]||typeof _0x482ef7[_0xee4714(0x7e)]!==_0xee4714(0x75))throw new Error(_0xee4714(0x8d));return _0x482ef7;}export function writeGuidesToProject(_0x2f98d3,_0x12a053,_0xc9552c=a282_0x2339ef(0x7a),_0x2ce60d){const _0x360f78=a282_0x2339ef,_0x11283f=join(_0x12a053,_0xc9552c);mkdirSync(_0x11283f,{'recursive':!![]});for(const [_0x3c53a2,_0x200c96]of Object[_0x360f78(0x7b)](_0x2f98d3[_0x360f78(0x7e)])){let _0x4e3f44=_0x200c96['content'];_0x200c96['lastUpdated']&&(_0x4e3f44=appendUpdateTime(_0x4e3f44,_0x200c96[_0x360f78(0x95)])),writeFileSync(join(_0x11283f,_0x3c53a2+_0x360f78(0x84)),_0x4e3f44,_0x360f78(0x8e));}}export function appendUpdateTime(_0x1eb155,_0x30c479){const _0x48f78d=a282_0x2339ef;return _0x1eb155=_0x1eb155['replace'](/\n*>更新时间:.*$/m,''),_0x1eb155[_0x48f78d(0x88)]()+(_0x48f78d(0x86)+_0x30c479);}export function getSkillTemplate(_0x292038){const _0x45e392=a282_0x2339ef;return _0x292038[_0x45e392(0x98)]?.[_0x45e392(0x77)]||'';}export function appendExtendContents(_0x293385,_0x3aa858,_0x652b5c){const _0x460878=a282_0x2339ef,_0x31c2e3=[];for(const [,_0x49b916]of Object[_0x460878(0x7b)](_0x3aa858[_0x460878(0x7e)])){_0x49b916[_0x460878(0x97)]&&_0x31c2e3[_0x460878(0x7f)](_0x49b916[_0x460878(0x97)][_0x460878(0x88)]());}if(_0x31c2e3[_0x460878(0x92)]===0x0)return _0x293385;return _0x293385[_0x460878(0x88)]()+'\x0a\x0a'+_0x31c2e3[_0x460878(0x81)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x471b39,_0xee232c,_0x5cba33){const _0x176c9f=a282_0x2339ef,_0x17c887=getSkillTemplate(_0x471b39);if(!_0x17c887)throw new Error(_0x176c9f(0x94));const _0x19268a=dirname(_0xee232c);mkdirSync(_0x19268a,{'recursive':!![]});let _0x4f847a=_0x17c887[_0x176c9f(0x93)](/\{\{IDE_NAME\}\}/g,_0x5cba33);_0x4f847a=appendExtendContents(_0x4f847a,_0x471b39),_0x471b39[_0x176c9f(0x98)][_0x176c9f(0x95)]&&(_0x4f847a=appendUpdateTime(_0x4f847a,_0x471b39[_0x176c9f(0x98)][_0x176c9f(0x95)])),writeFileSync(_0xee232c,_0x4f847a,_0x176c9f(0x8e));}function a282_0x4941(_0x2fdbf1,_0x56ad67){_0x2fdbf1=_0x2fdbf1-0x75;const _0x9b1dfd=a282_0x9b1d();let _0x49414a=_0x9b1dfd[_0x2fdbf1];return _0x49414a;}export async function installGuides(_0xe9ead0){const _0x19706d=a282_0x2339ef,_0x552aa3=await fetchGuidesFromCDN();return writeGuidesToProject(_0x552aa3,_0xe9ead0),Object[_0x19706d(0x91)](_0x552aa3[_0x19706d(0x7e)])['length'];}export function getGuidesSummary(_0x2109f7){const _0x4bccc4=a282_0x2339ef;return Object[_0x4bccc4(0x7b)](_0x2109f7[_0x4bccc4(0x7e)])[_0x4bccc4(0x7c)](([_0x573b38,_0xac24ad])=>({'key':_0x573b38,'title':_0xac24ad[_0x4bccc4(0x89)],'path':_0xac24ad[_0x4bccc4(0x79)]}));}
1
+ const a282_0x2e8d03=a282_0x4b1b;(function(_0x6fedd5,_0x53f2e4){const _0x5a8d76=a282_0x4b1b,_0x797df0=_0x6fedd5();while(!![]){try{const _0x775919=-parseInt(_0x5a8d76(0xa3))/0x1*(parseInt(_0x5a8d76(0xaa))/0x2)+parseInt(_0x5a8d76(0x89))/0x3*(-parseInt(_0x5a8d76(0x94))/0x4)+-parseInt(_0x5a8d76(0x9d))/0x5*(-parseInt(_0x5a8d76(0x9b))/0x6)+parseInt(_0x5a8d76(0x8f))/0x7*(-parseInt(_0x5a8d76(0x8c))/0x8)+-parseInt(_0x5a8d76(0x8b))/0x9+-parseInt(_0x5a8d76(0x8d))/0xa+parseInt(_0x5a8d76(0x9a))/0xb;if(_0x775919===_0x53f2e4)break;else _0x797df0['push'](_0x797df0['shift']());}catch(_0xafac46){_0x797df0['push'](_0x797df0['shift']());}}}(a282_0x557e,0x18887));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';function a282_0x557e(){const _0x4c84cc=['skillTemplate','status','path','guides','28fHFCsr','statusText','content','push','633sYwpTg','join','916047aCGphH','50992fTawJe','827760GdZxiD','.lovrabet','7vvbBOG','utf-8','map','entries','lastUpdated','1684PuiQuQ','json','/skills/guides.json','trimEnd','cache','CDN\x20数据中缺少\x20skillTemplate','3804361pNSKQV','218886DToohN','length','20TeyRWU','CDN\x20返回数据格式错误','.lovrabet/skill/guides','.md','object','\x0a\x0a>更新时间:','7966hiEifv','application/json','replace'];a282_0x557e=function(){return _0x4c84cc;};return a282_0x557e();}import{homedir}from'node:os';import{getTemplateBaseUrl}from'../utils/config.js';function getGuidesCdnUrl(){const _0x3b4a18=a282_0x4b1b,_0x6f4556=getTemplateBaseUrl();return _0x6f4556+_0x3b4a18(0x96);}const CACHE_DIR=join(homedir(),a282_0x2e8d03(0x8e),a282_0x2e8d03(0x98));export async function fetchGuidesFromCDN(){const _0x5efcc9=a282_0x2e8d03,_0x52adb9=getGuidesCdnUrl(),_0xb60e4e=await fetch(_0x52adb9,{'headers':{'Accept':_0x5efcc9(0xa4)}});if(!_0xb60e4e['ok'])throw new Error('CDN\x20请求失败:\x20'+_0xb60e4e[_0x5efcc9(0xa7)]+'\x20'+_0xb60e4e[_0x5efcc9(0xab)]);const _0x43ec69=await _0xb60e4e[_0x5efcc9(0x95)]();if(!_0x43ec69[_0x5efcc9(0xa9)]||typeof _0x43ec69[_0x5efcc9(0xa9)]!==_0x5efcc9(0xa1))throw new Error(_0x5efcc9(0x9e));return _0x43ec69;}export function writeGuidesToProject(_0x5ec1f4,_0x332f95,_0x5b2df8=a282_0x2e8d03(0x9f),_0x3f8877){const _0x4af83d=a282_0x2e8d03,_0x11b7c6=join(_0x332f95,_0x5b2df8);mkdirSync(_0x11b7c6,{'recursive':!![]});for(const [_0x2b68f9,_0x24400f]of Object[_0x4af83d(0x92)](_0x5ec1f4[_0x4af83d(0xa9)])){let _0x26dd9e=_0x24400f[_0x4af83d(0x87)];_0x24400f[_0x4af83d(0x93)]&&(_0x26dd9e=appendUpdateTime(_0x26dd9e,_0x24400f[_0x4af83d(0x93)])),writeFileSync(join(_0x11b7c6,_0x2b68f9+_0x4af83d(0xa0)),_0x26dd9e,'utf-8');}}export function appendUpdateTime(_0x349d0f,_0x16c576){const _0x4d4143=a282_0x2e8d03;return _0x349d0f=_0x349d0f[_0x4d4143(0xa5)](/\n*>更新时间:.*$/m,''),_0x349d0f[_0x4d4143(0x97)]()+(_0x4d4143(0xa2)+_0x16c576);}export function getSkillTemplate(_0x464e0a){const _0x277763=a282_0x2e8d03;return _0x464e0a[_0x277763(0xa6)]?.[_0x277763(0x87)]||'';}export function appendExtendContents(_0x28aeb4,_0xd1d3d5,_0x45ef8d){const _0x306a07=a282_0x2e8d03,_0x285ace=[];for(const [,_0x70f328]of Object[_0x306a07(0x92)](_0xd1d3d5[_0x306a07(0xa9)])){_0x70f328['extendContent']&&_0x285ace[_0x306a07(0x88)](_0x70f328['extendContent'][_0x306a07(0x97)]());}if(_0x285ace[_0x306a07(0x9c)]===0x0)return _0x28aeb4;return _0x28aeb4[_0x306a07(0x97)]()+'\x0a\x0a'+_0x285ace[_0x306a07(0x8a)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x313500,_0x27a9b3,_0x1093d0){const _0x1f3cdd=a282_0x2e8d03,_0x4e268b=getSkillTemplate(_0x313500);if(!_0x4e268b)throw new Error(_0x1f3cdd(0x99));const _0x377bf6=dirname(_0x27a9b3);mkdirSync(_0x377bf6,{'recursive':!![]});let _0xf09a35=_0x4e268b[_0x1f3cdd(0xa5)](/\{\{IDE_NAME\}\}/g,_0x1093d0);_0xf09a35=appendExtendContents(_0xf09a35,_0x313500),_0x313500[_0x1f3cdd(0xa6)]['lastUpdated']&&(_0xf09a35=appendUpdateTime(_0xf09a35,_0x313500['skillTemplate']['lastUpdated'])),writeFileSync(_0x27a9b3,_0xf09a35,_0x1f3cdd(0x90));}function a282_0x4b1b(_0x4b48f3,_0x37aa13){_0x4b48f3=_0x4b48f3-0x87;const _0x557eac=a282_0x557e();let _0x4b1b15=_0x557eac[_0x4b48f3];return _0x4b1b15;}export async function installGuides(_0x3d75d4){const _0x9d966c=a282_0x2e8d03,_0xe2fb7b=await fetchGuidesFromCDN();return writeGuidesToProject(_0xe2fb7b,_0x3d75d4),Object['keys'](_0xe2fb7b[_0x9d966c(0xa9)])[_0x9d966c(0x9c)];}export function getGuidesSummary(_0x35c4fa){const _0x9878d8=a282_0x2e8d03;return Object[_0x9878d8(0x92)](_0x35c4fa[_0x9878d8(0xa9)])[_0x9878d8(0x91)](([_0x2fd7b6,_0x5b4f68])=>({'key':_0x2fd7b6,'title':_0x5b4f68['title'],'path':_0x5b4f68[_0x9878d8(0xa8)]}));}
@@ -1 +1 @@
1
- function a283_0x3b84(){const _0x59b752=['fetch','statusText','*\x20请求失败,','abort','2367176KEwkiw','headers','199229oxnjno','1463168dAmlEe','log','message','1820440xMbPsS','get','json','status','includes','text','application/json','476706jqdoXZ','1673NesuST','1227610hYuNhJ','TypeError','url','AbortError','36NVExlc','name','signal','ECONNRESET','5574YuQyiA','Request\x20failed','2DzULov','content-type'];a283_0x3b84=function(){return _0x59b752;};return a283_0x3b84();}(function(_0x1db312,_0x6c821b){const _0x5b2bd6=a283_0x7a25,_0x20e3e7=_0x1db312();while(!![]){try{const _0x5299f3=parseInt(_0x5b2bd6(0x183))/0x1+parseInt(_0x5b2bd6(0x17b))/0x2*(-parseInt(_0x5b2bd6(0x18e))/0x3)+parseInt(_0x5b2bd6(0x184))/0x4+parseInt(_0x5b2bd6(0x187))/0x5+-parseInt(_0x5b2bd6(0x198))/0x6*(-parseInt(_0x5b2bd6(0x18f))/0x7)+-parseInt(_0x5b2bd6(0x181))/0x8+-parseInt(_0x5b2bd6(0x194))/0x9*(parseInt(_0x5b2bd6(0x190))/0xa);if(_0x5299f3===_0x6c821b)break;else _0x20e3e7['push'](_0x20e3e7['shift']());}catch(_0x1b6390){_0x20e3e7['push'](_0x20e3e7['shift']());}}}(a283_0x3b84,0x321f1));function a283_0x7a25(_0x424066,_0x3d0edb){_0x424066=_0x424066-0x17a;const _0x3b84aa=a283_0x3b84();let _0x7a25fd=_0x3b84aa[_0x424066];return _0x7a25fd;}export async function httpRequest(_0x385f00,_0x480778={}){const _0x867548=a283_0x7a25,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x480778;let _0x19d441=null;for(let _0x16fae1=0x0;_0x16fae1<=retries;_0x16fae1++){try{const _0x164256=new AbortController(),_0x2b4640=setTimeout(()=>_0x164256[_0x867548(0x180)](),timeout),_0x5d84d8=await fetch(_0x385f00,{'headers':headers,'signal':_0x164256[_0x867548(0x196)]});clearTimeout(_0x2b4640);let _0x4aaf10;const _0x59c93a=_0x5d84d8[_0x867548(0x182)][_0x867548(0x188)](_0x867548(0x17c));return _0x59c93a?.['includes'](_0x867548(0x18d))?_0x4aaf10=await _0x5d84d8[_0x867548(0x189)]():_0x4aaf10=await _0x5d84d8[_0x867548(0x18c)](),{'ok':_0x5d84d8['ok'],'status':_0x5d84d8[_0x867548(0x18a)],'statusText':_0x5d84d8[_0x867548(0x17e)],'data':_0x4aaf10,'headers':_0x5d84d8[_0x867548(0x182)],'url':_0x5d84d8[_0x867548(0x192)],'text':()=>_0x5d84d8[_0x867548(0x18c)]()};}catch(_0x4aab3a){_0x19d441=_0x4aab3a instanceof Error?_0x4aab3a:new Error(String(_0x4aab3a));if(_0x16fae1===retries)break;if(shouldRetry(_0x4aab3a)){console[_0x867548(0x185)](_0x867548(0x17f)+retryDelay+'ms\x20后进行第\x20'+(_0x16fae1+0x1)+'\x20次重试...'),await sleep(retryDelay);continue;}else break;}}throw _0x19d441||new Error(_0x867548(0x17a));}function shouldRetry(_0x463314){const _0x439b39=a283_0x7a25;if(_0x463314 instanceof Error){if(_0x463314['name']===_0x439b39(0x193))return![];if(_0x463314[_0x439b39(0x195)]===_0x439b39(0x191)&&_0x463314[_0x439b39(0x186)][_0x439b39(0x18b)](_0x439b39(0x17d)))return!![];if(_0x463314[_0x439b39(0x186)][_0x439b39(0x18b)](_0x439b39(0x197)))return!![];if(_0x463314[_0x439b39(0x186)][_0x439b39(0x18b)]('ENOTFOUND'))return![];}return![];}function sleep(_0x16e057){return new Promise(_0x428b55=>setTimeout(_0x428b55,_0x16e057));}export function validateUrl(_0x5f183f){try{return new URL(_0x5f183f),!![];}catch{return![];}}
1
+ (function(_0x2a14e3,_0x504e78){const _0x55d72=a283_0xed6a,_0x200feb=_0x2a14e3();while(!![]){try{const _0x37893f=parseInt(_0x55d72(0xe2))/0x1*(-parseInt(_0x55d72(0xd0))/0x2)+-parseInt(_0x55d72(0xdb))/0x3+parseInt(_0x55d72(0xe4))/0x4+-parseInt(_0x55d72(0xd4))/0x5*(-parseInt(_0x55d72(0xe0))/0x6)+parseInt(_0x55d72(0xd9))/0x7*(parseInt(_0x55d72(0xdc))/0x8)+parseInt(_0x55d72(0xdd))/0x9*(-parseInt(_0x55d72(0xdf))/0xa)+parseInt(_0x55d72(0xc8))/0xb;if(_0x37893f===_0x504e78)break;else _0x200feb['push'](_0x200feb['shift']());}catch(_0x3ed47b){_0x200feb['push'](_0x200feb['shift']());}}}(a283_0xa284,0x462bc));function a283_0xa284(){const _0x5df71b=['headers','AbortError','ECONNRESET','message','4gcPYMz','content-type','name','\x20次重试...','2789935OLsNmY','*\x20请求失败,','signal','TypeError','abort','139237GnelYB','text','593670ROOIbQ','168pYergi','36jCZMqV','includes','751290eDZIYv','6IRrCXO','ENOTFOUND','224207wQYRoa','url','667196fGdsDR','status','1009173xWkdKQ','log','get','ms\x20后进行第\x20'];a283_0xa284=function(){return _0x5df71b;};return a283_0xa284();}export async function httpRequest(_0x5c3273,_0x1b8f0e={}){const _0x463e12=a283_0xed6a,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x1b8f0e;let _0x5d9baf=null;for(let _0x4a489c=0x0;_0x4a489c<=retries;_0x4a489c++){try{const _0x4efc07=new AbortController(),_0x13260f=setTimeout(()=>_0x4efc07[_0x463e12(0xd8)](),timeout),_0x16ad17=await fetch(_0x5c3273,{'headers':headers,'signal':_0x4efc07[_0x463e12(0xd6)]});clearTimeout(_0x13260f);let _0x502deb;const _0x24ddc8=_0x16ad17['headers'][_0x463e12(0xca)](_0x463e12(0xd1));return _0x24ddc8?.[_0x463e12(0xde)]('application/json')?_0x502deb=await _0x16ad17['json']():_0x502deb=await _0x16ad17['text'](),{'ok':_0x16ad17['ok'],'status':_0x16ad17[_0x463e12(0xc7)],'statusText':_0x16ad17['statusText'],'data':_0x502deb,'headers':_0x16ad17[_0x463e12(0xcc)],'url':_0x16ad17[_0x463e12(0xe3)],'text':()=>_0x16ad17[_0x463e12(0xda)]()};}catch(_0x22d6ad){_0x5d9baf=_0x22d6ad instanceof Error?_0x22d6ad:new Error(String(_0x22d6ad));if(_0x4a489c===retries)break;if(shouldRetry(_0x22d6ad)){console[_0x463e12(0xc9)](_0x463e12(0xd5)+retryDelay+_0x463e12(0xcb)+(_0x4a489c+0x1)+_0x463e12(0xd3)),await sleep(retryDelay);continue;}else break;}}throw _0x5d9baf||new Error('Request\x20failed');}function shouldRetry(_0x55f579){const _0x2a7770=a283_0xed6a;if(_0x55f579 instanceof Error){if(_0x55f579[_0x2a7770(0xd2)]===_0x2a7770(0xcd))return![];if(_0x55f579[_0x2a7770(0xd2)]===_0x2a7770(0xd7)&&_0x55f579[_0x2a7770(0xcf)][_0x2a7770(0xde)]('fetch'))return!![];if(_0x55f579['message'][_0x2a7770(0xde)](_0x2a7770(0xce)))return!![];if(_0x55f579[_0x2a7770(0xcf)][_0x2a7770(0xde)](_0x2a7770(0xe1)))return![];}return![];}function a283_0xed6a(_0x3e96d9,_0x1061f1){_0x3e96d9=_0x3e96d9-0xc7;const _0xa284b=a283_0xa284();let _0xed6a55=_0xa284b[_0x3e96d9];return _0xed6a55;}function sleep(_0x4b685b){return new Promise(_0xb4b1f9=>setTimeout(_0xb4b1f9,_0x4b685b));}export function validateUrl(_0x110778){try{return new URL(_0x110778),!![];}catch{return![];}}
@@ -1 +1 @@
1
- (function(_0x4f11b3,_0x3c6116){const _0x239b19=a284_0x2ffd,_0x2cc845=_0x4f11b3();while(!![]){try{const _0x8ae7b9=parseInt(_0x239b19(0x147))/0x1+parseInt(_0x239b19(0x13f))/0x2*(-parseInt(_0x239b19(0x149))/0x3)+-parseInt(_0x239b19(0x142))/0x4*(parseInt(_0x239b19(0x145))/0x5)+-parseInt(_0x239b19(0x141))/0x6+parseInt(_0x239b19(0x14a))/0x7*(-parseInt(_0x239b19(0x146))/0x8)+-parseInt(_0x239b19(0x13b))/0x9*(parseInt(_0x239b19(0x13e))/0xa)+parseInt(_0x239b19(0x13a))/0xb;if(_0x8ae7b9===_0x3c6116)break;else _0x2cc845['push'](_0x2cc845['shift']());}catch(_0x4e908e){_0x2cc845['push'](_0x2cc845['shift']());}}}(a284_0xc501,0xeaf8e));function env(_0x154fb5){return process.env[`RABETBASE_${_0x154fb5}`]||process.env[`LOVRABET_${_0x154fb5}`]||undefined;}function a284_0xc501(){const _0x434912=['9740304yjBtHZ','32viRIid','stdin','nonInteractive','308145aMQgKo','40eMfACB','39456ZcsQCS','setRawMode','2367SgyKDg','1703604LXHSyb','79011163EqKMyE','293049gyWbRi','true','isTTY','380QoRonH','4282MeWluD','stdout'];a284_0xc501=function(){return _0x434912;};return a284_0xc501();}function a284_0x2ffd(_0x4d9ccc,_0x3d2ad1){_0x4d9ccc=_0x4d9ccc-0x13a;const _0xc50169=a284_0xc501();let _0x2ffd8d=_0xc50169[_0x4d9ccc];return _0x2ffd8d;}export function isNonInteractive(_0x41d9bf){const _0x5d5bf4=a284_0x2ffd;return!!(_0x41d9bf[_0x5d5bf4(0x144)]||_0x41d9bf['ci']||env('CI')==='true'||process.env.CI===_0x5d5bf4(0x13c)||!process[_0x5d5bf4(0x140)][_0x5d5bf4(0x13d)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x4d0d45=a284_0x2ffd;if(!process[_0x4d0d45(0x143)]['isTTY'])return![];try{const _0x2e4d7c=process[_0x4d0d45(0x143)]['isRaw'];return process[_0x4d0d45(0x143)][_0x4d0d45(0x148)](!![]),process['stdin'][_0x4d0d45(0x148)](_0x2e4d7c??![]),!![];}catch{return![];}}
1
+ (function(_0x3b7dc7,_0x3f258a){const _0x544f81=a284_0x2d52,_0x32f0e2=_0x3b7dc7();while(!![]){try{const _0x12a966=-parseInt(_0x544f81(0x13a))/0x1+-parseInt(_0x544f81(0x145))/0x2*(-parseInt(_0x544f81(0x147))/0x3)+parseInt(_0x544f81(0x13c))/0x4+-parseInt(_0x544f81(0x148))/0x5*(parseInt(_0x544f81(0x140))/0x6)+-parseInt(_0x544f81(0x141))/0x7*(parseInt(_0x544f81(0x13b))/0x8)+parseInt(_0x544f81(0x146))/0x9*(-parseInt(_0x544f81(0x144))/0xa)+parseInt(_0x544f81(0x143))/0xb*(parseInt(_0x544f81(0x13e))/0xc);if(_0x12a966===_0x3f258a)break;else _0x32f0e2['push'](_0x32f0e2['shift']());}catch(_0x964201){_0x32f0e2['push'](_0x32f0e2['shift']());}}}(a284_0x3bdc,0x49d51));function a284_0x2d52(_0x5b5ffd,_0x1f5aa2){_0x5b5ffd=_0x5b5ffd-0x137;const _0x3bdc9e=a284_0x3bdc();let _0x2d5257=_0x3bdc9e[_0x5b5ffd];return _0x2d5257;}function env(_0x33ffdf){return process.env[`RABETBASE_${_0x33ffdf}`]||process.env[`LOVRABET_${_0x33ffdf}`]||undefined;}export function isNonInteractive(_0x391550){const _0x4e5f7d=a284_0x2d52;return!!(_0x391550['nonInteractive']||_0x391550['ci']||env('CI')===_0x4e5f7d(0x13d)||process.env.CI===_0x4e5f7d(0x13d)||!process[_0x4e5f7d(0x139)][_0x4e5f7d(0x137)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x3d7d7d=a284_0x2d52;if(!process[_0x3d7d7d(0x13f)][_0x3d7d7d(0x137)])return![];try{const _0xe330b0=process[_0x3d7d7d(0x13f)][_0x3d7d7d(0x142)];return process[_0x3d7d7d(0x13f)]['setRawMode'](!![]),process[_0x3d7d7d(0x13f)][_0x3d7d7d(0x138)](_0xe330b0??![]),!![];}catch{return![];}}function a284_0x3bdc(){const _0x2254ac=['1113Dpyetb','5YzGgGt','isTTY','setRawMode','stdout','566831pgVBiJ','55928RtaHXc','435464sbEjvh','true','12sgkAEi','stdin','2079438zJcpFW','385YUhgcS','isRaw','14361941Scqmrl','7280lekfbt','2030rqnrvv','2358XCidpE'];a284_0x3bdc=function(){return _0x2254ac;};return a284_0x3bdc();}
@@ -1 +1 @@
1
- const a285_0x107d4b=a285_0x5d2e;(function(_0x4cc890,_0x3f4848){const _0x3902ad=a285_0x5d2e,_0x177748=_0x4cc890();while(!![]){try{const _0x1a6559=parseInt(_0x3902ad(0xf3))/0x1+parseInt(_0x3902ad(0x101))/0x2*(-parseInt(_0x3902ad(0xd8))/0x3)+-parseInt(_0x3902ad(0xec))/0x4*(-parseInt(_0x3902ad(0xd6))/0x5)+-parseInt(_0x3902ad(0xe5))/0x6+parseInt(_0x3902ad(0x105))/0x7*(parseInt(_0x3902ad(0xf1))/0x8)+-parseInt(_0x3902ad(0xf2))/0x9*(-parseInt(_0x3902ad(0xdc))/0xa)+parseInt(_0x3902ad(0x108))/0xb*(-parseInt(_0x3902ad(0xd7))/0xc);if(_0x1a6559===_0x3f4848)break;else _0x177748['push'](_0x177748['shift']());}catch(_0x7984a0){_0x177748['push'](_0x177748['shift']());}}}(a285_0x1ffe,0xeb682));import a285_0x5c3e77 from'winston';import a285_0x2c899c from'node:fs';import a285_0xa93cba from'node:path';function a285_0x1ffe(){const _0x2f5130=['655306RgPbjT','stringify','printf','message','完成:\x20','createLogger','timestamp','success','开始执行:\x20','command','currentRawCommand','dirname','parse','warn','4NqeWbm','readLogs','trim','format','133mXBMBw','logFilePath','duration','1933019nAxlZx','blue','error','join','writeFileSync','details','4952075Wkfxqz','12oilRpR','2083986dUpMRd','addColors','logTask','now','110530WFMTtL','map','log','toISOString','Failed\x20to\x20read\x20logs:','green','initWinstonLogger','split','setLogPath','5889636kAoCGM','File','.lovrabet.log','combine','info','setRawCommand','winstonLogger','4QuaNEE','Failed\x20to\x20clear\x20logs:','utf8','existsSync','mkdirSync','352520JDOXjq','837uTbHRY'];a285_0x1ffe=function(){return _0x2f5130;};return a285_0x1ffe();}function a285_0x5d2e(_0x4de151,_0xa5cba6){_0x4de151=_0x4de151-0xd5;const _0x1ffebb=a285_0x1ffe();let _0x5d2e33=_0x1ffebb[_0x4de151];return _0x5d2e33;}class Logger{['winstonLogger'];[a285_0x107d4b(0x106)];[a285_0x107d4b(0xfd)]='';constructor(){const _0x17c181=a285_0x107d4b;this[_0x17c181(0x106)]='';}[a285_0x107d4b(0xea)](_0xe213dc){const _0x5a8483=a285_0x107d4b;this[_0x5a8483(0xfd)]=_0xe213dc;}['initWinstonLogger'](){const _0x2061a6=a285_0x107d4b,_0x487e3d=a285_0xa93cba[_0x2061a6(0xfe)](this[_0x2061a6(0x106)]);!a285_0x2c899c['existsSync'](_0x487e3d)&&a285_0x2c899c[_0x2061a6(0xf0)](_0x487e3d,{'recursive':!![]});const _0x23e465=a285_0x5c3e77['format'][_0x2061a6(0xe8)](a285_0x5c3e77[_0x2061a6(0x104)]['timestamp'](),a285_0x5c3e77[_0x2061a6(0x104)]['errors']({'stack':!![]}),a285_0x5c3e77[_0x2061a6(0x104)][_0x2061a6(0xf5)](_0x5407a9=>{const _0x4d778d=_0x2061a6,_0x1fff87={'timestamp':_0x5407a9[_0x4d778d(0xf9)]||new Date()[_0x4d778d(0xdf)](),'level':_0x5407a9['level']||'info','command':_0x5407a9[_0x4d778d(0xfc)]||'unknown','rawCommand':_0x5407a9['rawCommand']||this[_0x4d778d(0xfd)]||undefined,'message':_0x5407a9['message']||'','duration':_0x5407a9[_0x4d778d(0x107)]||undefined,'details':_0x5407a9[_0x4d778d(0xd5)]||undefined};return JSON[_0x4d778d(0xf4)](_0x1fff87);}));this['winstonLogger']=a285_0x5c3e77[_0x2061a6(0xf8)]({'level':_0x2061a6(0xe9),'format':_0x23e465,'transports':[new a285_0x5c3e77['transports'][(_0x2061a6(0xe6))]({'filename':this[_0x2061a6(0x106)],'level':'info'})],'silent':![]}),a285_0x5c3e77[_0x2061a6(0xd9)]({'success':_0x2061a6(0xe1),'error':'red','warn':'yellow','info':_0x2061a6(0x109)});}[a285_0x107d4b(0xe4)](_0x4d2a19){const _0x36a8fa=a285_0x107d4b;this['logFilePath']=a285_0xa93cba[_0x36a8fa(0x10b)](_0x4d2a19,_0x36a8fa(0xe7)),this[_0x36a8fa(0xeb)]&&this[_0x36a8fa(0xeb)]['clear'](),this[_0x36a8fa(0xe2)]();}[a285_0x107d4b(0xe9)](_0x4392b2,_0x1ac63c,_0x11ef1f){const _0x4c1fa8=a285_0x107d4b;if(!this[_0x4c1fa8(0x106)]||!this[_0x4c1fa8(0xeb)])return;this['winstonLogger'][_0x4c1fa8(0xe9)](_0x1ac63c,{'command':_0x4392b2,'details':_0x11ef1f});}['success'](_0x1916d1,_0x348b3e,_0xce80b3,_0x1d8584){const _0x1fa324=a285_0x107d4b;if(!this[_0x1fa324(0x106)]||!this[_0x1fa324(0xeb)])return;this[_0x1fa324(0xeb)][_0x1fa324(0xde)](_0x1fa324(0xe9),_0x348b3e,{'level':'success','command':_0x1916d1,'duration':_0xce80b3,'details':_0x1d8584});}[a285_0x107d4b(0x10a)](_0x3c8387,_0x17babc,_0x4c1454){const _0xfb4c14=a285_0x107d4b;if(!this['logFilePath']||!this[_0xfb4c14(0xeb)])return;this[_0xfb4c14(0xeb)][_0xfb4c14(0x10a)](_0x17babc,{'command':_0x3c8387,'details':_0x4c1454});}[a285_0x107d4b(0x100)](_0x793f50,_0x266a75,_0x44e7c2){const _0x2b93b7=a285_0x107d4b;if(!this['logFilePath']||!this[_0x2b93b7(0xeb)])return;this[_0x2b93b7(0xeb)][_0x2b93b7(0x100)](_0x266a75,{'command':_0x793f50,'details':_0x44e7c2});}async[a285_0x107d4b(0xda)](_0x399e6e,_0x5530f3,_0xd7a72a){const _0x104528=a285_0x107d4b,_0x7e6582=Date[_0x104528(0xdb)]();this[_0x104528(0xe9)](_0x399e6e,_0x104528(0xfb)+_0x5530f3);try{const _0x247707=await _0xd7a72a(),_0xc17c7a=Date['now']()-_0x7e6582;return this[_0x104528(0xfa)](_0x399e6e,_0x104528(0xf7)+_0x5530f3,_0xc17c7a),_0x247707;}catch(_0x52ba86){const _0xdcfeeb=Date[_0x104528(0xdb)]()-_0x7e6582;this[_0x104528(0x10a)](_0x399e6e,'失败:\x20'+_0x5530f3,{'error':_0x52ba86 instanceof Error?_0x52ba86[_0x104528(0xf6)]:String(_0x52ba86),'duration':_0xdcfeeb});throw _0x52ba86;}}[a285_0x107d4b(0x102)](){const _0x59cd1b=a285_0x107d4b;try{if(!a285_0x2c899c[_0x59cd1b(0xef)](this[_0x59cd1b(0x106)]))return[];const _0x2a1d1e=a285_0x2c899c['readFileSync'](this['logFilePath'],_0x59cd1b(0xee));return _0x2a1d1e[_0x59cd1b(0xe3)]('\x0a')['filter'](_0x597295=>_0x597295[_0x59cd1b(0x103)]())[_0x59cd1b(0xdd)](_0x3641d9=>JSON[_0x59cd1b(0xff)](_0x3641d9));}catch(_0x26117c){return console[_0x59cd1b(0x100)](_0x59cd1b(0xe0),_0x26117c),[];}}['clearLogs'](){const _0x28d686=a285_0x107d4b;try{a285_0x2c899c[_0x28d686(0xef)](this['logFilePath'])&&a285_0x2c899c[_0x28d686(0x10c)](this[_0x28d686(0x106)],'',_0x28d686(0xee));}catch(_0x272ffb){console[_0x28d686(0x100)](_0x28d686(0xed),_0x272ffb);}}['getWinstonInstance'](){const _0x57d311=a285_0x107d4b;return this[_0x57d311(0xeb)];}}export const logger=new Logger();
1
+ const a285_0x6c3420=a285_0xb270;(function(_0x246371,_0x287fab){const _0x16e274=a285_0xb270,_0x29a849=_0x246371();while(!![]){try{const _0x378f4c=-parseInt(_0x16e274(0x1ac))/0x1+-parseInt(_0x16e274(0x1b1))/0x2+-parseInt(_0x16e274(0x1c5))/0x3+-parseInt(_0x16e274(0x1aa))/0x4*(parseInt(_0x16e274(0x1b6))/0x5)+-parseInt(_0x16e274(0x19d))/0x6*(-parseInt(_0x16e274(0x1b3))/0x7)+-parseInt(_0x16e274(0x1ab))/0x8+parseInt(_0x16e274(0x19f))/0x9*(parseInt(_0x16e274(0x1a0))/0xa);if(_0x378f4c===_0x287fab)break;else _0x29a849['push'](_0x29a849['shift']());}catch(_0x147879){_0x29a849['push'](_0x29a849['shift']());}}}(a285_0x3c3c,0x623f0));function a285_0xb270(_0x1e690b,_0x1acedb){_0x1e690b=_0x1e690b-0x197;const _0x3c3cb1=a285_0x3c3c();let _0xb2709c=_0x3c3cb1[_0x1e690b];return _0xb2709c;}import a285_0x4b66dd from'winston';import a285_0x26c731 from'node:fs';function a285_0x3c3c(){const _0x2ebb19=['error','split','parse','details','.lovrabet.log','transports','timestamp','readLogs','setLogPath','warn','map','681714aCLMum','stringify','currentRawCommand','Failed\x20to\x20clear\x20logs:','info','format','开始执行:\x20','toISOString','clearLogs','logFilePath','Failed\x20to\x20read\x20logs:','now','270486qxQQcK','success','9hwPYgN','17349540KyBlTs','addColors','失败:\x20','blue','initWinstonLogger','existsSync','trim','message','getWinstonInstance','red','116fwVnPe','523328hzQqMr','455580NWrAcz','File','winstonLogger','command','level','698698wGlzXo','unknown','42yyxNbV','combine','utf8','87145haQogJ','writeFileSync','errors','yellow'];a285_0x3c3c=function(){return _0x2ebb19;};return a285_0x3c3c();}import a285_0x1690a9 from'node:path';class Logger{[a285_0x6c3420(0x1ae)];[a285_0x6c3420(0x19a)];[a285_0x6c3420(0x1c7)]='';constructor(){const _0x36590a=a285_0x6c3420;this[_0x36590a(0x19a)]='';}['setRawCommand'](_0x3d0547){const _0x4a7f0d=a285_0x6c3420;this[_0x4a7f0d(0x1c7)]=_0x3d0547;}[a285_0x6c3420(0x1a4)](){const _0x926992=a285_0x6c3420,_0x235586=a285_0x1690a9['dirname'](this['logFilePath']);!a285_0x26c731[_0x926992(0x1a5)](_0x235586)&&a285_0x26c731['mkdirSync'](_0x235586,{'recursive':!![]});const _0x212f74=a285_0x4b66dd['format'][_0x926992(0x1b4)](a285_0x4b66dd[_0x926992(0x1ca)]['timestamp'](),a285_0x4b66dd['format'][_0x926992(0x1b8)]({'stack':!![]}),a285_0x4b66dd['format']['printf'](_0x533186=>{const _0x25a688=_0x926992,_0x2ce148={'timestamp':_0x533186[_0x25a688(0x1c0)]||new Date()[_0x25a688(0x198)](),'level':_0x533186[_0x25a688(0x1b0)]||'info','command':_0x533186[_0x25a688(0x1af)]||_0x25a688(0x1b2),'rawCommand':_0x533186['rawCommand']||this[_0x25a688(0x1c7)]||undefined,'message':_0x533186[_0x25a688(0x1a7)]||'','duration':_0x533186['duration']||undefined,'details':_0x533186[_0x25a688(0x1bd)]||undefined};return JSON[_0x25a688(0x1c6)](_0x2ce148);}));this[_0x926992(0x1ae)]=a285_0x4b66dd['createLogger']({'level':_0x926992(0x1c9),'format':_0x212f74,'transports':[new a285_0x4b66dd[(_0x926992(0x1bf))][(_0x926992(0x1ad))]({'filename':this['logFilePath'],'level':_0x926992(0x1c9)})],'silent':![]}),a285_0x4b66dd[_0x926992(0x1a1)]({'success':'green','error':_0x926992(0x1a9),'warn':_0x926992(0x1b9),'info':_0x926992(0x1a3)});}[a285_0x6c3420(0x1c2)](_0x334882){const _0x348979=a285_0x6c3420;this[_0x348979(0x19a)]=a285_0x1690a9['join'](_0x334882,_0x348979(0x1be)),this[_0x348979(0x1ae)]&&this[_0x348979(0x1ae)]['clear'](),this[_0x348979(0x1a4)]();}[a285_0x6c3420(0x1c9)](_0x124290,_0xe7657c,_0xfda8a0){const _0x3f3d1a=a285_0x6c3420;if(!this[_0x3f3d1a(0x19a)]||!this['winstonLogger'])return;this[_0x3f3d1a(0x1ae)][_0x3f3d1a(0x1c9)](_0xe7657c,{'command':_0x124290,'details':_0xfda8a0});}[a285_0x6c3420(0x19e)](_0x37dd82,_0x5c3170,_0x283a0c,_0x854947){const _0x47ddcd=a285_0x6c3420;if(!this[_0x47ddcd(0x19a)]||!this[_0x47ddcd(0x1ae)])return;this[_0x47ddcd(0x1ae)]['log'](_0x47ddcd(0x1c9),_0x5c3170,{'level':'success','command':_0x37dd82,'duration':_0x283a0c,'details':_0x854947});}[a285_0x6c3420(0x1ba)](_0x1f95e4,_0x1f9f42,_0x4c71e1){const _0xeddb0e=a285_0x6c3420;if(!this['logFilePath']||!this['winstonLogger'])return;this['winstonLogger'][_0xeddb0e(0x1ba)](_0x1f9f42,{'command':_0x1f95e4,'details':_0x4c71e1});}[a285_0x6c3420(0x1c3)](_0x7912d7,_0x38d70b,_0x1a7047){const _0xe25257=a285_0x6c3420;if(!this[_0xe25257(0x19a)]||!this[_0xe25257(0x1ae)])return;this[_0xe25257(0x1ae)][_0xe25257(0x1c3)](_0x38d70b,{'command':_0x7912d7,'details':_0x1a7047});}async['logTask'](_0x7a2548,_0x134611,_0x4918d3){const _0x21b3b9=a285_0x6c3420,_0x1a123d=Date[_0x21b3b9(0x19c)]();this['info'](_0x7a2548,_0x21b3b9(0x197)+_0x134611);try{const _0x347fc7=await _0x4918d3(),_0x2af423=Date[_0x21b3b9(0x19c)]()-_0x1a123d;return this['success'](_0x7a2548,'完成:\x20'+_0x134611,_0x2af423),_0x347fc7;}catch(_0x1dceb3){const _0x3b58db=Date[_0x21b3b9(0x19c)]()-_0x1a123d;this[_0x21b3b9(0x1ba)](_0x7a2548,_0x21b3b9(0x1a2)+_0x134611,{'error':_0x1dceb3 instanceof Error?_0x1dceb3[_0x21b3b9(0x1a7)]:String(_0x1dceb3),'duration':_0x3b58db});throw _0x1dceb3;}}[a285_0x6c3420(0x1c1)](){const _0x4d2fa4=a285_0x6c3420;try{if(!a285_0x26c731[_0x4d2fa4(0x1a5)](this[_0x4d2fa4(0x19a)]))return[];const _0x39b2aa=a285_0x26c731['readFileSync'](this[_0x4d2fa4(0x19a)],_0x4d2fa4(0x1b5));return _0x39b2aa[_0x4d2fa4(0x1bb)]('\x0a')['filter'](_0x5dae9a=>_0x5dae9a[_0x4d2fa4(0x1a6)]())[_0x4d2fa4(0x1c4)](_0x266876=>JSON[_0x4d2fa4(0x1bc)](_0x266876));}catch(_0x42321a){return console[_0x4d2fa4(0x1c3)](_0x4d2fa4(0x19b),_0x42321a),[];}}[a285_0x6c3420(0x199)](){const _0x24fcc7=a285_0x6c3420;try{a285_0x26c731['existsSync'](this[_0x24fcc7(0x19a)])&&a285_0x26c731[_0x24fcc7(0x1b7)](this[_0x24fcc7(0x19a)],'',_0x24fcc7(0x1b5));}catch(_0x3a1027){console[_0x24fcc7(0x1c3)](_0x24fcc7(0x1c8),_0x3a1027);}}[a285_0x6c3420(0x1a8)](){const _0x4ddb9f=a285_0x6c3420;return this[_0x4ddb9f(0x1ae)];}}export const logger=new Logger();
@@ -1 +1 @@
1
- (function(_0x1fed7f,_0x175e31){const _0x7dbe4f=a286_0x2117,_0x1d1f86=_0x1fed7f();while(!![]){try{const _0x2503d7=-parseInt(_0x7dbe4f(0x136))/0x1*(parseInt(_0x7dbe4f(0x138))/0x2)+-parseInt(_0x7dbe4f(0x134))/0x3*(parseInt(_0x7dbe4f(0x135))/0x4)+parseInt(_0x7dbe4f(0x13d))/0x5*(parseInt(_0x7dbe4f(0x133))/0x6)+-parseInt(_0x7dbe4f(0x13b))/0x7+parseInt(_0x7dbe4f(0x137))/0x8*(parseInt(_0x7dbe4f(0x12e))/0x9)+parseInt(_0x7dbe4f(0x13a))/0xa+-parseInt(_0x7dbe4f(0x12f))/0xb*(-parseInt(_0x7dbe4f(0x131))/0xc);if(_0x2503d7===_0x175e31)break;else _0x1d1f86['push'](_0x1d1f86['shift']());}catch(_0x1d4e34){_0x1d1f86['push'](_0x1d1f86['shift']());}}}(a286_0x2a60,0x7a1e1));function a286_0x2a60(){const _0x26bf76=['24lBIRzZ','--params\x20must\x20be\x20a\x20JSON\x20object','5400414nZXQNE','705210enFYAW','8hCWrKV','352POFCep','1096NZRWOe','4432qPTJMq','isArray','3478950jLqsJm','4578238UFveYy','object','5KQlsZy','validation','48825bTooth','2272655cUwXVn','Invalid\x20JSON\x20for\x20--params:\x20'];a286_0x2a60=function(){return _0x26bf76;};return a286_0x2a60();}function a286_0x2117(_0x233130,_0x3d5751){_0x233130=_0x233130-0x12d;const _0x2a60a3=a286_0x2a60();let _0x211740=_0x2a60a3[_0x233130];return _0x211740;}import{CliErrors}from'../errors.js';export function parseJsonParams(_0x4bb25d){const _0x17bb22=a286_0x2117;if(!_0x4bb25d)return undefined;let _0x3fd92d;try{_0x3fd92d=JSON['parse'](_0x4bb25d);}catch{throw CliErrors[_0x17bb22(0x12d)](_0x17bb22(0x130)+_0x4bb25d);}if(!_0x3fd92d||typeof _0x3fd92d!==_0x17bb22(0x13c)||Array[_0x17bb22(0x139)](_0x3fd92d))throw CliErrors[_0x17bb22(0x12d)](_0x17bb22(0x132),'Example:\x20--params\x20\x27{\x22id\x22:123}\x27');return _0x3fd92d;}
1
+ function a286_0x48ef(_0x477f9f,_0x50b136){_0x477f9f=_0x477f9f-0x1b3;const _0xaf460e=a286_0xaf46();let _0x48efed=_0xaf460e[_0x477f9f];return _0x48efed;}(function(_0x3c6774,_0x375835){const _0x3a481c=a286_0x48ef,_0x25bced=_0x3c6774();while(!![]){try{const _0x3236cd=-parseInt(_0x3a481c(0x1b8))/0x1*(parseInt(_0x3a481c(0x1bb))/0x2)+parseInt(_0x3a481c(0x1c1))/0x3*(parseInt(_0x3a481c(0x1b4))/0x4)+-parseInt(_0x3a481c(0x1b3))/0x5*(parseInt(_0x3a481c(0x1b6))/0x6)+-parseInt(_0x3a481c(0x1b5))/0x7*(parseInt(_0x3a481c(0x1c6))/0x8)+parseInt(_0x3a481c(0x1c3))/0x9*(parseInt(_0x3a481c(0x1b9))/0xa)+parseInt(_0x3a481c(0x1c2))/0xb*(parseInt(_0x3a481c(0x1bc))/0xc)+parseInt(_0x3a481c(0x1c4))/0xd;if(_0x3236cd===_0x375835)break;else _0x25bced['push'](_0x25bced['shift']());}catch(_0x3419d6){_0x25bced['push'](_0x25bced['shift']());}}}(a286_0xaf46,0xcae7d));import{CliErrors}from'../errors.js';export function parseJsonParams(_0x2e08ca){const _0x3c3e93=a286_0x48ef;if(!_0x2e08ca)return undefined;let _0x3fb571;try{_0x3fb571=JSON[_0x3c3e93(0x1bd)](_0x2e08ca);}catch{throw CliErrors[_0x3c3e93(0x1c5)](_0x3c3e93(0x1b7)+_0x2e08ca);}if(!_0x3fb571||typeof _0x3fb571!==_0x3c3e93(0x1bf)||Array[_0x3c3e93(0x1be)](_0x3fb571))throw CliErrors[_0x3c3e93(0x1c5)](_0x3c3e93(0x1c0),_0x3c3e93(0x1ba));return _0x3fb571;}function a286_0xaf46(){const _0x4783ce=['516JIssDs','7208412deHRok','parse','isArray','object','--params\x20must\x20be\x20a\x20JSON\x20object','9QInMDa','11NKMViC','522LlrKOx','18534438HBPcMH','validation','72BiDjor','25mrbegx','153000Usrexd','53893pErDzL','1559562csMqkq','Invalid\x20JSON\x20for\x20--params:\x20','3947Aokadg','185720ewBEBp','Example:\x20--params\x20\x27{\x22id\x22:123}\x27'];a286_0xaf46=function(){return _0x4783ce;};return a286_0xaf46();}
@@ -1 +1 @@
1
- const a287_0x3ca004=a287_0x582b;function a287_0x1e9e(){const _0x100bae=['1953MSULim','11tGAqus','278136pDAlgH','4IwGnou','152XIkejY','1470970twrJJE','356849TCsvod','63CSdcxV','14910vatnHH','836912NQWWsH','133525ZaaSPg','win32','7594680cRKPXo','.cmd'];a287_0x1e9e=function(){return _0x100bae;};return a287_0x1e9e();}(function(_0x3fdc65,_0x3ed2c0){const _0x1c26cc=a287_0x582b,_0x4de467=_0x3fdc65();while(!![]){try{const _0x5ddf30=parseInt(_0x1c26cc(0x14b))/0x1+-parseInt(_0x1c26cc(0x156))/0x2*(-parseInt(_0x1c26cc(0x155))/0x3)+parseInt(_0x1c26cc(0x157))/0x4*(-parseInt(_0x1c26cc(0x14f))/0x5)+-parseInt(_0x1c26cc(0x14d))/0x6*(parseInt(_0x1c26cc(0x153))/0x7)+parseInt(_0x1c26cc(0x14e))/0x8+parseInt(_0x1c26cc(0x14c))/0x9*(parseInt(_0x1c26cc(0x158))/0xa)+-parseInt(_0x1c26cc(0x154))/0xb*(-parseInt(_0x1c26cc(0x151))/0xc);if(_0x5ddf30===_0x3ed2c0)break;else _0x4de467['push'](_0x4de467['shift']());}catch(_0x13a15e){_0x4de467['push'](_0x4de467['shift']());}}}(a287_0x1e9e,0x92d07));export const isWindows=process['platform']===a287_0x3ca004(0x150);function a287_0x582b(_0x645d14,_0x2057a8){_0x645d14=_0x645d14-0x14b;const _0x1e9e60=a287_0x1e9e();let _0x582b7f=_0x1e9e60[_0x645d14];return _0x582b7f;}export function resolveNpmBin(_0x205d37){const _0x32cdd4=a287_0x3ca004;return isWindows?_0x205d37+_0x32cdd4(0x152):_0x205d37;}
1
+ function a287_0x22d4(_0x4cb41c,_0x357c12){_0x4cb41c=_0x4cb41c-0x17b;const _0x603230=a287_0x6032();let _0x22d49d=_0x603230[_0x4cb41c];return _0x22d49d;}const a287_0x25401c=a287_0x22d4;(function(_0x3a3b8c,_0x333124){const _0x42589a=a287_0x22d4,_0x58916b=_0x3a3b8c();while(!![]){try{const _0x5a50a5=parseInt(_0x42589a(0x180))/0x1*(parseInt(_0x42589a(0x17b))/0x2)+parseInt(_0x42589a(0x183))/0x3*(-parseInt(_0x42589a(0x186))/0x4)+-parseInt(_0x42589a(0x17d))/0x5*(-parseInt(_0x42589a(0x181))/0x6)+parseInt(_0x42589a(0x17e))/0x7+parseInt(_0x42589a(0x17f))/0x8+parseInt(_0x42589a(0x187))/0x9*(parseInt(_0x42589a(0x184))/0xa)+-parseInt(_0x42589a(0x185))/0xb*(parseInt(_0x42589a(0x189))/0xc);if(_0x5a50a5===_0x333124)break;else _0x58916b['push'](_0x58916b['shift']());}catch(_0x1d1fbf){_0x58916b['push'](_0x58916b['shift']());}}}(a287_0x6032,0xe043b));export const isWindows=process[a287_0x25401c(0x17c)]===a287_0x25401c(0x188);export function resolveNpmBin(_0x41bab8){const _0x22f2f5=a287_0x25401c;return isWindows?_0x41bab8+_0x22f2f5(0x182):_0x41bab8;}function a287_0x6032(){const _0x4216a1=['3561PtiRco','385720rZLfyv','154UyASUn','1928zumayV','423CPMSnU','win32','2392068svfuuN','242564swILTr','platform','1708865RBeIWI','821870LYrNhA','11400504cUIcPY','2diZooX','12ASaMls','.cmd'];a287_0x6032=function(){return _0x4216a1;};return a287_0x6032();}
@@ -1 +1 @@
1
- const a288_0x2b0d42=a288_0x718b;function a288_0x4a7f(){const _0x151127=['lastUpdated','60060bTVzGV','33oKjUEn','string','CDN\x20请求失败:\x20','2484JyWStp','/rules/rules.json','status','10375Mpfhwe','1158247weaQgK','content','44464ljqkVk','application/json','utf-8','13125390cAZvAx','json','../../templates/rules/lovrabet_rules.mdc.tpl','1304901CNdivN','CDN\x20返回数据格式错误','416XKLxmb','agents.md','.cursor/rules','669822DBQhjR'];a288_0x4a7f=function(){return _0x151127;};return a288_0x4a7f();}(function(_0x50dcd8,_0x1b9c57){const _0x39599e=a288_0x718b,_0x122785=_0x50dcd8();while(!![]){try{const _0x5d54ea=-parseInt(_0x39599e(0x1d2))/0x1+parseInt(_0x39599e(0x1c8))/0x2+-parseInt(_0x39599e(0x1cb))/0x3*(parseInt(_0x39599e(0x1d4))/0x4)+parseInt(_0x39599e(0x1d1))/0x5*(parseInt(_0x39599e(0x1ce))/0x6)+-parseInt(_0x39599e(0x1ca))/0x7*(parseInt(_0x39599e(0x1dc))/0x8)+parseInt(_0x39599e(0x1da))/0x9+parseInt(_0x39599e(0x1d7))/0xa;if(_0x5d54ea===_0x1b9c57)break;else _0x122785['push'](_0x122785['shift']());}catch(_0x3a5eb1){_0x122785['push'](_0x122785['shift']());}}}(a288_0x4a7f,0xe1c86));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 _0x4f6b51=a288_0x718b,_0x58b545=getTemplateBaseUrl();return _0x58b545+_0x4f6b51(0x1cf);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a288_0x2b0d42(0x1d9));export async function fetchRulesFromCDN(){const _0x349af8=a288_0x2b0d42,_0x292700=getRulesCdnUrl(),_0x5511a2=await fetch(_0x292700,{'headers':{'Accept':_0x349af8(0x1d5)}});if(!_0x5511a2['ok'])throw new Error(_0x349af8(0x1cd)+_0x5511a2[_0x349af8(0x1d0)]+'\x20'+_0x5511a2['statusText']);const _0x3ed2f4=await _0x5511a2[_0x349af8(0x1d8)]();if(!_0x3ed2f4[_0x349af8(0x1d3)]||typeof _0x3ed2f4[_0x349af8(0x1d3)]!==_0x349af8(0x1cc))throw new Error(_0x349af8(0x1db));return _0x3ed2f4;}function a288_0x718b(_0x299940,_0x2db24f){_0x299940=_0x299940-0x1c7;const _0x4a7f3b=a288_0x4a7f();let _0x718b6d=_0x4a7f3b[_0x299940];return _0x718b6d;}export async function getRulesContent(){const _0x31aefd=a288_0x2b0d42;try{const _0x2a6ad3=await fetchRulesFromCDN();return _0x2a6ad3[_0x31aefd(0x1d3)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x1a9241=a288_0x2b0d42;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0x1a9241(0x1d6));throw new Error('本地模板文件不存在:\x20'+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0xaf8ab8){const _0x15242e=a288_0x2b0d42,_0x580720=await fetchRulesFromCDN()['catch'](()=>null);let _0xa27b1f;_0x580720?(_0xa27b1f=_0x580720[_0x15242e(0x1d3)],_0x580720[_0x15242e(0x1c9)]&&(_0xa27b1f=appendUpdateTime(_0xa27b1f,_0x580720[_0x15242e(0x1c9)]))):_0xa27b1f=readLocalTemplate();const _0x471431=dirname(_0xaf8ab8);!existsSync(_0x471431)&&mkdirSync(_0x471431,{'recursive':!![]}),writeFileSync(_0xaf8ab8,_0xa27b1f,_0x15242e(0x1d6));}export async function copyRulesToCursor(_0x256ab5){const _0x36b8ba=a288_0x2b0d42,_0x602660=join(_0x256ab5,_0x36b8ba(0x1c7)),_0xf9a00b=join(_0x602660,'lovrabet_rules.mdc');if(existsSync(_0xf9a00b))return![];return await writeRulesFile(_0xf9a00b),!![];}export async function copyRulesToAgentsMd(_0x520200){const _0x128d88=a288_0x2b0d42,_0x39ea42=join(_0x520200,_0x128d88(0x1dd));if(existsSync(_0x39ea42))return![];return await writeRulesFile(_0x39ea42),!![];}
1
+ const a288_0x49633c=a288_0x41e0;(function(_0x2e7bc0,_0x46f86f){const _0x4a39ed=a288_0x41e0,_0x592316=_0x2e7bc0();while(!![]){try{const _0x4fd4c9=parseInt(_0x4a39ed(0x126))/0x1*(-parseInt(_0x4a39ed(0x131))/0x2)+-parseInt(_0x4a39ed(0x11e))/0x3+parseInt(_0x4a39ed(0x121))/0x4+parseInt(_0x4a39ed(0x125))/0x5+-parseInt(_0x4a39ed(0x120))/0x6+-parseInt(_0x4a39ed(0x12f))/0x7+parseInt(_0x4a39ed(0x129))/0x8*(parseInt(_0x4a39ed(0x11f))/0x9);if(_0x4fd4c9===_0x46f86f)break;else _0x592316['push'](_0x592316['shift']());}catch(_0xdde27c){_0x592316['push'](_0x592316['shift']());}}}(a288_0x1e02,0x8a053));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 a288_0x1e02(){const _0x249206=['10844pDKMtD','application/json','lovrabet_rules.mdc','/rules/rules.json','status','3244356mbppsJ','747XftHkU','4558932klzNdP','2034424UvgLoy','catch','content','utf-8','5603435EpgWHR','92SoBPmc','.cursor/rules','../../templates/rules/lovrabet_rules.mdc.tpl','126120KhVrAV','statusText','CDN\x20返回数据格式错误','json','agents.md','string','226513tNCErw','本地模板文件不存在:\x20'];a288_0x1e02=function(){return _0x249206;};return a288_0x1e02();}const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function getRulesCdnUrl(){const _0xaa7755=a288_0x41e0,_0x352548=getTemplateBaseUrl();return _0x352548+_0xaa7755(0x11c);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a288_0x49633c(0x128));function a288_0x41e0(_0x398806,_0x42f4e3){_0x398806=_0x398806-0x11c;const _0x1e021e=a288_0x1e02();let _0x41e0ae=_0x1e021e[_0x398806];return _0x41e0ae;}export async function fetchRulesFromCDN(){const _0x57d49f=a288_0x49633c,_0x5dec1a=getRulesCdnUrl(),_0x4456b9=await fetch(_0x5dec1a,{'headers':{'Accept':_0x57d49f(0x132)}});if(!_0x4456b9['ok'])throw new Error('CDN\x20请求失败:\x20'+_0x4456b9[_0x57d49f(0x11d)]+'\x20'+_0x4456b9[_0x57d49f(0x12a)]);const _0x3549e4=await _0x4456b9[_0x57d49f(0x12c)]();if(!_0x3549e4[_0x57d49f(0x123)]||typeof _0x3549e4[_0x57d49f(0x123)]!==_0x57d49f(0x12e))throw new Error(_0x57d49f(0x12b));return _0x3549e4;}export async function getRulesContent(){const _0x4c426f=a288_0x49633c;try{const _0x519011=await fetchRulesFromCDN();return _0x519011[_0x4c426f(0x123)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x331b9e=a288_0x49633c;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0x331b9e(0x124));throw new Error(_0x331b9e(0x130)+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0x37c7bc){const _0x402e30=a288_0x49633c,_0x4b62dc=await fetchRulesFromCDN()[_0x402e30(0x122)](()=>null);let _0x5808ed;_0x4b62dc?(_0x5808ed=_0x4b62dc[_0x402e30(0x123)],_0x4b62dc['lastUpdated']&&(_0x5808ed=appendUpdateTime(_0x5808ed,_0x4b62dc['lastUpdated']))):_0x5808ed=readLocalTemplate();const _0x3f9d4e=dirname(_0x37c7bc);!existsSync(_0x3f9d4e)&&mkdirSync(_0x3f9d4e,{'recursive':!![]}),writeFileSync(_0x37c7bc,_0x5808ed,'utf-8');}export async function copyRulesToCursor(_0x2664ec){const _0x127b6b=a288_0x49633c,_0x3cda76=join(_0x2664ec,_0x127b6b(0x127)),_0x4db298=join(_0x3cda76,_0x127b6b(0x133));if(existsSync(_0x4db298))return![];return await writeRulesFile(_0x4db298),!![];}export async function copyRulesToAgentsMd(_0x4fda12){const _0x18586d=a288_0x49633c,_0x28401f=join(_0x4fda12,_0x18586d(0x12d));if(existsSync(_0x28401f))return![];return await writeRulesFile(_0x28401f),!![];}
@@ -1 +1 @@
1
- export function sleep(_0x49d89f){return new Promise(_0x4bff0f=>setTimeout(_0x4bff0f,_0x49d89f));}
1
+ export function sleep(_0x194238){return new Promise(_0x197436=>setTimeout(_0x197436,_0x194238));}
@@ -1 +1 @@
1
- const a290_0x2d9d4a=a290_0x2bae;(function(_0x4ba162,_0x28cc7e){const _0x2be425=a290_0x2bae,_0x21a807=_0x4ba162();while(!![]){try{const _0x488064=-parseInt(_0x2be425(0x1b8))/0x1*(parseInt(_0x2be425(0x184))/0x2)+-parseInt(_0x2be425(0x1a7))/0x3*(parseInt(_0x2be425(0x1be))/0x4)+parseInt(_0x2be425(0x183))/0x5*(parseInt(_0x2be425(0x19e))/0x6)+-parseInt(_0x2be425(0x18c))/0x7+-parseInt(_0x2be425(0x18d))/0x8*(parseInt(_0x2be425(0x1a1))/0x9)+parseInt(_0x2be425(0x1a6))/0xa+-parseInt(_0x2be425(0x1c0))/0xb*(-parseInt(_0x2be425(0x189))/0xc);if(_0x488064===_0x28cc7e)break;else _0x21a807['push'](_0x21a807['shift']());}catch(_0x16b9a5){_0x21a807['push'](_0x21a807['shift']());}}}(a290_0x11c8,0x6e1d7));function a290_0x2bae(_0x410b2b,_0x5b69df){_0x410b2b=_0x410b2b-0x17e;const _0x11c8bb=a290_0x11c8();let _0x2bae9a=_0x11c8bb[_0x410b2b];return _0x2bae9a;}import a290_0x44da1e from'node:fs';function a290_0x11c8(){const _0x977563=['template','alias:\x20\x22','slice','1839770gjTqgs','230691sUjJde','.json','.js','name','processDirectory','getMinutes','toComponentName','now','extname','push','开始处理模板内容替换','name:\x20\x22','toLowerCase','LOVRABET','writeFile','join','success','101GmWDud','datasetCode:\x20\x22','formatLocalTimestamp','map','\x20},','datasetCode','8mgexXO','tableName','16103483RzGtPz','alias','utf8','isFile','error','promises','getFullYear','copyFile','getHours','replace','1815MmrsyH','8858Tgjwfu','toISOString','readFile','.tpl','padStart','12PpsSlx','.jsx','processFile','86128hfEEfl','8imFhJW','YourModel','isDirectory','pop','readdir','模板内容替换失败','api','tableName:\x20\x22','getSeconds','toDisplayTitle','pad','.css','.md','replaceApiContent','split','toUpperCase','endsWith','822lYJuYf','replaceContent','.tsx','5698827ZeHZuC','info'];a290_0x11c8=function(){return _0x977563;};return a290_0x11c8();}import a290_0x23b54f from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a290_0x2d9d4a(0x197)](_0x3e4f44){const _0x356afe=a290_0x2d9d4a;return String(_0x3e4f44)[_0x356afe(0x188)](0x2,'0');}static[a290_0x2d9d4a(0x1ba)](_0x105d95){const _0xf909fc=a290_0x2d9d4a,_0x4de423=_0x105d95[_0xf909fc(0x17f)](),_0x568d4f=this[_0xf909fc(0x197)](_0x105d95['getMonth']()+0x1),_0x5d8e23=this[_0xf909fc(0x197)](_0x105d95['getDate']()),_0x4ecede=this['pad'](_0x105d95[_0xf909fc(0x181)]()),_0x4841bd=this[_0xf909fc(0x197)](_0x105d95[_0xf909fc(0x1ac)]()),_0x5c1aa8=this[_0xf909fc(0x197)](_0x105d95[_0xf909fc(0x195)]());return{'createdAt':_0x4de423+'-'+_0x568d4f+'-'+_0x5d8e23+'\x20'+_0x4ecede+':'+_0x4841bd+':'+_0x5c1aa8,'createdDate':_0x4de423+'-'+_0x568d4f+'-'+_0x5d8e23,'createdTime':_0x4ecede+':'+_0x4841bd+':'+_0x5c1aa8};}static[a290_0x2d9d4a(0x1ad)](_0x588a8d){const _0x236413=a290_0x2d9d4a,_0x5174bb=_0x588a8d[_0x236413(0x19b)]('/')[_0x236413(0x190)]()||_0x588a8d;return _0x5174bb[_0x236413(0x19b)]('-')[_0x236413(0x1bb)](_0x191e47=>_0x191e47['charAt'](0x0)[_0x236413(0x19c)]()+_0x191e47[_0x236413(0x1a5)](0x1)[_0x236413(0x1b3)]())[_0x236413(0x1b6)]('');}static[a290_0x2d9d4a(0x196)](_0x4ced3a){const _0x258990=a290_0x2d9d4a,_0x8219d5=_0x4ced3a[_0x258990(0x19b)]('/')['pop']()||_0x4ced3a;return _0x8219d5[_0x258990(0x19b)]('-')[_0x258990(0x1bb)](_0x2b94b6=>_0x2b94b6['charAt'](0x0)['toUpperCase']()+_0x2b94b6[_0x258990(0x1a5)](0x1)[_0x258990(0x1b3)]())[_0x258990(0x1b6)]('\x20');}static[a290_0x2d9d4a(0x19f)](_0x40e02e,_0x5a65f2,_0x2ae945){const _0x128221=a290_0x2d9d4a,_0x2c4710=this[_0x128221(0x1ad)](_0x5a65f2),_0x48b50e=this[_0x128221(0x196)](_0x5a65f2),{createdAt:_0x210002,createdDate:_0x277e01,createdTime:_0x30c59d}=this[_0x128221(0x1ba)](new Date());let _0x334e7b=_0x40e02e['replace'](/\{CliVersion\}/g,CLI_VERSION)[_0x128221(0x182)](/\{ComponentName\}/g,_0x2c4710)[_0x128221(0x182)](/\{DisplayTitle\}/g,_0x48b50e)['replace'](/\{PageName\}/g,_0x5a65f2)[_0x128221(0x182)](/\{TemplateName\}/g,_0x2ae945)[_0x128221(0x182)](/\{CreatedAt\}/g,_0x210002)['replace'](/\{CreatedDate\}/g,_0x277e01)['replace'](/\{CreatedTime\}/g,_0x30c59d);return _0x334e7b;}static[a290_0x2d9d4a(0x19a)](_0x41db2b,_0x1b07d5,_0x34839a,_0x498ed3,_0x2f1b11,_0x273fea,_0x586c0d,_0xfe0de5){const _0x49a5f2=a290_0x2d9d4a,_0x4d489f=new Date(),_0x5d0491=_0x4d489f[_0x49a5f2(0x185)](),_0x4959c2=_0x34839a[_0x49a5f2(0x1bb)](_0x21b3de=>{const _0x1b96dd=_0x49a5f2,_0xada87a=[_0x1b96dd(0x1b9)+_0x21b3de[_0x1b96dd(0x1bd)]+'\x22',_0x1b96dd(0x194)+_0x21b3de[_0x1b96dd(0x1bf)]+'\x22',_0x1b96dd(0x1b2)+_0x21b3de['name']+'\x22'];return _0x21b3de[_0x1b96dd(0x1c1)]&&_0xada87a[_0x1b96dd(0x1b0)](_0x1b96dd(0x1a4)+_0x21b3de['alias']+'\x22'),'\x0a\x20\x20\x20\x20{\x20'+_0xada87a[_0x1b96dd(0x1b6)](',\x20')+_0x1b96dd(0x1bc);})['join'](''),_0x1d1911=_0x498ed3||_0x34839a[0x0]?.[_0x49a5f2(0x1c1)]||_0x49a5f2(0x18e);let _0x32ea89=_0x41db2b['replace'](/\{AppCode\}/g,_0x1b07d5)[_0x49a5f2(0x182)](/\{ModelConfigs\}/g,_0x4959c2)[_0x49a5f2(0x182)](/\{ExampleModelName\}/g,_0x1d1911)[_0x49a5f2(0x182)](/\{ApiFileName\}/g,_0x2f1b11||_0x49a5f2(0x193))[_0x49a5f2(0x182)](/\{ConfigName\}/g,_0x273fea||'default')['replace'](/\{ClientConfigParam\}/g,_0x586c0d||'')[_0x49a5f2(0x182)](/\{VarPrefix\}/g,_0xfe0de5||_0x49a5f2(0x1b4))[_0x49a5f2(0x182)](/\{CreatedAt\}/g,_0x5d0491);return _0x32ea89;}static async['processTemplate'](_0x4583b2,_0x28e5ef,_0x587162,_0x14d181,_0xbbce06=!![]){const _0x5c68c8=a290_0x2d9d4a,_0x127d50=Date[_0x5c68c8(0x1ae)]();try{_0xbbce06&&logger[_0x5c68c8(0x1a2)](_0x5c68c8(0x1a3),_0x5c68c8(0x1b1),{'templatePath':_0x4583b2,'targetPath':_0x28e5ef,'pageName':_0x587162,'templateName':_0x14d181});await a290_0x44da1e[_0x5c68c8(0x17e)]['mkdir'](_0x28e5ef,{'recursive':!![]}),await this['processDirectory'](_0x4583b2,_0x28e5ef,_0x587162,_0x14d181);if(_0xbbce06){const _0x326587=Date[_0x5c68c8(0x1ae)]()-_0x127d50;logger[_0x5c68c8(0x1b7)](_0x5c68c8(0x1a3),'模板内容替换完成',_0x326587,{'pageName':_0x587162,'templateName':_0x14d181});}}catch(_0x12c635){if(_0xbbce06){const _0x39d956=Date[_0x5c68c8(0x1ae)]()-_0x127d50;logger[_0x5c68c8(0x1c4)](_0x5c68c8(0x1a3),_0x5c68c8(0x192),{'templatePath':_0x4583b2,'targetPath':_0x28e5ef,'pageName':_0x587162,'templateName':_0x14d181,'error':_0x12c635 instanceof Error?_0x12c635['message']:String(_0x12c635),'duration':_0x39d956});}throw _0x12c635;}}static async[a290_0x2d9d4a(0x1ab)](_0x4dc048,_0x13b9d6,_0x5e57bf,_0x7e4631){const _0x108433=a290_0x2d9d4a,_0x57dca3=await a290_0x44da1e[_0x108433(0x17e)][_0x108433(0x191)](_0x4dc048,{'withFileTypes':!![]});for(const _0xad6b82 of _0x57dca3){const _0xa76317=a290_0x23b54f[_0x108433(0x1b6)](_0x4dc048,_0xad6b82[_0x108433(0x1aa)]);let _0x2a0c8b=a290_0x23b54f[_0x108433(0x1b6)](_0x13b9d6,_0xad6b82[_0x108433(0x1aa)]);_0xad6b82[_0x108433(0x1aa)][_0x108433(0x19d)](_0x108433(0x187))&&(_0x2a0c8b=a290_0x23b54f[_0x108433(0x1b6)](_0x13b9d6,_0xad6b82[_0x108433(0x1aa)][_0x108433(0x182)](/\.tpl$/,'')));if(_0xad6b82[_0x108433(0x18f)]())await a290_0x44da1e[_0x108433(0x17e)]['mkdir'](_0x2a0c8b,{'recursive':!![]}),await this[_0x108433(0x1ab)](_0xa76317,_0x2a0c8b,_0x5e57bf,_0x7e4631);else _0xad6b82[_0x108433(0x1c3)]()&&await this[_0x108433(0x18b)](_0xa76317,_0x2a0c8b,_0x5e57bf,_0x7e4631);}}static async['processFile'](_0x451bcf,_0x333563,_0x1c686e,_0xdf2738){const _0x2807bb=a290_0x2d9d4a,_0x20fb69=a290_0x23b54f[_0x2807bb(0x1af)](_0x451bcf)[_0x2807bb(0x1b3)]();_0x451bcf['endsWith']('.tpl')&&(_0x333563=_0x333563[_0x2807bb(0x182)](/\.tpl$/,''));const _0x73bb5f=[_0x2807bb(0x1a0),'.ts',_0x2807bb(0x18a),_0x2807bb(0x1a9),_0x2807bb(0x1a8),_0x2807bb(0x199),_0x2807bb(0x198),'.scss',_0x2807bb(0x187)];if(_0x73bb5f['includes'](_0x20fb69)||_0x451bcf['endsWith'](_0x2807bb(0x187))){const _0x65a5c1=await a290_0x44da1e[_0x2807bb(0x17e)][_0x2807bb(0x186)](_0x451bcf,_0x2807bb(0x1c2)),_0x1247e2=this[_0x2807bb(0x19f)](_0x65a5c1,_0x1c686e,_0xdf2738);await a290_0x44da1e[_0x2807bb(0x17e)][_0x2807bb(0x1b5)](_0x333563,_0x1247e2,_0x2807bb(0x1c2));}else await a290_0x44da1e['promises'][_0x2807bb(0x180)](_0x451bcf,_0x333563);}}
1
+ const a290_0x5982c9=a290_0x4f81;(function(_0x173fdb,_0xad6435){const _0x12e91b=a290_0x4f81,_0x405113=_0x173fdb();while(!![]){try{const _0xa72696=parseInt(_0x12e91b(0x180))/0x1*(-parseInt(_0x12e91b(0x163))/0x2)+parseInt(_0x12e91b(0x161))/0x3*(parseInt(_0x12e91b(0x17d))/0x4)+parseInt(_0x12e91b(0x156))/0x5+-parseInt(_0x12e91b(0x18b))/0x6+-parseInt(_0x12e91b(0x18d))/0x7+parseInt(_0x12e91b(0x164))/0x8+parseInt(_0x12e91b(0x167))/0x9;if(_0xa72696===_0xad6435)break;else _0x405113['push'](_0x405113['shift']());}catch(_0x234a98){_0x405113['push'](_0x405113['shift']());}}}(a290_0x4010,0x510f2));import a290_0x1eb835 from'node:fs';import a290_0x2a90cf from'node:path';function a290_0x4f81(_0xc7cbb9,_0x3426bd){_0xc7cbb9=_0xc7cbb9-0x153;const _0x401047=a290_0x4010();let _0x4f8169=_0x401047[_0xc7cbb9];return _0x4f8169;}import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();function a290_0x4010(){const _0x81fe5a=['error','pop','4412601oUBKGB','datasetCode','join','readdir','split','getDate','开始处理模板内容替换','promises','processTemplate','padStart','default','isDirectory','replace','.json','.scss','getMinutes','push','toUpperCase','alias:\x20\x22','slice','api','map','5324MnoZUn','toISOString','now','107htnBbZ','toDisplayTitle','writeFile','.js','processDirectory','getMonth','\x20},','name:\x20\x22','formatLocalTimestamp','.tpl','utf8','1767354tjeGzi','template','3579667CMpmFE','message','pad','name','.md','info','toComponentName','getSeconds','2584225MknIai','replaceApiContent','getFullYear','toLowerCase','charAt','模板内容替换失败','YourModel','tableName:\x20\x22','endsWith','replaceContent','mkdir','615YkPRgP','processFile','9128rqVdEq','2770536xiyRSt'];a290_0x4010=function(){return _0x81fe5a;};return a290_0x4010();}export class TemplateReplacer{static[a290_0x5982c9(0x18f)](_0x312713){const _0x4e42aa=a290_0x5982c9;return String(_0x312713)[_0x4e42aa(0x170)](0x2,'0');}static[a290_0x5982c9(0x188)](_0x10e178){const _0x4919c8=a290_0x5982c9,_0x5632bc=_0x10e178[_0x4919c8(0x158)](),_0x10f615=this[_0x4919c8(0x18f)](_0x10e178[_0x4919c8(0x185)]()+0x1),_0xf0f1d6=this['pad'](_0x10e178[_0x4919c8(0x16c)]()),_0x3f302c=this['pad'](_0x10e178['getHours']()),_0x2dee3e=this[_0x4919c8(0x18f)](_0x10e178[_0x4919c8(0x176)]()),_0x20ebad=this[_0x4919c8(0x18f)](_0x10e178[_0x4919c8(0x155)]());return{'createdAt':_0x5632bc+'-'+_0x10f615+'-'+_0xf0f1d6+'\x20'+_0x3f302c+':'+_0x2dee3e+':'+_0x20ebad,'createdDate':_0x5632bc+'-'+_0x10f615+'-'+_0xf0f1d6,'createdTime':_0x3f302c+':'+_0x2dee3e+':'+_0x20ebad};}static[a290_0x5982c9(0x154)](_0x588c8b){const _0x465811=a290_0x5982c9,_0x4c222c=_0x588c8b[_0x465811(0x16b)]('/')[_0x465811(0x166)]()||_0x588c8b;return _0x4c222c['split']('-')['map'](_0x2b2a37=>_0x2b2a37[_0x465811(0x15a)](0x0)[_0x465811(0x178)]()+_0x2b2a37[_0x465811(0x17a)](0x1)[_0x465811(0x159)]())[_0x465811(0x169)]('');}static[a290_0x5982c9(0x181)](_0x226c0d){const _0x25e016=a290_0x5982c9,_0x4181ea=_0x226c0d[_0x25e016(0x16b)]('/')['pop']()||_0x226c0d;return _0x4181ea[_0x25e016(0x16b)]('-')[_0x25e016(0x17c)](_0x3b2332=>_0x3b2332[_0x25e016(0x15a)](0x0)[_0x25e016(0x178)]()+_0x3b2332[_0x25e016(0x17a)](0x1)[_0x25e016(0x159)]())[_0x25e016(0x169)]('\x20');}static['replaceContent'](_0x1bc364,_0x3256e9,_0x305b86){const _0xeff49a=a290_0x5982c9,_0x5ec917=this['toComponentName'](_0x3256e9),_0x94857d=this[_0xeff49a(0x181)](_0x3256e9),{createdAt:_0x5bcced,createdDate:_0x3d2eac,createdTime:_0x39bcea}=this[_0xeff49a(0x188)](new Date());let _0xd8b27=_0x1bc364['replace'](/\{CliVersion\}/g,CLI_VERSION)[_0xeff49a(0x173)](/\{ComponentName\}/g,_0x5ec917)[_0xeff49a(0x173)](/\{DisplayTitle\}/g,_0x94857d)[_0xeff49a(0x173)](/\{PageName\}/g,_0x3256e9)['replace'](/\{TemplateName\}/g,_0x305b86)[_0xeff49a(0x173)](/\{CreatedAt\}/g,_0x5bcced)[_0xeff49a(0x173)](/\{CreatedDate\}/g,_0x3d2eac)[_0xeff49a(0x173)](/\{CreatedTime\}/g,_0x39bcea);return _0xd8b27;}static[a290_0x5982c9(0x157)](_0x5f2147,_0x55fe38,_0x24fcfd,_0x5f51be,_0x2aa8c4,_0x227873,_0x5c0a8a,_0x345304){const _0x336f67=a290_0x5982c9,_0x33ed0c=new Date(),_0x47b059=_0x33ed0c[_0x336f67(0x17e)](),_0x333553=_0x24fcfd['map'](_0x54a058=>{const _0x2fef28=_0x336f67,_0x2abcf9=['datasetCode:\x20\x22'+_0x54a058[_0x2fef28(0x168)]+'\x22',_0x2fef28(0x15d)+_0x54a058['tableName']+'\x22',_0x2fef28(0x187)+_0x54a058[_0x2fef28(0x190)]+'\x22'];return _0x54a058['alias']&&_0x2abcf9[_0x2fef28(0x177)](_0x2fef28(0x179)+_0x54a058['alias']+'\x22'),'\x0a\x20\x20\x20\x20{\x20'+_0x2abcf9[_0x2fef28(0x169)](',\x20')+_0x2fef28(0x186);})['join'](''),_0xf175f0=_0x5f51be||_0x24fcfd[0x0]?.['alias']||_0x336f67(0x15c);let _0x3f4212=_0x5f2147[_0x336f67(0x173)](/\{AppCode\}/g,_0x55fe38)[_0x336f67(0x173)](/\{ModelConfigs\}/g,_0x333553)[_0x336f67(0x173)](/\{ExampleModelName\}/g,_0xf175f0)[_0x336f67(0x173)](/\{ApiFileName\}/g,_0x2aa8c4||_0x336f67(0x17b))[_0x336f67(0x173)](/\{ConfigName\}/g,_0x227873||_0x336f67(0x171))[_0x336f67(0x173)](/\{ClientConfigParam\}/g,_0x5c0a8a||'')[_0x336f67(0x173)](/\{VarPrefix\}/g,_0x345304||'LOVRABET')[_0x336f67(0x173)](/\{CreatedAt\}/g,_0x47b059);return _0x3f4212;}static async[a290_0x5982c9(0x16f)](_0x30ba42,_0xa58779,_0x7e97e9,_0x30f49f,_0x3e0442=!![]){const _0x14a1a0=a290_0x5982c9,_0x133187=Date[_0x14a1a0(0x17f)]();try{_0x3e0442&&logger[_0x14a1a0(0x153)](_0x14a1a0(0x18c),_0x14a1a0(0x16d),{'templatePath':_0x30ba42,'targetPath':_0xa58779,'pageName':_0x7e97e9,'templateName':_0x30f49f});await a290_0x1eb835[_0x14a1a0(0x16e)][_0x14a1a0(0x160)](_0xa58779,{'recursive':!![]}),await this['processDirectory'](_0x30ba42,_0xa58779,_0x7e97e9,_0x30f49f);if(_0x3e0442){const _0x17f4b9=Date[_0x14a1a0(0x17f)]()-_0x133187;logger['success'](_0x14a1a0(0x18c),'模板内容替换完成',_0x17f4b9,{'pageName':_0x7e97e9,'templateName':_0x30f49f});}}catch(_0x113466){if(_0x3e0442){const _0x3f7357=Date['now']()-_0x133187;logger[_0x14a1a0(0x165)](_0x14a1a0(0x18c),_0x14a1a0(0x15b),{'templatePath':_0x30ba42,'targetPath':_0xa58779,'pageName':_0x7e97e9,'templateName':_0x30f49f,'error':_0x113466 instanceof Error?_0x113466[_0x14a1a0(0x18e)]:String(_0x113466),'duration':_0x3f7357});}throw _0x113466;}}static async[a290_0x5982c9(0x184)](_0x32b2c8,_0x441eca,_0x4b36c4,_0x2dcea4){const _0x31e546=a290_0x5982c9,_0x147892=await a290_0x1eb835[_0x31e546(0x16e)][_0x31e546(0x16a)](_0x32b2c8,{'withFileTypes':!![]});for(const _0x3d7f90 of _0x147892){const _0x1e67fa=a290_0x2a90cf['join'](_0x32b2c8,_0x3d7f90[_0x31e546(0x190)]);let _0x5f9bc5=a290_0x2a90cf[_0x31e546(0x169)](_0x441eca,_0x3d7f90['name']);_0x3d7f90[_0x31e546(0x190)][_0x31e546(0x15e)](_0x31e546(0x189))&&(_0x5f9bc5=a290_0x2a90cf[_0x31e546(0x169)](_0x441eca,_0x3d7f90[_0x31e546(0x190)]['replace'](/\.tpl$/,'')));if(_0x3d7f90[_0x31e546(0x172)]())await a290_0x1eb835['promises']['mkdir'](_0x5f9bc5,{'recursive':!![]}),await this['processDirectory'](_0x1e67fa,_0x5f9bc5,_0x4b36c4,_0x2dcea4);else _0x3d7f90['isFile']()&&await this['processFile'](_0x1e67fa,_0x5f9bc5,_0x4b36c4,_0x2dcea4);}}static async[a290_0x5982c9(0x162)](_0x3ae9d4,_0x1db2bc,_0xf864f4,_0x1fd245){const _0x4e3370=a290_0x5982c9,_0x52d038=a290_0x2a90cf['extname'](_0x3ae9d4)[_0x4e3370(0x159)]();_0x3ae9d4['endsWith'](_0x4e3370(0x189))&&(_0x1db2bc=_0x1db2bc[_0x4e3370(0x173)](/\.tpl$/,''));const _0x374482=['.tsx','.ts','.jsx',_0x4e3370(0x183),_0x4e3370(0x174),_0x4e3370(0x191),'.css',_0x4e3370(0x175),'.tpl'];if(_0x374482['includes'](_0x52d038)||_0x3ae9d4['endsWith'](_0x4e3370(0x189))){const _0xa1b2db=await a290_0x1eb835['promises']['readFile'](_0x3ae9d4,_0x4e3370(0x18a)),_0x4d810e=this[_0x4e3370(0x15f)](_0xa1b2db,_0xf864f4,_0x1fd245);await a290_0x1eb835[_0x4e3370(0x16e)][_0x4e3370(0x182)](_0x1db2bc,_0x4d810e,_0x4e3370(0x18a));}else await a290_0x1eb835[_0x4e3370(0x16e)]['copyFile'](_0x3ae9d4,_0x1db2bc);}}