@lovrabet/rabetbase-cli 2.0.11 → 2.0.12

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 (138) 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/logout.js +1 -1
  11. package/lib/cli-flags.js +1 -1
  12. package/lib/cli.js +1 -1
  13. package/lib/commands/api/doc.js +1 -1
  14. package/lib/commands/api/index.js +1 -1
  15. package/lib/commands/api/list.js +1 -1
  16. package/lib/commands/api/pull.js +1 -1
  17. package/lib/commands/api/shared.js +1 -1
  18. package/lib/commands/app/add.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/remote.js +1 -1
  22. package/lib/commands/app/remove.js +1 -1
  23. package/lib/commands/app/shared.js +1 -1
  24. package/lib/commands/app/use.js +1 -1
  25. package/lib/commands/auth/index.js +1 -1
  26. package/lib/commands/bff/delete.js +1 -1
  27. package/lib/commands/bff/detail.js +1 -1
  28. package/lib/commands/bff/index.js +1 -1
  29. package/lib/commands/bff/list.js +1 -1
  30. package/lib/commands/bff/new.js +1 -1
  31. package/lib/commands/bff/pull.js +1 -1
  32. package/lib/commands/bff/push.js +1 -1
  33. package/lib/commands/bff/status.js +1 -1
  34. package/lib/commands/cli-update.js +1 -1
  35. package/lib/commands/codegen/index.js +1 -1
  36. package/lib/commands/codegen/sdk.js +1 -1
  37. package/lib/commands/codegen/sql.js +1 -1
  38. package/lib/commands/common/app-selector.js +1 -1
  39. package/lib/commands/common/flags.js +1 -1
  40. package/lib/commands/common/validate.js +1 -1
  41. package/lib/commands/config/get.js +1 -1
  42. package/lib/commands/config/index.js +1 -1
  43. package/lib/commands/config/list.js +1 -1
  44. package/lib/commands/config/set.js +1 -1
  45. package/lib/commands/config/shared.js +1 -1
  46. package/lib/commands/dataset/detail.js +1 -1
  47. package/lib/commands/dataset/index.js +1 -1
  48. package/lib/commands/dataset/links.js +1 -1
  49. package/lib/commands/dataset/list.js +1 -1
  50. package/lib/commands/dataset/operations.js +1 -1
  51. package/lib/commands/doctor.js +1 -1
  52. package/lib/commands/init/index.js +1 -1
  53. package/lib/commands/logs/index.js +1 -1
  54. package/lib/commands/menu/index.js +1 -1
  55. package/lib/commands/menu/shared/compare-table.js +1 -1
  56. package/lib/commands/menu/shared/index.js +1 -1
  57. package/lib/commands/menu/shared/inquirer.js +1 -1
  58. package/lib/commands/menu/shared/local-pages.js +1 -1
  59. package/lib/commands/menu/shared/logic.js +1 -1
  60. package/lib/commands/menu/shared/service.js +1 -1
  61. package/lib/commands/menu/shared/sync-core.js +1 -1
  62. package/lib/commands/menu/shared/update-core.js +1 -1
  63. package/lib/commands/menu/shared/valid-url.js +1 -1
  64. package/lib/commands/menu/sync.js +1 -1
  65. package/lib/commands/menu/update.js +1 -1
  66. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  67. package/lib/commands/project/create/format-elapsed.js +1 -1
  68. package/lib/commands/project/create/main.js +1 -1
  69. package/lib/commands/project/create/non-interactive.js +1 -1
  70. package/lib/commands/project/create/project-template-path.js +1 -1
  71. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  72. package/lib/commands/project/create/use-format-code.js +1 -1
  73. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  74. package/lib/commands/project/index.js +1 -1
  75. package/lib/commands/project/init.js +1 -1
  76. package/lib/commands/project/upgrade.js +1 -1
  77. package/lib/commands/registry.js +1 -1
  78. package/lib/commands/run/index.js +1 -1
  79. package/lib/commands/schema.js +1 -1
  80. package/lib/commands/skill/index.js +1 -1
  81. package/lib/commands/sql/detail.js +1 -1
  82. package/lib/commands/sql/exec.js +1 -1
  83. package/lib/commands/sql/index.js +1 -1
  84. package/lib/commands/sql/list.js +1 -1
  85. package/lib/commands/sql/save.js +1 -1
  86. package/lib/commands/sql/validate.js +1 -1
  87. package/lib/constant/cli.js +1 -1
  88. package/lib/constant/domain.js +1 -1
  89. package/lib/constant/env.js +1 -1
  90. package/lib/constant/paths.js +1 -1
  91. package/lib/context.js +1 -1
  92. package/lib/core/alias-resolver.js +1 -1
  93. package/lib/core/api-client.js +1 -1
  94. package/lib/core/bff/config.js +1 -1
  95. package/lib/core/bff/file-system.js +1 -1
  96. package/lib/core/bff/hash.js +1 -1
  97. package/lib/core/bff/lock.js +1 -1
  98. package/lib/core/bff/utils.js +1 -1
  99. package/lib/core/db-resolver.js +1 -1
  100. package/lib/core/sql-validator.js +1 -1
  101. package/lib/errors.js +1 -1
  102. package/lib/framework/build-all-flags.js +1 -1
  103. package/lib/framework/flags.js +1 -1
  104. package/lib/framework/help.js +1 -1
  105. package/lib/framework/index.js +1 -1
  106. package/lib/framework/output.js +1 -1
  107. package/lib/framework/response.js +1 -1
  108. package/lib/framework/runner.js +1 -1
  109. package/lib/framework/schema-export.js +1 -1
  110. package/lib/framework/types.js +1 -1
  111. package/lib/generated/build-info.js +1 -1
  112. package/lib/help.js +1 -1
  113. package/lib/skills/main.js +1 -1
  114. package/lib/skills/npx-skills-add.js +1 -1
  115. package/lib/telemetry/cli-command-trace.js +1 -1
  116. package/lib/telemetry/cli-help-trace.js +1 -1
  117. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  118. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  119. package/lib/telemetry/send-cli-trace-log.js +1 -1
  120. package/lib/utils/ai_config.js +1 -1
  121. package/lib/utils/apply-jq-filter.js +1 -1
  122. package/lib/utils/cdn-config.js +1 -1
  123. package/lib/utils/check-sdk-version.js +1 -1
  124. package/lib/utils/cli-version-check.js +1 -1
  125. package/lib/utils/config.js +1 -1
  126. package/lib/utils/copy-directory.js +1 -1
  127. package/lib/utils/file-utils.js +1 -1
  128. package/lib/utils/guides-cdn.js +1 -1
  129. package/lib/utils/http-client.js +1 -1
  130. package/lib/utils/is-non-interactive.js +1 -1
  131. package/lib/utils/logger.js +1 -1
  132. package/lib/utils/platform.js +1 -1
  133. package/lib/utils/rules-cdn.js +1 -1
  134. package/lib/utils/sleep.js +1 -1
  135. package/lib/utils/template-replacer.js +1 -1
  136. package/lib/utils/version.js +1 -1
  137. package/lib/utils/with-active-cookie.js +1 -1
  138. package/package.json +1 -1
@@ -1 +1 @@
1
- const a133_0x158dc6=a133_0x36d9;(function(_0x1224e2,_0x1d9614){const _0x80ed2=a133_0x36d9,_0x28574f=_0x1224e2();while(!![]){try{const _0x4e2aa0=parseInt(_0x80ed2(0x1d7))/0x1*(parseInt(_0x80ed2(0x1c5))/0x2)+-parseInt(_0x80ed2(0x1dd))/0x3+parseInt(_0x80ed2(0x1b3))/0x4+parseInt(_0x80ed2(0x1e3))/0x5*(-parseInt(_0x80ed2(0x1e1))/0x6)+-parseInt(_0x80ed2(0x1b4))/0x7+-parseInt(_0x80ed2(0x1c2))/0x8*(-parseInt(_0x80ed2(0x1b8))/0x9)+parseInt(_0x80ed2(0x1cd))/0xa*(parseInt(_0x80ed2(0x1c4))/0xb);if(_0x4e2aa0===_0x1d9614)break;else _0x28574f['push'](_0x28574f['shift']());}catch(_0x54033e){_0x28574f['push'](_0x28574f['shift']());}}}(a133_0x5051,0xdbba4));import a133_0x1e97b5 from'winston';function a133_0x36d9(_0x2b7f0c,_0x3df114){_0x2b7f0c=_0x2b7f0c-0x1ae;const _0x505183=a133_0x5051();let _0x36d920=_0x505183[_0x2b7f0c];return _0x36d920;}import a133_0x5089dc from'node:fs';import a133_0x1db3bd from'node:path';function a133_0x5051(){const _0x109410=['logFilePath','10016420SfEQEq','mkdirSync','split','join','writeFileSync','format','toISOString','green','info','开始执行:\x20','1895whbLiC','details','blue','printf','stringify','rawCommand','3238353yhOYzw','readFileSync','red','initWinstonLogger','1434006IKPeOX','完成:\x20','5lBrsBD','parse','filter','logTask','message','setLogPath','log','getWinstonInstance','success','3172164zZnjSA','11909373TJWNxq','duration','clearLogs','yellow','81HjxRrc','map','timestamp','existsSync','readLogs','.lovrabet.log','utf8','warn','level','transports','674504pyeFEo','Failed\x20to\x20read\x20logs:','11wipLlb','1442HLwgBU','clear','now','winstonLogger','File','dirname','command'];a133_0x5051=function(){return _0x109410;};return a133_0x5051();}class Logger{[a133_0x158dc6(0x1c8)];['logFilePath'];['currentRawCommand']='';constructor(){const _0x5baf9a=a133_0x158dc6;this[_0x5baf9a(0x1cc)]='';}['setRawCommand'](_0x18247e){this['currentRawCommand']=_0x18247e;}[a133_0x158dc6(0x1e0)](){const _0x371ce7=a133_0x158dc6,_0x2b98d5=a133_0x1db3bd[_0x371ce7(0x1ca)](this[_0x371ce7(0x1cc)]);!a133_0x5089dc['existsSync'](_0x2b98d5)&&a133_0x5089dc[_0x371ce7(0x1ce)](_0x2b98d5,{'recursive':!![]});const _0x3a1ed2=a133_0x1e97b5['format']['combine'](a133_0x1e97b5[_0x371ce7(0x1d2)][_0x371ce7(0x1ba)](),a133_0x1e97b5[_0x371ce7(0x1d2)]['errors']({'stack':!![]}),a133_0x1e97b5['format'][_0x371ce7(0x1da)](_0x130e46=>{const _0x477ac5=_0x371ce7,_0x33e051={'timestamp':_0x130e46[_0x477ac5(0x1ba)]||new Date()[_0x477ac5(0x1d3)](),'level':_0x130e46[_0x477ac5(0x1c0)]||_0x477ac5(0x1d5),'command':_0x130e46[_0x477ac5(0x1cb)]||'unknown','rawCommand':_0x130e46[_0x477ac5(0x1dc)]||this['currentRawCommand']||undefined,'message':_0x130e46['message']||'','duration':_0x130e46[_0x477ac5(0x1b5)]||undefined,'details':_0x130e46[_0x477ac5(0x1d8)]||undefined};return JSON[_0x477ac5(0x1db)](_0x33e051);}));this[_0x371ce7(0x1c8)]=a133_0x1e97b5['createLogger']({'level':_0x371ce7(0x1d5),'format':_0x3a1ed2,'transports':[new a133_0x1e97b5[(_0x371ce7(0x1c1))][(_0x371ce7(0x1c9))]({'filename':this['logFilePath'],'level':_0x371ce7(0x1d5)})],'silent':![]}),a133_0x1e97b5['addColors']({'success':_0x371ce7(0x1d4),'error':_0x371ce7(0x1df),'warn':_0x371ce7(0x1b7),'info':_0x371ce7(0x1d9)});}[a133_0x158dc6(0x1af)](_0x5c3cc4){const _0x3438b0=a133_0x158dc6;this['logFilePath']=a133_0x1db3bd[_0x3438b0(0x1d0)](_0x5c3cc4,_0x3438b0(0x1bd)),this[_0x3438b0(0x1c8)]&&this[_0x3438b0(0x1c8)][_0x3438b0(0x1c6)](),this[_0x3438b0(0x1e0)]();}['info'](_0x5265e6,_0x255cce,_0x56a454){const _0x2c4cb3=a133_0x158dc6;if(!this[_0x2c4cb3(0x1cc)]||!this['winstonLogger'])return;this[_0x2c4cb3(0x1c8)]['info'](_0x255cce,{'command':_0x5265e6,'details':_0x56a454});}[a133_0x158dc6(0x1b2)](_0x3bdae2,_0x62f24e,_0x581ba3,_0x131420){const _0x232641=a133_0x158dc6;if(!this[_0x232641(0x1cc)]||!this[_0x232641(0x1c8)])return;this[_0x232641(0x1c8)][_0x232641(0x1b0)](_0x232641(0x1d5),_0x62f24e,{'level':'success','command':_0x3bdae2,'duration':_0x581ba3,'details':_0x131420});}['error'](_0x2e8ddd,_0x443fe2,_0x195870){const _0x5f55e3=a133_0x158dc6;if(!this[_0x5f55e3(0x1cc)]||!this[_0x5f55e3(0x1c8)])return;this[_0x5f55e3(0x1c8)]['error'](_0x443fe2,{'command':_0x2e8ddd,'details':_0x195870});}['warn'](_0x562e3a,_0x3a2633,_0x5b434e){const _0x6de04c=a133_0x158dc6;if(!this[_0x6de04c(0x1cc)]||!this[_0x6de04c(0x1c8)])return;this[_0x6de04c(0x1c8)][_0x6de04c(0x1bf)](_0x3a2633,{'command':_0x562e3a,'details':_0x5b434e});}async[a133_0x158dc6(0x1e6)](_0x3288f9,_0x5b38d0,_0x2110ee){const _0x20962b=a133_0x158dc6,_0x35ce03=Date[_0x20962b(0x1c7)]();this[_0x20962b(0x1d5)](_0x3288f9,_0x20962b(0x1d6)+_0x5b38d0);try{const _0x588878=await _0x2110ee(),_0x5ab686=Date[_0x20962b(0x1c7)]()-_0x35ce03;return this[_0x20962b(0x1b2)](_0x3288f9,_0x20962b(0x1e2)+_0x5b38d0,_0x5ab686),_0x588878;}catch(_0x220a00){const _0x1c64d7=Date[_0x20962b(0x1c7)]()-_0x35ce03;this['error'](_0x3288f9,'失败:\x20'+_0x5b38d0,{'error':_0x220a00 instanceof Error?_0x220a00[_0x20962b(0x1ae)]:String(_0x220a00),'duration':_0x1c64d7});throw _0x220a00;}}[a133_0x158dc6(0x1bc)](){const _0x6858a2=a133_0x158dc6;try{if(!a133_0x5089dc[_0x6858a2(0x1bb)](this['logFilePath']))return[];const _0x1fb4b5=a133_0x5089dc[_0x6858a2(0x1de)](this[_0x6858a2(0x1cc)],_0x6858a2(0x1be));return _0x1fb4b5[_0x6858a2(0x1cf)]('\x0a')[_0x6858a2(0x1e5)](_0x31b1b4=>_0x31b1b4['trim']())[_0x6858a2(0x1b9)](_0x4162bc=>JSON[_0x6858a2(0x1e4)](_0x4162bc));}catch(_0x414a8e){return console[_0x6858a2(0x1bf)](_0x6858a2(0x1c3),_0x414a8e),[];}}[a133_0x158dc6(0x1b6)](){const _0x162822=a133_0x158dc6;try{a133_0x5089dc[_0x162822(0x1bb)](this['logFilePath'])&&a133_0x5089dc[_0x162822(0x1d1)](this[_0x162822(0x1cc)],'','utf8');}catch(_0x125aba){console[_0x162822(0x1bf)]('Failed\x20to\x20clear\x20logs:',_0x125aba);}}[a133_0x158dc6(0x1b1)](){const _0x48799c=a133_0x158dc6;return this[_0x48799c(0x1c8)];}}export const logger=new Logger();
1
+ const a133_0x1269a1=a133_0x47f1;(function(_0x414b5e,_0x3ddc4e){const _0x45627b=a133_0x47f1,_0x3c17e1=_0x414b5e();while(!![]){try{const _0x10263b=parseInt(_0x45627b(0xee))/0x1+parseInt(_0x45627b(0x103))/0x2*(parseInt(_0x45627b(0x101))/0x3)+-parseInt(_0x45627b(0xe3))/0x4*(-parseInt(_0x45627b(0xfd))/0x5)+-parseInt(_0x45627b(0xf6))/0x6+-parseInt(_0x45627b(0xe6))/0x7*(parseInt(_0x45627b(0xf2))/0x8)+parseInt(_0x45627b(0xe7))/0x9+-parseInt(_0x45627b(0x10d))/0xa*(-parseInt(_0x45627b(0xff))/0xb);if(_0x10263b===_0x3ddc4e)break;else _0x3c17e1['push'](_0x3c17e1['shift']());}catch(_0x361ccb){_0x3c17e1['push'](_0x3c17e1['shift']());}}}(a133_0x545f,0x888ef));import a133_0x105842 from'winston';function a133_0x47f1(_0x456577,_0x622244){_0x456577=_0x456577-0xdf;const _0x545f4b=a133_0x545f();let _0x47f16c=_0x545f4b[_0x456577];return _0x47f16c;}function a133_0x545f(){const _0x4d27cb=['warn','readFileSync','完成:\x20','timestamp','red','5UxpEny','error','46321RuHDVB','log','4656wToEpI','filter','612UghClf','transports','File','details','stringify','setRawCommand','success','readLogs','logTask','Failed\x20to\x20clear\x20logs:','780DleOgp','command','message','setLogPath','winstonLogger','errors','dirname','yellow','level','298988sSWecv','clear','now','32711RbKZUj','2916252MAdbqz','map','clearLogs','parse','initWinstonLogger','utf8','existsSync','846364HJdNoE','join','currentRawCommand','rawCommand','1040nTkeQX','format','toISOString','logFilePath','5290056FXGIhc','info'];a133_0x545f=function(){return _0x4d27cb;};return a133_0x545f();}import a133_0x39bded from'node:fs';import a133_0x2e8afd from'node:path';class Logger{[a133_0x1269a1(0x111)];[a133_0x1269a1(0xf5)];[a133_0x1269a1(0xf0)]='';constructor(){const _0x2f31b6=a133_0x1269a1;this[_0x2f31b6(0xf5)]='';}[a133_0x1269a1(0x108)](_0x1064f2){this['currentRawCommand']=_0x1064f2;}[a133_0x1269a1(0xeb)](){const _0x4437c1=a133_0x1269a1,_0x26133e=a133_0x2e8afd[_0x4437c1(0xe0)](this[_0x4437c1(0xf5)]);!a133_0x39bded['existsSync'](_0x26133e)&&a133_0x39bded['mkdirSync'](_0x26133e,{'recursive':!![]});const _0x1e8cd6=a133_0x105842['format']['combine'](a133_0x105842['format']['timestamp'](),a133_0x105842[_0x4437c1(0xf3)][_0x4437c1(0xdf)]({'stack':!![]}),a133_0x105842[_0x4437c1(0xf3)]['printf'](_0x1f36bd=>{const _0x17c2bd=_0x4437c1,_0x2f6fc9={'timestamp':_0x1f36bd[_0x17c2bd(0xfb)]||new Date()[_0x17c2bd(0xf4)](),'level':_0x1f36bd[_0x17c2bd(0xe2)]||_0x17c2bd(0xf7),'command':_0x1f36bd[_0x17c2bd(0x10e)]||'unknown','rawCommand':_0x1f36bd[_0x17c2bd(0xf1)]||this[_0x17c2bd(0xf0)]||undefined,'message':_0x1f36bd[_0x17c2bd(0x10f)]||'','duration':_0x1f36bd['duration']||undefined,'details':_0x1f36bd[_0x17c2bd(0x106)]||undefined};return JSON[_0x17c2bd(0x107)](_0x2f6fc9);}));this[_0x4437c1(0x111)]=a133_0x105842['createLogger']({'level':_0x4437c1(0xf7),'format':_0x1e8cd6,'transports':[new a133_0x105842[(_0x4437c1(0x104))][(_0x4437c1(0x105))]({'filename':this[_0x4437c1(0xf5)],'level':'info'})],'silent':![]}),a133_0x105842['addColors']({'success':'green','error':_0x4437c1(0xfc),'warn':_0x4437c1(0xe1),'info':'blue'});}[a133_0x1269a1(0x110)](_0x2b1903){const _0x639948=a133_0x1269a1;this[_0x639948(0xf5)]=a133_0x2e8afd[_0x639948(0xef)](_0x2b1903,'.lovrabet.log'),this['winstonLogger']&&this[_0x639948(0x111)][_0x639948(0xe4)](),this[_0x639948(0xeb)]();}[a133_0x1269a1(0xf7)](_0x247c74,_0x2515f1,_0x16e3f0){const _0x214105=a133_0x1269a1;if(!this['logFilePath']||!this[_0x214105(0x111)])return;this[_0x214105(0x111)][_0x214105(0xf7)](_0x2515f1,{'command':_0x247c74,'details':_0x16e3f0});}[a133_0x1269a1(0x109)](_0xfbb8bb,_0x13d926,_0x4e9d29,_0x294d26){const _0x4f7cba=a133_0x1269a1;if(!this[_0x4f7cba(0xf5)]||!this[_0x4f7cba(0x111)])return;this[_0x4f7cba(0x111)][_0x4f7cba(0x100)](_0x4f7cba(0xf7),_0x13d926,{'level':'success','command':_0xfbb8bb,'duration':_0x4e9d29,'details':_0x294d26});}[a133_0x1269a1(0xfe)](_0x49cb37,_0x106226,_0x8ad1){const _0x1a63bb=a133_0x1269a1;if(!this[_0x1a63bb(0xf5)]||!this['winstonLogger'])return;this[_0x1a63bb(0x111)][_0x1a63bb(0xfe)](_0x106226,{'command':_0x49cb37,'details':_0x8ad1});}[a133_0x1269a1(0xf8)](_0x20c469,_0x872540,_0x21ca79){const _0x8136a7=a133_0x1269a1;if(!this[_0x8136a7(0xf5)]||!this[_0x8136a7(0x111)])return;this[_0x8136a7(0x111)][_0x8136a7(0xf8)](_0x872540,{'command':_0x20c469,'details':_0x21ca79});}async[a133_0x1269a1(0x10b)](_0x463723,_0x32de32,_0x3f6c68){const _0xcc1380=a133_0x1269a1,_0x590a62=Date[_0xcc1380(0xe5)]();this['info'](_0x463723,'开始执行:\x20'+_0x32de32);try{const _0x51d044=await _0x3f6c68(),_0x41141d=Date[_0xcc1380(0xe5)]()-_0x590a62;return this[_0xcc1380(0x109)](_0x463723,_0xcc1380(0xfa)+_0x32de32,_0x41141d),_0x51d044;}catch(_0x225d85){const _0x17569d=Date[_0xcc1380(0xe5)]()-_0x590a62;this[_0xcc1380(0xfe)](_0x463723,'失败:\x20'+_0x32de32,{'error':_0x225d85 instanceof Error?_0x225d85[_0xcc1380(0x10f)]:String(_0x225d85),'duration':_0x17569d});throw _0x225d85;}}[a133_0x1269a1(0x10a)](){const _0x47f19d=a133_0x1269a1;try{if(!a133_0x39bded['existsSync'](this[_0x47f19d(0xf5)]))return[];const _0x39d108=a133_0x39bded[_0x47f19d(0xf9)](this[_0x47f19d(0xf5)],_0x47f19d(0xec));return _0x39d108['split']('\x0a')[_0x47f19d(0x102)](_0x1a80c3=>_0x1a80c3['trim']())[_0x47f19d(0xe8)](_0x1384f7=>JSON[_0x47f19d(0xea)](_0x1384f7));}catch(_0x2a8392){return console[_0x47f19d(0xf8)]('Failed\x20to\x20read\x20logs:',_0x2a8392),[];}}[a133_0x1269a1(0xe9)](){const _0x23c897=a133_0x1269a1;try{a133_0x39bded[_0x23c897(0xed)](this[_0x23c897(0xf5)])&&a133_0x39bded['writeFileSync'](this[_0x23c897(0xf5)],'','utf8');}catch(_0x2cdc91){console[_0x23c897(0xf8)](_0x23c897(0x10c),_0x2cdc91);}}['getWinstonInstance'](){const _0xfb4535=a133_0x1269a1;return this[_0xfb4535(0x111)];}}export const logger=new Logger();
@@ -1 +1 @@
1
- const a134_0x30333c=a134_0x1a1e;function a134_0x1ac4(){const _0x3c5fbc=['2168280Fqvanf','13164PzSmns','1286740JlsWTb','6694VDaTIY','1386DaVcIz','win32','468112uVCDco','platform','3729790JQnsse','72cfqSwA','597pjPDoo','.cmd','190161nUDsGD'];a134_0x1ac4=function(){return _0x3c5fbc;};return a134_0x1ac4();}(function(_0x1df61b,_0x2b902b){const _0x2ccbec=a134_0x1a1e,_0x63cbaa=_0x1df61b();while(!![]){try{const _0xbef98a=-parseInt(_0x2ccbec(0x1cb))/0x1+parseInt(_0x2ccbec(0x1c8))/0x2*(parseInt(_0x2ccbec(0x1cf))/0x3)+parseInt(_0x2ccbec(0x1d4))/0x4+-parseInt(_0x2ccbec(0x1d2))/0x5+-parseInt(_0x2ccbec(0x1d3))/0x6*(-parseInt(_0x2ccbec(0x1c9))/0x7)+-parseInt(_0x2ccbec(0x1ce))/0x8*(-parseInt(_0x2ccbec(0x1d1))/0x9)+-parseInt(_0x2ccbec(0x1cd))/0xa;if(_0xbef98a===_0x2b902b)break;else _0x63cbaa['push'](_0x63cbaa['shift']());}catch(_0x3753de){_0x63cbaa['push'](_0x63cbaa['shift']());}}}(a134_0x1ac4,0x5269c));function a134_0x1a1e(_0x11b059,_0x53d093){_0x11b059=_0x11b059-0x1c8;const _0x1ac4a9=a134_0x1ac4();let _0x1a1e7e=_0x1ac4a9[_0x11b059];return _0x1a1e7e;}export const isWindows=process[a134_0x30333c(0x1cc)]===a134_0x30333c(0x1ca);export function resolveNpmBin(_0x4b6aca){const _0x393540=a134_0x30333c;return isWindows?_0x4b6aca+_0x393540(0x1d0):_0x4b6aca;}
1
+ function a134_0x4910(_0x1f63a8,_0x316d76){_0x1f63a8=_0x1f63a8-0x1f1;const _0x32cd92=a134_0x32cd();let _0x49105f=_0x32cd92[_0x1f63a8];return _0x49105f;}const a134_0x29c83b=a134_0x4910;(function(_0x57044b,_0x18a7e4){const _0x27c18c=a134_0x4910,_0x153e01=_0x57044b();while(!![]){try{const _0x1d61a5=-parseInt(_0x27c18c(0x1fb))/0x1*(parseInt(_0x27c18c(0x1f4))/0x2)+-parseInt(_0x27c18c(0x1fe))/0x3*(parseInt(_0x27c18c(0x1f3))/0x4)+-parseInt(_0x27c18c(0x1ff))/0x5+parseInt(_0x27c18c(0x1f9))/0x6*(parseInt(_0x27c18c(0x1f5))/0x7)+-parseInt(_0x27c18c(0x1f1))/0x8*(-parseInt(_0x27c18c(0x1f2))/0x9)+-parseInt(_0x27c18c(0x1f7))/0xa*(-parseInt(_0x27c18c(0x1fc))/0xb)+-parseInt(_0x27c18c(0x200))/0xc*(-parseInt(_0x27c18c(0x1f8))/0xd);if(_0x1d61a5===_0x18a7e4)break;else _0x153e01['push'](_0x153e01['shift']());}catch(_0x2a0660){_0x153e01['push'](_0x153e01['shift']());}}}(a134_0x32cd,0xa6f9f));function a134_0x32cd(){const _0x5ad27a=['5KYsWwn','11WjouWZ','platform','177hxKtyY','17690tePBTs','375252SkqvkP','4282304SKONOr','9IVZTZS','6964BZyAgy','475386YtybrP','1069355pVEEsq','.cmd','9502130wqYoeL','78kbHmAp','12LiJnux','win32'];a134_0x32cd=function(){return _0x5ad27a;};return a134_0x32cd();}export const isWindows=process[a134_0x29c83b(0x1fd)]===a134_0x29c83b(0x1fa);export function resolveNpmBin(_0x5737c3){const _0x323e20=a134_0x29c83b;return isWindows?_0x5737c3+_0x323e20(0x1f6):_0x5737c3;}
@@ -1 +1 @@
1
- const a135_0x5c4fee=a135_0x1353;function a135_0x50c8(){const _0x520177=['application/json','2354816QjMpBD','8790010OZBkqg','status','75216nRuxqX','/rules/rules.json','agents.md','lastUpdated','19260zogtQz','2296336cOoqYE','1708KJSSZK','9bqMxMV','1795036tVLYDg','catch','content','../../templates/rules/lovrabet_rules.mdc.tpl','string','statusText','.cursor/rules','json','941151PWzery','15FdbGkb'];a135_0x50c8=function(){return _0x520177;};return a135_0x50c8();}(function(_0x2cd681,_0x465066){const _0xc5336f=a135_0x1353,_0x187c4e=_0x2cd681();while(!![]){try{const _0x67ca98=parseInt(_0xc5336f(0x1d4))/0x1+-parseInt(_0xc5336f(0x1df))/0x2+-parseInt(_0xc5336f(0x1da))/0x3+-parseInt(_0xc5336f(0x1e2))/0x4*(-parseInt(_0xc5336f(0x1d5))/0x5)+parseInt(_0xc5336f(0x1de))/0x6*(parseInt(_0xc5336f(0x1e0))/0x7)+-parseInt(_0xc5336f(0x1d7))/0x8+parseInt(_0xc5336f(0x1e1))/0x9*(-parseInt(_0xc5336f(0x1d8))/0xa);if(_0x67ca98===_0x465066)break;else _0x187c4e['push'](_0x187c4e['shift']());}catch(_0x110b41){_0x187c4e['push'](_0x187c4e['shift']());}}}(a135_0x50c8,0xb0c6b));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';function a135_0x1353(_0x5ee69a,_0x5958d0){_0x5ee69a=_0x5ee69a-0x1cd;const _0x50c868=a135_0x50c8();let _0x135355=_0x50c868[_0x5ee69a];return _0x135355;}import{appendUpdateTime}from'../utils/guides-cdn.js';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function getRulesCdnUrl(){const _0x1f39e2=a135_0x1353,_0x473cf0=getTemplateBaseUrl();return _0x473cf0+_0x1f39e2(0x1db);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a135_0x5c4fee(0x1cf));export async function fetchRulesFromCDN(){const _0x12c1be=a135_0x5c4fee,_0x3fb971=getRulesCdnUrl(),_0x546525=await fetch(_0x3fb971,{'headers':{'Accept':_0x12c1be(0x1d6)}});if(!_0x546525['ok'])throw new Error('CDN\x20请求失败:\x20'+_0x546525[_0x12c1be(0x1d9)]+'\x20'+_0x546525[_0x12c1be(0x1d1)]);const _0x25fc1a=await _0x546525[_0x12c1be(0x1d3)]();if(!_0x25fc1a['content']||typeof _0x25fc1a[_0x12c1be(0x1ce)]!==_0x12c1be(0x1d0))throw new Error('CDN\x20返回数据格式错误');return _0x25fc1a;}export async function getRulesContent(){try{const _0x39247b=await fetchRulesFromCDN();return _0x39247b['content'];}catch{return readLocalTemplate();}}export function readLocalTemplate(){if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,'utf-8');throw new Error('本地模板文件不存在:\x20'+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0x27efec){const _0x43e770=a135_0x5c4fee,_0x524c5f=await fetchRulesFromCDN()[_0x43e770(0x1cd)](()=>null);let _0x57ea36;_0x524c5f?(_0x57ea36=_0x524c5f[_0x43e770(0x1ce)],_0x524c5f[_0x43e770(0x1dd)]&&(_0x57ea36=appendUpdateTime(_0x57ea36,_0x524c5f[_0x43e770(0x1dd)]))):_0x57ea36=readLocalTemplate();const _0x14297d=dirname(_0x27efec);!existsSync(_0x14297d)&&mkdirSync(_0x14297d,{'recursive':!![]}),writeFileSync(_0x27efec,_0x57ea36,'utf-8');}export async function copyRulesToCursor(_0x5262b9){const _0x1e20e7=a135_0x5c4fee,_0x56e354=join(_0x5262b9,_0x1e20e7(0x1d2)),_0x3b44d6=join(_0x56e354,'lovrabet_rules.mdc');if(existsSync(_0x3b44d6))return![];return await writeRulesFile(_0x3b44d6),!![];}export async function copyRulesToAgentsMd(_0x4c2833){const _0x243746=a135_0x5c4fee,_0x1b1490=join(_0x4c2833,_0x243746(0x1dc));if(existsSync(_0x1b1490))return![];return await writeRulesFile(_0x1b1490),!![];}
1
+ const a135_0x2b56e7=a135_0x41cc;(function(_0x3aaa46,_0x1c3297){const _0x5acb26=a135_0x41cc,_0x39398c=_0x3aaa46();while(!![]){try{const _0x556a3b=-parseInt(_0x5acb26(0x107))/0x1*(-parseInt(_0x5acb26(0x102))/0x2)+-parseInt(_0x5acb26(0xf9))/0x3+-parseInt(_0x5acb26(0x108))/0x4*(parseInt(_0x5acb26(0x100))/0x5)+parseInt(_0x5acb26(0x101))/0x6+parseInt(_0x5acb26(0xf5))/0x7*(-parseInt(_0x5acb26(0xfc))/0x8)+parseInt(_0x5acb26(0xf4))/0x9+-parseInt(_0x5acb26(0xf7))/0xa*(-parseInt(_0x5acb26(0xfa))/0xb);if(_0x556a3b===_0x1c3297)break;else _0x39398c['push'](_0x39398c['shift']());}catch(_0xc82ec4){_0x39398c['push'](_0x39398c['shift']());}}}(a135_0x3f46,0xb4913));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 _0x236b22=a135_0x41cc,_0x5a9d72=getTemplateBaseUrl();return _0x5a9d72+_0x236b22(0xef);}function a135_0x41cc(_0x25f926,_0x498b3a){_0x25f926=_0x25f926-0xef;const _0x3f46e3=a135_0x3f46();let _0x41ccb6=_0x3f46e3[_0x25f926];return _0x41ccb6;}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a135_0x2b56e7(0xf2));export async function fetchRulesFromCDN(){const _0x1092ff=a135_0x2b56e7,_0x32ccd9=getRulesCdnUrl(),_0x36b3b9=await fetch(_0x32ccd9,{'headers':{'Accept':_0x1092ff(0xfe)}});if(!_0x36b3b9['ok'])throw new Error(_0x1092ff(0x103)+_0x36b3b9[_0x1092ff(0xf6)]+'\x20'+_0x36b3b9[_0x1092ff(0xf3)]);const _0x586e82=await _0x36b3b9[_0x1092ff(0x109)]();if(!_0x586e82[_0x1092ff(0x104)]||typeof _0x586e82[_0x1092ff(0x104)]!==_0x1092ff(0xf8))throw new Error(_0x1092ff(0x106));return _0x586e82;}export async function getRulesContent(){const _0x160631=a135_0x2b56e7;try{const _0x495e94=await fetchRulesFromCDN();return _0x495e94[_0x160631(0x104)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x413855=a135_0x2b56e7;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0x413855(0xfb));throw new Error(_0x413855(0x105)+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0x4a5b3a){const _0x2b7c92=a135_0x2b56e7,_0x190970=await fetchRulesFromCDN()[_0x2b7c92(0xf0)](()=>null);let _0xf0f8ad;_0x190970?(_0xf0f8ad=_0x190970[_0x2b7c92(0x104)],_0x190970[_0x2b7c92(0xff)]&&(_0xf0f8ad=appendUpdateTime(_0xf0f8ad,_0x190970[_0x2b7c92(0xff)]))):_0xf0f8ad=readLocalTemplate();const _0x5c6fc0=dirname(_0x4a5b3a);!existsSync(_0x5c6fc0)&&mkdirSync(_0x5c6fc0,{'recursive':!![]}),writeFileSync(_0x4a5b3a,_0xf0f8ad,_0x2b7c92(0xfb));}function a135_0x3f46(){const _0x478244=['utf-8','226472EekqDD','.cursor/rules','application/json','lastUpdated','345035BJoLsc','2359578fQEkqX','2ZrfHNf','CDN\x20请求失败:\x20','content','本地模板文件不存在:\x20','CDN\x20返回数据格式错误','1217286vDEBWL','8XZyQnA','json','/rules/rules.json','catch','agents.md','../../templates/rules/lovrabet_rules.mdc.tpl','statusText','3837258KmiNnK','175RrhBxJ','status','10AFvzPS','string','2886828qcLTwU','5617777QGxOoa'];a135_0x3f46=function(){return _0x478244;};return a135_0x3f46();}export async function copyRulesToCursor(_0xa1995d){const _0x2b8ca6=a135_0x2b56e7,_0x35e2ff=join(_0xa1995d,_0x2b8ca6(0xfd)),_0x465421=join(_0x35e2ff,'lovrabet_rules.mdc');if(existsSync(_0x465421))return![];return await writeRulesFile(_0x465421),!![];}export async function copyRulesToAgentsMd(_0x8cceac){const _0x19b3a7=a135_0x2b56e7,_0x242e37=join(_0x8cceac,_0x19b3a7(0xf1));if(existsSync(_0x242e37))return![];return await writeRulesFile(_0x242e37),!![];}
@@ -1 +1 @@
1
- export function sleep(_0x227ea9){return new Promise(_0x19e471=>setTimeout(_0x19e471,_0x227ea9));}
1
+ export function sleep(_0x3eb307){return new Promise(_0x165407=>setTimeout(_0x165407,_0x3eb307));}
@@ -1 +1 @@
1
- function a137_0xbe56(_0x58e409,_0x3ef99d){_0x58e409=_0x58e409-0xab;const _0x563db5=a137_0x563d();let _0xbe5647=_0x563db5[_0x58e409];return _0xbe5647;}const a137_0x446f6c=a137_0xbe56;(function(_0x741062,_0x5ab263){const _0x16371a=a137_0xbe56,_0x5b5b9d=_0x741062();while(!![]){try{const _0x26c45c=parseInt(_0x16371a(0xd3))/0x1+-parseInt(_0x16371a(0xb7))/0x2*(parseInt(_0x16371a(0xc5))/0x3)+parseInt(_0x16371a(0xcc))/0x4*(-parseInt(_0x16371a(0xbd))/0x5)+-parseInt(_0x16371a(0xb8))/0x6*(-parseInt(_0x16371a(0xb9))/0x7)+-parseInt(_0x16371a(0xc7))/0x8*(parseInt(_0x16371a(0xeb))/0x9)+-parseInt(_0x16371a(0xb6))/0xa+parseInt(_0x16371a(0xbc))/0xb;if(_0x26c45c===_0x5ab263)break;else _0x5b5b9d['push'](_0x5b5b9d['shift']());}catch(_0x2cb861){_0x5b5b9d['push'](_0x5b5b9d['shift']());}}}(a137_0x563d,0xcf1d4));import a137_0x25d2e5 from'node:fs';import a137_0x1171f9 from'node:path';import{logger}from'../utils/logger.js';function a137_0x563d(){const _0x44462c=['toLowerCase','51406388JRZXZG','5858315GLsqof','error','.json','alias:\x20\x22','extname','\x0a\x20\x20\x20\x20{\x20','replaceApiContent','endsWith','6411AZDteD','toUpperCase','24RwiPmr','promises','LOVRABET','toLocaleString','.md','4VdhLUG','utf8','default','.scss','YourModel','isDirectory','replace','40903XVlCKH','datasetCode','readFile','slice','tableName','processFile','toLocaleDateString','datasetCode:\x20\x22','join','toDisplayTitle','push','name:\x20\x22','alias','map','toComponentName','mkdir','.tsx','processDirectory','template','2-digit','name','开始处理模板内容替换','now','info','750033DalZXQ','\x20},','toLocaleTimeString','.tpl','includes','copyFile','processTemplate','numeric','toISOString','success','.ts','pop','charAt','13854440rdeDBe','1114ZXWPKq','228rjWhmb','24234qzNKvw','split'];a137_0x563d=function(){return _0x44462c;};return a137_0x563d();}import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a137_0x446f6c(0xe1)](_0x1f0fcf){const _0x179cfd=a137_0x446f6c,_0xf692bc=_0x1f0fcf[_0x179cfd(0xba)]('/')[_0x179cfd(0xb4)]()||_0x1f0fcf;return _0xf692bc['split']('-')[_0x179cfd(0xe0)](_0x311391=>_0x311391['charAt'](0x0)['toUpperCase']()+_0x311391[_0x179cfd(0xd6)](0x1)[_0x179cfd(0xbb)]())['join']('');}static[a137_0x446f6c(0xdc)](_0x3f4eb6){const _0x3f801d=a137_0x446f6c,_0x337b2e=_0x3f4eb6[_0x3f801d(0xba)]('/')['pop']()||_0x3f4eb6;return _0x337b2e[_0x3f801d(0xba)]('-')[_0x3f801d(0xe0)](_0x22a4ce=>_0x22a4ce[_0x3f801d(0xb5)](0x0)[_0x3f801d(0xc6)]()+_0x22a4ce['slice'](0x1)['toLowerCase']())['join']('\x20');}static['replaceContent'](_0x423c1d,_0x402e86,_0xa3a2c6){const _0x2d1451=a137_0x446f6c,_0x40c417=this[_0x2d1451(0xe1)](_0x402e86),_0x210d5a=this[_0x2d1451(0xdc)](_0x402e86),_0x2a1c0e=new Date(),_0x40f7e7=_0x2a1c0e[_0x2d1451(0xca)](undefined,{'year':_0x2d1451(0xb0),'month':_0x2d1451(0xe6),'day':_0x2d1451(0xe6),'hour':'2-digit','minute':_0x2d1451(0xe6),'second':_0x2d1451(0xe6),'hour12':![]})[_0x2d1451(0xd2)](/\//g,'-'),_0x474367=_0x2a1c0e[_0x2d1451(0xd9)](undefined,{'year':'numeric','month':_0x2d1451(0xe6),'day':_0x2d1451(0xe6)})[_0x2d1451(0xd2)](/\//g,'-'),_0x1acf5f=_0x2a1c0e[_0x2d1451(0xab)](undefined,{'hour12':![]});let _0x470860=_0x423c1d['replace'](/\{CliVersion\}/g,CLI_VERSION)[_0x2d1451(0xd2)](/\{ComponentName\}/g,_0x40c417)[_0x2d1451(0xd2)](/\{DisplayTitle\}/g,_0x210d5a)[_0x2d1451(0xd2)](/\{PageName\}/g,_0x402e86)[_0x2d1451(0xd2)](/\{TemplateName\}/g,_0xa3a2c6)[_0x2d1451(0xd2)](/\{CreatedAt\}/g,_0x40f7e7)['replace'](/\{CreatedDate\}/g,_0x474367)[_0x2d1451(0xd2)](/\{CreatedTime\}/g,_0x1acf5f);return _0x470860;}static[a137_0x446f6c(0xc3)](_0x20109a,_0x4c2478,_0x275870,_0x5217b3,_0x4bfe6a,_0x1f5c07,_0x240118,_0x5df4a6){const _0x54cdf2=a137_0x446f6c,_0x2c10c5=new Date(),_0x184dc7=_0x2c10c5[_0x54cdf2(0xb1)](),_0x51dcb2=_0x275870[_0x54cdf2(0xe0)](_0x44efdb=>{const _0x4ba0e9=_0x54cdf2,_0x1683e9=[_0x4ba0e9(0xda)+_0x44efdb[_0x4ba0e9(0xd4)]+'\x22','tableName:\x20\x22'+_0x44efdb[_0x4ba0e9(0xd7)]+'\x22',_0x4ba0e9(0xde)+_0x44efdb[_0x4ba0e9(0xe7)]+'\x22'];return _0x44efdb[_0x4ba0e9(0xdf)]&&_0x1683e9[_0x4ba0e9(0xdd)](_0x4ba0e9(0xc0)+_0x44efdb[_0x4ba0e9(0xdf)]+'\x22'),_0x4ba0e9(0xc2)+_0x1683e9[_0x4ba0e9(0xdb)](',\x20')+_0x4ba0e9(0xec);})[_0x54cdf2(0xdb)](''),_0x523eab=_0x5217b3||_0x275870[0x0]?.[_0x54cdf2(0xdf)]||_0x54cdf2(0xd0);let _0x4ef032=_0x20109a[_0x54cdf2(0xd2)](/\{AppCode\}/g,_0x4c2478)[_0x54cdf2(0xd2)](/\{ModelConfigs\}/g,_0x51dcb2)['replace'](/\{ExampleModelName\}/g,_0x523eab)['replace'](/\{ApiFileName\}/g,_0x4bfe6a||'api')['replace'](/\{ConfigName\}/g,_0x1f5c07||_0x54cdf2(0xce))[_0x54cdf2(0xd2)](/\{ClientConfigParam\}/g,_0x240118||'')[_0x54cdf2(0xd2)](/\{VarPrefix\}/g,_0x5df4a6||_0x54cdf2(0xc9))[_0x54cdf2(0xd2)](/\{CreatedAt\}/g,_0x184dc7);return _0x4ef032;}static async[a137_0x446f6c(0xaf)](_0x41d8fd,_0x538d77,_0xf3b129,_0x23b3c4,_0x535ef6=!![]){const _0x53167e=a137_0x446f6c,_0xb6afcc=Date[_0x53167e(0xe9)]();try{_0x535ef6&&logger[_0x53167e(0xea)]('template',_0x53167e(0xe8),{'templatePath':_0x41d8fd,'targetPath':_0x538d77,'pageName':_0xf3b129,'templateName':_0x23b3c4});await a137_0x25d2e5[_0x53167e(0xc8)][_0x53167e(0xe2)](_0x538d77,{'recursive':!![]}),await this[_0x53167e(0xe4)](_0x41d8fd,_0x538d77,_0xf3b129,_0x23b3c4);if(_0x535ef6){const _0x341c86=Date[_0x53167e(0xe9)]()-_0xb6afcc;logger[_0x53167e(0xb2)](_0x53167e(0xe5),'模板内容替换完成',_0x341c86,{'pageName':_0xf3b129,'templateName':_0x23b3c4});}}catch(_0x1a9504){if(_0x535ef6){const _0x1a2bd0=Date[_0x53167e(0xe9)]()-_0xb6afcc;logger[_0x53167e(0xbe)](_0x53167e(0xe5),'模板内容替换失败',{'templatePath':_0x41d8fd,'targetPath':_0x538d77,'pageName':_0xf3b129,'templateName':_0x23b3c4,'error':_0x1a9504 instanceof Error?_0x1a9504['message']:String(_0x1a9504),'duration':_0x1a2bd0});}throw _0x1a9504;}}static async[a137_0x446f6c(0xe4)](_0x1f2915,_0x25bb52,_0x24fc45,_0x8f9248){const _0x301a4a=a137_0x446f6c,_0x2ffb71=await a137_0x25d2e5[_0x301a4a(0xc8)]['readdir'](_0x1f2915,{'withFileTypes':!![]});for(const _0x2ac891 of _0x2ffb71){const _0x73e57f=a137_0x1171f9[_0x301a4a(0xdb)](_0x1f2915,_0x2ac891[_0x301a4a(0xe7)]);let _0x13784d=a137_0x1171f9[_0x301a4a(0xdb)](_0x25bb52,_0x2ac891[_0x301a4a(0xe7)]);_0x2ac891[_0x301a4a(0xe7)][_0x301a4a(0xc4)](_0x301a4a(0xac))&&(_0x13784d=a137_0x1171f9['join'](_0x25bb52,_0x2ac891['name']['replace'](/\.tpl$/,'')));if(_0x2ac891[_0x301a4a(0xd1)]())await a137_0x25d2e5['promises']['mkdir'](_0x13784d,{'recursive':!![]}),await this[_0x301a4a(0xe4)](_0x73e57f,_0x13784d,_0x24fc45,_0x8f9248);else _0x2ac891['isFile']()&&await this[_0x301a4a(0xd8)](_0x73e57f,_0x13784d,_0x24fc45,_0x8f9248);}}static async['processFile'](_0x32f414,_0xd09552,_0x14067c,_0x2c23f4){const _0x53dd41=a137_0x446f6c,_0x353fd7=a137_0x1171f9[_0x53dd41(0xc1)](_0x32f414)['toLowerCase']();_0x32f414[_0x53dd41(0xc4)](_0x53dd41(0xac))&&(_0xd09552=_0xd09552['replace'](/\.tpl$/,''));const _0x54b36b=[_0x53dd41(0xe3),_0x53dd41(0xb3),'.jsx','.js',_0x53dd41(0xbf),_0x53dd41(0xcb),'.css',_0x53dd41(0xcf),_0x53dd41(0xac)];if(_0x54b36b[_0x53dd41(0xad)](_0x353fd7)||_0x32f414[_0x53dd41(0xc4)](_0x53dd41(0xac))){const _0x2c11b7=await a137_0x25d2e5[_0x53dd41(0xc8)][_0x53dd41(0xd5)](_0x32f414,_0x53dd41(0xcd)),_0x3c3b69=this['replaceContent'](_0x2c11b7,_0x14067c,_0x2c23f4);await a137_0x25d2e5['promises']['writeFile'](_0xd09552,_0x3c3b69,_0x53dd41(0xcd));}else await a137_0x25d2e5[_0x53dd41(0xc8)][_0x53dd41(0xae)](_0x32f414,_0xd09552);}}
1
+ const a137_0x1e0af9=a137_0x32e0;function a137_0x32e0(_0x205305,_0x521ee6){_0x205305=_0x205305-0xa4;const _0x1bf824=a137_0x1bf8();let _0x32e0b8=_0x1bf824[_0x205305];return _0x32e0b8;}(function(_0x321cfc,_0x3b9465){const _0x253def=a137_0x32e0,_0x15500a=_0x321cfc();while(!![]){try{const _0x5825d4=-parseInt(_0x253def(0xe2))/0x1+parseInt(_0x253def(0xd5))/0x2*(parseInt(_0x253def(0xb2))/0x3)+-parseInt(_0x253def(0xd9))/0x4*(parseInt(_0x253def(0xa7))/0x5)+-parseInt(_0x253def(0xd1))/0x6+parseInt(_0x253def(0xbb))/0x7+-parseInt(_0x253def(0xc6))/0x8+parseInt(_0x253def(0xdf))/0x9*(parseInt(_0x253def(0xd8))/0xa);if(_0x5825d4===_0x3b9465)break;else _0x15500a['push'](_0x15500a['shift']());}catch(_0x19e484){_0x15500a['push'](_0x15500a['shift']());}}}(a137_0x1bf8,0x45e19));import a137_0x16b244 from'node:fs';import a137_0x3cdc2b from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';function a137_0x1bf8(){const _0xd1f3e2=['split','10885383jaLQib','name','numeric','410691IdsOJP','模板内容替换失败','alias:\x20\x22','readFile','replaceContent','toLocaleDateString','开始处理模板内容替换','2025NYSTbb','replaceApiContent','.tpl','tableName','alias','.jsx','.md','toISOString','toComponentName','api','\x20},','15dSQoVZ','readdir','.json','.js','default','info','.css','toLocaleString','.scss','707336HIJZtY','promises','now','toDisplayTitle','template','map','mkdir','isDirectory','processDirectory','toLowerCase','utf8','2382680cUQzYZ','message','replace','isFile','copyFile','endsWith','join','.tsx','tableName:\x20\x22','slice','charAt','914136pUqMDh','模板内容替换完成','datasetCode:\x20\x22','.ts','33614qZCHfi','pop','2-digit','10PadbjE','2444MstYjZ','toUpperCase','name:\x20\x22','error','success'];a137_0x1bf8=function(){return _0xd1f3e2;};return a137_0x1bf8();}const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a137_0x1e0af9(0xaf)](_0x5214d8){const _0x108282=a137_0x1e0af9,_0x393b7d=_0x5214d8['split']('/')[_0x108282(0xd6)]()||_0x5214d8;return _0x393b7d[_0x108282(0xde)]('-')[_0x108282(0xc0)](_0x320d51=>_0x320d51['charAt'](0x0)[_0x108282(0xda)]()+_0x320d51[_0x108282(0xcf)](0x1)['toLowerCase']())[_0x108282(0xcc)]('');}static['toDisplayTitle'](_0x1b1cfd){const _0x92b9bc=a137_0x1e0af9,_0x2b9f95=_0x1b1cfd['split']('/')[_0x92b9bc(0xd6)]()||_0x1b1cfd;return _0x2b9f95[_0x92b9bc(0xde)]('-')[_0x92b9bc(0xc0)](_0x3c348f=>_0x3c348f[_0x92b9bc(0xd0)](0x0)[_0x92b9bc(0xda)]()+_0x3c348f[_0x92b9bc(0xcf)](0x1)[_0x92b9bc(0xc4)]())[_0x92b9bc(0xcc)]('\x20');}static[a137_0x1e0af9(0xa4)](_0x559b63,_0x544bde,_0x28d6f1){const _0x27151e=a137_0x1e0af9,_0x3e2dde=this['toComponentName'](_0x544bde),_0x123ec1=this[_0x27151e(0xbe)](_0x544bde),_0x3e3e94=new Date(),_0x3bd1e0=_0x3e3e94[_0x27151e(0xb9)](undefined,{'year':_0x27151e(0xe1),'month':_0x27151e(0xd7),'day':_0x27151e(0xd7),'hour':_0x27151e(0xd7),'minute':_0x27151e(0xd7),'second':'2-digit','hour12':![]})['replace'](/\//g,'-'),_0x1add6f=_0x3e3e94[_0x27151e(0xa5)](undefined,{'year':_0x27151e(0xe1),'month':_0x27151e(0xd7),'day':_0x27151e(0xd7)})[_0x27151e(0xc8)](/\//g,'-'),_0x4b1fa7=_0x3e3e94['toLocaleTimeString'](undefined,{'hour12':![]});let _0x375e3e=_0x559b63['replace'](/\{CliVersion\}/g,CLI_VERSION)['replace'](/\{ComponentName\}/g,_0x3e2dde)[_0x27151e(0xc8)](/\{DisplayTitle\}/g,_0x123ec1)['replace'](/\{PageName\}/g,_0x544bde)[_0x27151e(0xc8)](/\{TemplateName\}/g,_0x28d6f1)[_0x27151e(0xc8)](/\{CreatedAt\}/g,_0x3bd1e0)[_0x27151e(0xc8)](/\{CreatedDate\}/g,_0x1add6f)[_0x27151e(0xc8)](/\{CreatedTime\}/g,_0x4b1fa7);return _0x375e3e;}static[a137_0x1e0af9(0xa8)](_0x198044,_0x5c466d,_0x2c956f,_0x4f6126,_0x5022e1,_0x19fafe,_0x1ed8b4,_0xa06632){const _0x4b66a3=a137_0x1e0af9,_0x125189=new Date(),_0x5e7e2c=_0x125189[_0x4b66a3(0xae)](),_0x36d1ee=_0x2c956f[_0x4b66a3(0xc0)](_0x2ca9bf=>{const _0x44ef30=_0x4b66a3,_0x145ece=[_0x44ef30(0xd3)+_0x2ca9bf['datasetCode']+'\x22',_0x44ef30(0xce)+_0x2ca9bf[_0x44ef30(0xaa)]+'\x22',_0x44ef30(0xdb)+_0x2ca9bf[_0x44ef30(0xe0)]+'\x22'];return _0x2ca9bf[_0x44ef30(0xab)]&&_0x145ece['push'](_0x44ef30(0xe4)+_0x2ca9bf[_0x44ef30(0xab)]+'\x22'),'\x0a\x20\x20\x20\x20{\x20'+_0x145ece[_0x44ef30(0xcc)](',\x20')+_0x44ef30(0xb1);})[_0x4b66a3(0xcc)](''),_0x2f1538=_0x4f6126||_0x2c956f[0x0]?.[_0x4b66a3(0xab)]||'YourModel';let _0x4bb326=_0x198044['replace'](/\{AppCode\}/g,_0x5c466d)[_0x4b66a3(0xc8)](/\{ModelConfigs\}/g,_0x36d1ee)[_0x4b66a3(0xc8)](/\{ExampleModelName\}/g,_0x2f1538)['replace'](/\{ApiFileName\}/g,_0x5022e1||_0x4b66a3(0xb0))[_0x4b66a3(0xc8)](/\{ConfigName\}/g,_0x19fafe||_0x4b66a3(0xb6))[_0x4b66a3(0xc8)](/\{ClientConfigParam\}/g,_0x1ed8b4||'')[_0x4b66a3(0xc8)](/\{VarPrefix\}/g,_0xa06632||'LOVRABET')[_0x4b66a3(0xc8)](/\{CreatedAt\}/g,_0x5e7e2c);return _0x4bb326;}static async['processTemplate'](_0x3f482a,_0x5993f5,_0x26e145,_0x388a7a,_0x3d0ed1=!![]){const _0x18ddf5=a137_0x1e0af9,_0x5390bd=Date[_0x18ddf5(0xbd)]();try{_0x3d0ed1&&logger[_0x18ddf5(0xb7)]('template',_0x18ddf5(0xa6),{'templatePath':_0x3f482a,'targetPath':_0x5993f5,'pageName':_0x26e145,'templateName':_0x388a7a});await a137_0x16b244[_0x18ddf5(0xbc)][_0x18ddf5(0xc1)](_0x5993f5,{'recursive':!![]}),await this['processDirectory'](_0x3f482a,_0x5993f5,_0x26e145,_0x388a7a);if(_0x3d0ed1){const _0x4bbe34=Date[_0x18ddf5(0xbd)]()-_0x5390bd;logger[_0x18ddf5(0xdd)](_0x18ddf5(0xbf),_0x18ddf5(0xd2),_0x4bbe34,{'pageName':_0x26e145,'templateName':_0x388a7a});}}catch(_0x3213a5){if(_0x3d0ed1){const _0x2b72ae=Date[_0x18ddf5(0xbd)]()-_0x5390bd;logger[_0x18ddf5(0xdc)]('template',_0x18ddf5(0xe3),{'templatePath':_0x3f482a,'targetPath':_0x5993f5,'pageName':_0x26e145,'templateName':_0x388a7a,'error':_0x3213a5 instanceof Error?_0x3213a5[_0x18ddf5(0xc7)]:String(_0x3213a5),'duration':_0x2b72ae});}throw _0x3213a5;}}static async[a137_0x1e0af9(0xc3)](_0x57ef3f,_0x3a7d17,_0x5b1195,_0x5ba208){const _0x51ed35=a137_0x1e0af9,_0x48569d=await a137_0x16b244[_0x51ed35(0xbc)][_0x51ed35(0xb3)](_0x57ef3f,{'withFileTypes':!![]});for(const _0x5ce831 of _0x48569d){const _0x39b144=a137_0x3cdc2b[_0x51ed35(0xcc)](_0x57ef3f,_0x5ce831[_0x51ed35(0xe0)]);let _0x18fecb=a137_0x3cdc2b[_0x51ed35(0xcc)](_0x3a7d17,_0x5ce831['name']);_0x5ce831['name']['endsWith'](_0x51ed35(0xa9))&&(_0x18fecb=a137_0x3cdc2b['join'](_0x3a7d17,_0x5ce831[_0x51ed35(0xe0)][_0x51ed35(0xc8)](/\.tpl$/,'')));if(_0x5ce831[_0x51ed35(0xc2)]())await a137_0x16b244['promises'][_0x51ed35(0xc1)](_0x18fecb,{'recursive':!![]}),await this[_0x51ed35(0xc3)](_0x39b144,_0x18fecb,_0x5b1195,_0x5ba208);else _0x5ce831[_0x51ed35(0xc9)]()&&await this['processFile'](_0x39b144,_0x18fecb,_0x5b1195,_0x5ba208);}}static async['processFile'](_0x4df7af,_0x5ca6b1,_0x3ef2c5,_0x6d90e){const _0xe6aa0c=a137_0x1e0af9,_0x51cff6=a137_0x3cdc2b['extname'](_0x4df7af)['toLowerCase']();_0x4df7af[_0xe6aa0c(0xcb)]('.tpl')&&(_0x5ca6b1=_0x5ca6b1[_0xe6aa0c(0xc8)](/\.tpl$/,''));const _0x2328fe=[_0xe6aa0c(0xcd),_0xe6aa0c(0xd4),_0xe6aa0c(0xac),_0xe6aa0c(0xb5),_0xe6aa0c(0xb4),_0xe6aa0c(0xad),_0xe6aa0c(0xb8),_0xe6aa0c(0xba),_0xe6aa0c(0xa9)];if(_0x2328fe['includes'](_0x51cff6)||_0x4df7af['endsWith'](_0xe6aa0c(0xa9))){const _0x5c82a4=await a137_0x16b244[_0xe6aa0c(0xbc)][_0xe6aa0c(0xe5)](_0x4df7af,'utf8'),_0x5e4afa=this['replaceContent'](_0x5c82a4,_0x3ef2c5,_0x6d90e);await a137_0x16b244['promises']['writeFile'](_0x5ca6b1,_0x5e4afa,_0xe6aa0c(0xc5));}else await a137_0x16b244[_0xe6aa0c(0xbc)][_0xe6aa0c(0xca)](_0x4df7af,_0x5ca6b1);}}
@@ -1 +1 @@
1
- (function(_0x17d687,_0x3458d7){var _0x557b62=a138_0x9214,_0x52861d=_0x17d687();while(!![]){try{var _0x5431b7=-parseInt(_0x557b62(0xbd))/0x1+-parseInt(_0x557b62(0xb4))/0x2*(parseInt(_0x557b62(0xb9))/0x3)+-parseInt(_0x557b62(0xb8))/0x4+-parseInt(_0x557b62(0xb3))/0x5*(-parseInt(_0x557b62(0xba))/0x6)+parseInt(_0x557b62(0xbb))/0x7*(parseInt(_0x557b62(0xb6))/0x8)+-parseInt(_0x557b62(0xbc))/0x9*(-parseInt(_0x557b62(0xb5))/0xa)+parseInt(_0x557b62(0xb7))/0xb;if(_0x5431b7===_0x3458d7)break;else _0x52861d['push'](_0x52861d['shift']());}catch(_0x23b4b6){_0x52861d['push'](_0x52861d['shift']());}}}(a138_0x35f6,0x24cf4));function a138_0x35f6(){var _0x51a4fa=['15550cLPttn','256XYddKj','2979515xwckGL','452884JZWVGB','3qcWgZz','1068mQLpNd','63532SFkXMu','504YJyXIQ','226185hbZolt','1325CEUfmy','410738cJdlIP'];a138_0x35f6=function(){return _0x51a4fa;};return a138_0x35f6();}function a138_0x9214(_0x30b4d2,_0x47793c){_0x30b4d2=_0x30b4d2-0xb3;var _0x35f66f=a138_0x35f6();var _0x9214e4=_0x35f66f[_0x30b4d2];return _0x9214e4;}import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}
1
+ function a138_0x32a9(){var _0x7c9dde=['1793502FNTQCJ','1376836yvjRmj','49WBaDCL','717912gikPqu','174486VDocLM','1159825FrnkgD','121087LWIgXW','1522632kTWDrW'];a138_0x32a9=function(){return _0x7c9dde;};return a138_0x32a9();}(function(_0x28e035,_0x331a62){var _0x98769b=a138_0x4bbc,_0x41a1cc=_0x28e035();while(!![]){try{var _0x23949f=-parseInt(_0x98769b(0x16b))/0x1+parseInt(_0x98769b(0x169))/0x2+-parseInt(_0x98769b(0x168))/0x3+-parseInt(_0x98769b(0x166))/0x4+-parseInt(_0x98769b(0x16a))/0x5+-parseInt(_0x98769b(0x165))/0x6+parseInt(_0x98769b(0x167))/0x7*(parseInt(_0x98769b(0x164))/0x8);if(_0x23949f===_0x331a62)break;else _0x41a1cc['push'](_0x41a1cc['shift']());}catch(_0x248a5f){_0x41a1cc['push'](_0x41a1cc['shift']());}}}(a138_0x32a9,0x2cf00));import{VERSION}from'../generated/build-info.js';function a138_0x4bbc(_0x3f1042,_0x240068){_0x3f1042=_0x3f1042-0x164;var _0x32a992=a138_0x32a9();var _0x4bbc0e=_0x32a992[_0x3f1042];return _0x4bbc0e;}export function getCliVersion(){return VERSION;}
@@ -1 +1 @@
1
- (function(_0x3d32af,_0x1c92b6){var _0x3168dc=a139_0x27b1,_0xd60676=_0x3d32af();while(!![]){try{var _0x4bab6a=parseInt(_0x3168dc(0x18f))/0x1*(-parseInt(_0x3168dc(0x18e))/0x2)+-parseInt(_0x3168dc(0x18d))/0x3*(-parseInt(_0x3168dc(0x191))/0x4)+-parseInt(_0x3168dc(0x193))/0x5+-parseInt(_0x3168dc(0x18c))/0x6*(parseInt(_0x3168dc(0x190))/0x7)+parseInt(_0x3168dc(0x18b))/0x8*(-parseInt(_0x3168dc(0x189))/0x9)+-parseInt(_0x3168dc(0x188))/0xa+-parseInt(_0x3168dc(0x192))/0xb*(-parseInt(_0x3168dc(0x18a))/0xc);if(_0x4bab6a===_0x1c92b6)break;else _0xd60676['push'](_0xd60676['shift']());}catch(_0x2270d2){_0xd60676['push'](_0xd60676['shift']());}}}(a139_0x5d81,0xe29dd));function a139_0x27b1(_0xbb1e53,_0x2f48dd){_0xbb1e53=_0xbb1e53-0x188;var _0x5d8165=a139_0x5d81();var _0x27b17f=_0x5d8165[_0xbb1e53];return _0x27b17f;}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x54ae8f,_0x550184){setActiveCookie(_0x54ae8f);try{return await _0x550184();}finally{clearActiveCookie();}}function a139_0x5d81(){var _0x1be954=['1305044MrZYxE','11DsGcFm','290505GdyJmf','10332080dbLNgF','882TqSgGd','37544700DAutxu','83272vcZpZE','90xTbbyJ','6RhrJGi','190gWwQRQ','718PcMsWj','314265aCrfnr'];a139_0x5d81=function(){return _0x1be954;};return a139_0x5d81();}
1
+ function a139_0x2e32(_0x589702,_0x1806e5){_0x589702=_0x589702-0x162;var _0x44ea73=a139_0x44ea();var _0x2e32f2=_0x44ea73[_0x589702];return _0x2e32f2;}function a139_0x44ea(){var _0x3bfa44=['3MudhIw','449922CzyGTj','4767vnkVEp','170imziCI','1326590UedWql','1061136VzfHoR','474HzZVWB','2117308aPCszC','24IPoKfy','2591210RcJTTZ','1776969pBHcWY'];a139_0x44ea=function(){return _0x3bfa44;};return a139_0x44ea();}(function(_0x2e4d54,_0x51aa41){var _0x4978b5=a139_0x2e32,_0x464c1e=_0x2e4d54();while(!![]){try{var _0x109769=parseInt(_0x4978b5(0x16a))/0x1+-parseInt(_0x4978b5(0x169))/0x2+parseInt(_0x4978b5(0x165))/0x3*(-parseInt(_0x4978b5(0x16c))/0x4)+-parseInt(_0x4978b5(0x163))/0x5+-parseInt(_0x4978b5(0x16b))/0x6*(-parseInt(_0x4978b5(0x167))/0x7)+parseInt(_0x4978b5(0x162))/0x8*(parseInt(_0x4978b5(0x164))/0x9)+parseInt(_0x4978b5(0x168))/0xa*(parseInt(_0x4978b5(0x166))/0xb);if(_0x109769===_0x51aa41)break;else _0x464c1e['push'](_0x464c1e['shift']());}catch(_0x56df5b){_0x464c1e['push'](_0x464c1e['shift']());}}}(a139_0x44ea,0xa8e10));import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x4f2ca3,_0x324acf){setActiveCookie(_0x4f2ca3);try{return await _0x324acf();}finally{clearActiveCookie();}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/rabetbase-cli",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "repository": {
6
6
  "type": "git",