@lovrabet/cli 1.2.4 → 1.2.5-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/lib/add-page/input-page-router.js +1 -1
  2. package/lib/add-page/main.js +1 -1
  3. package/lib/add-page/select-page-template.js +1 -1
  4. package/lib/api/api-doc-ui.js +1 -1
  5. package/lib/api/api-doc.js +1 -1
  6. package/lib/api/api-pull-ui.js +1 -1
  7. package/lib/api/fetch-model-list.js +1 -1
  8. package/lib/api/generate-api-file.js +1 -1
  9. package/lib/api/main.js +1 -1
  10. package/lib/api/pull-silent.js +1 -1
  11. package/lib/app-menu/app-menu-sync-ui.js +1 -1
  12. package/lib/app-menu/create-menu.js +1 -1
  13. package/lib/app-menu/get-local-pages.js +1 -1
  14. package/lib/app-menu/get-online-menu-list.js +1 -1
  15. package/lib/app-menu/use-get-online-menu-list.js +1 -1
  16. package/lib/app-menu/utils.js +1 -1
  17. package/lib/app-menu/valid-url.js +1 -1
  18. package/lib/app-menu-update-cdn/current-content.js +1 -1
  19. package/lib/app-menu-update-cdn/input-cdn-asset.js +1 -1
  20. package/lib/app-menu-update-cdn/main.js +1 -1
  21. package/lib/app-menu-update-cdn/update-menu-cdn-url.js +1 -1
  22. package/lib/auth/auth-server-ui.js +1 -1
  23. package/lib/auth/auth-server.js +1 -1
  24. package/lib/auth/constant.js +1 -1
  25. package/lib/auth/get-cookie.js +1 -1
  26. package/lib/auth/is-session-valid.js +1 -1
  27. package/lib/auth/logout.js +1 -1
  28. package/lib/cli.js +1 -1
  29. package/lib/cmd/build-watch.js +1 -1
  30. package/lib/cmd/build.js +1 -1
  31. package/lib/cmd/logs.js +1 -1
  32. package/lib/cmd/preview.js +1 -1
  33. package/lib/cmd/start.js +1 -1
  34. package/lib/config/config-help.js +1 -1
  35. package/lib/config/main.js +1 -1
  36. package/lib/constant/domain.js +1 -1
  37. package/lib/constant/env.js +1 -1
  38. package/lib/create-app/enhanced-guided-create.js +1 -1
  39. package/lib/create-app/format-elapsed.js +1 -1
  40. package/lib/create-app/main.js +1 -1
  41. package/lib/create-app/task-finished.js +1 -1
  42. package/lib/create-app/task-loading.js +1 -1
  43. package/lib/create-app/task-running.js +1 -1
  44. package/lib/create-app/task-time.js +1 -1
  45. package/lib/create-app/use-copy-project-template.js +1 -1
  46. package/lib/create-app/use-format-code.js +1 -1
  47. package/lib/create-app/use-install-dependencies.js +1 -1
  48. package/lib/help.js +1 -1
  49. package/lib/init/main.js +1 -1
  50. package/lib/mcp/claude.js +1 -0
  51. package/lib/mcp/cursor.js +1 -1
  52. package/lib/mcp/main.js +1 -1
  53. package/lib/skills/main.js +1 -0
  54. package/lib/utils/check-sdk-version.js +1 -1
  55. package/lib/utils/config.js +1 -1
  56. package/lib/utils/copy-directory.js +1 -1
  57. package/lib/utils/http-client.js +1 -1
  58. package/lib/utils/logger.js +1 -1
  59. package/lib/utils/router-updater.js +1 -1
  60. package/lib/utils/sleep.js +1 -1
  61. package/lib/utils/template-replacer.js +1 -1
  62. package/package.json +1 -1
  63. package/templates/projects/sub-app-react-demo/index.html +22 -34
  64. package/templates/projects/sub-app-react-demo/public/logo.svg +1 -0
  65. package/templates/projects/sub-app-react-demo/src/api/api.ts +1 -1
  66. package/templates/projects/sub-app-react-demo/src/api/client.ts +1 -1
  67. package/templates/projects/sub-app-react-demo/src/layouts/MainLayout.tsx +44 -71
  68. package/templates/projects/sub-app-react-demo/src/pages/index.tsx +387 -927
  69. package/templates/projects/sub-app-react-demo/src/pages/sdk-demo/index.tsx +1 -1
  70. package/templates/projects/sub-app-react-demo/src/pages/workbench/index.module.css +293 -0
  71. package/templates/projects/sub-app-react-demo/src/pages/workbench/index.tsx +100 -414
  72. package/templates/projects/sub-app-react-demo/src/style.css +21 -15
  73. package/templates/projects/sub-app-react-demo/vite.config.ts +18 -13
  74. package/templates/rules/lovrabet_rules.mdc.tpl +636 -43
  75. package/templates/skills/.claude/skills/lovrabet/SKILL.md +257 -0
  76. package/templates/skills/.cursor/commands/lovrabet.md +247 -0
  77. package/templates/skills/.cursorrules +109 -0
  78. package/templates/skills/.shared/README.md +45 -0
  79. package/templates/skills/.shared/guides/01-filter-query/guide.md +300 -0
  80. package/templates/skills/.shared/guides/02-mcp-sql-workflow/guide.md +272 -0
  81. package/templates/skills/.shared/guides/03-antd-style/guide.md +227 -0
  82. package/templates/skills/.shared/guides/04-troubleshooting/guide.md +426 -0
  83. package/templates/skills/.shared/guides/05-api-integration/guide.md +327 -0
  84. package/templates/skills/.shared/guides/06-menu-management/guide.md +305 -0
  85. package/templates/skills/.windsurf/workflows/lovrabet.md +256 -0
  86. package/templates/projects/sub-app-react-demo/.vscode/extensions.json +0 -3
  87. package/templates/projects/sub-app-react-demo/.vscode/settings.json +0 -57
  88. package/templates/projects/sub-app-react-demo/src/pages/intro/index.tsx +0 -560
@@ -1 +1 @@
1
- (function(_0x4edc16,_0x35f824){const _0xc25586=a0_0x2b84,_0x42a9f1=_0x4edc16();while(!![]){try{const _0x36701a=-parseInt(_0xc25586(0xe9))/0x1*(parseInt(_0xc25586(0xde))/0x2)+parseInt(_0xc25586(0xe3))/0x3*(parseInt(_0xc25586(0xdc))/0x4)+parseInt(_0xc25586(0xe1))/0x5+parseInt(_0xc25586(0xec))/0x6+-parseInt(_0xc25586(0xe0))/0x7*(-parseInt(_0xc25586(0xe6))/0x8)+-parseInt(_0xc25586(0xf1))/0x9*(parseInt(_0xc25586(0xf2))/0xa)+-parseInt(_0xc25586(0xd7))/0xb;if(_0x36701a===_0x35f824)break;else _0x42a9f1['push'](_0x42a9f1['shift']());}catch(_0x41bf5e){_0x42a9f1['push'](_0x42a9f1['shift']());}}}(a0_0x18b4,0x23f22));import{jsx as a0_0x471ee2,jsxs as a0_0x38df4f}from'react/jsx-runtime';function a0_0x2b84(_0x2bc294,_0x626aac){_0x2bc294=_0x2bc294-0xd7;const _0x18b4e6=a0_0x18b4();let _0x2b84ce=_0x18b4e6[_0x2bc294];return _0x2b84ce;}function a0_0x18b4(){const _0x2c9a19=['11787INlsov','length','endsWith','8XsIGhR','页面路径不合法','startsWith','4139zVKrVz','页面路径长度不能超过\x20100\x20个字符','split','639792kIWoAe','\x20←\x20','delete','existsSync','路径不能包含连续的\x20/','178344dPJVQG','70mQipNm','页面路径\x20','gray','2264966UNvIhi','return','trim','\x20直接回车确认,或输入自定义路由地址','slice','248hXmVAt','路径不能以\x20/\x20开头或结尾','86IqeElq','backspace','992747wAQOlD','888890PdCoKb','\x20已存在,请使用其他路径'];a0_0x18b4=function(){return _0x2c9a19;};return a0_0x18b4();}import{useState}from'react';import{Text,Box,useInput}from'ink';import a0_0x320dee from'node:fs';export function InputProjectCode(_0x5a0a62){const _0x2d786e=a0_0x2b84,{onSubmit:_0x10c6e2,pagePath:_0x476751}=_0x5a0a62,[_0x32eef1,_0x2c545f]=useState(''),[_0x17226f,_0x468614]=useState(''),_0x186028='my-page';function _0x45b9f0(_0xe721d4){const _0x3dd8c2=a0_0x2b84;if(_0xe721d4[_0x3dd8c2(0xe4)]>0x64)return{'valid':![],'message':_0x3dd8c2(0xea)};if(_0xe721d4[_0x3dd8c2(0xe8)]('/')||_0xe721d4[_0x3dd8c2(0xe5)]('/'))return{'valid':![],'message':_0x3dd8c2(0xdd)};if(_0xe721d4['includes']('//'))return{'valid':![],'message':_0x3dd8c2(0xf0)};const _0x164b33=_0xe721d4[_0x3dd8c2(0xeb)]('/');for(const _0x28ccad of _0x164b33){if(!_0x28ccad)continue;const _0x76cd86=/^[A-Za-z0-9][A-Za-z0-9_-]*$/;if(!_0x76cd86['test'](_0x28ccad))return{'valid':![],'message':'路径中的每个段只能以字母或数字开头,且只包含字母、数字、-\x20和\x20_'};}return{'valid':!![]};}return useInput((_0x188b66,_0x4b61b4)=>{const _0x5e80ea=a0_0x2b84;if(_0x4b61b4[_0x5e80ea(0xd8)]){const _0xd042ae=_0x32eef1[_0x5e80ea(0xd9)]()||_0x186028;if(_0x17226f)return;const _0x330a2e=_0x476751+'/'+_0xd042ae;if(a0_0x320dee[_0x5e80ea(0xef)](_0x330a2e)){_0x468614(_0x5e80ea(0xf3)+_0xd042ae+_0x5e80ea(0xe2));return;}_0x10c6e2(_0xd042ae),_0x2c545f(''),_0x468614('');}else _0x4b61b4[_0x5e80ea(0xdf)]||_0x4b61b4[_0x5e80ea(0xee)]?_0x2c545f(_0x511ada=>{const _0x18bd4d=_0x5e80ea,_0xb6a114=_0x511ada[_0x18bd4d(0xdb)](0x0,-0x1),{valid:_0x4a9977,message:_0x4ab2d8}=_0x45b9f0(_0xb6a114);return _0x468614(_0x4a9977?'':_0x4ab2d8||_0x18bd4d(0xe7)),_0xb6a114;}):_0x2c545f(_0x430f07=>{const _0x14d3d7=_0x5e80ea,_0x589a67=_0x430f07+_0x188b66,{valid:_0x15e81c,message:_0x1caa5a}=_0x45b9f0(_0x589a67);return _0x468614(_0x15e81c?'':_0x1caa5a||_0x14d3d7(0xe7)),_0x589a67;});}),a0_0x38df4f(Box,{'flexDirection':'column','children':[a0_0x38df4f(Box,{'children':[a0_0x471ee2(Text,{'color':_0x2d786e(0xf4),'children':'\x20Step2:\x20'}),a0_0x471ee2(Text,{'children':'页面路由地址:\x20'}),_0x32eef1?a0_0x471ee2(Text,{'color':'green','children':_0x32eef1}):a0_0x471ee2(Text,{'color':'gray','children':_0x186028}),_0x17226f&&a0_0x38df4f(Text,{'color':'red','children':[_0x2d786e(0xed),_0x17226f]})]}),!_0x17226f&&!_0x32eef1&&a0_0x471ee2(Box,{'children':a0_0x471ee2(Text,{'color':_0x2d786e(0xf4),'children':_0x2d786e(0xda)})})]});}
1
+ (function(_0x31c52c,_0x442cb2){const _0x15f8ef=a0_0x2d5f,_0x568e80=_0x31c52c();while(!![]){try{const _0x1c78ea=-parseInt(_0x15f8ef(0x99))/0x1*(parseInt(_0x15f8ef(0x91))/0x2)+parseInt(_0x15f8ef(0x90))/0x3+-parseInt(_0x15f8ef(0xa4))/0x4+-parseInt(_0x15f8ef(0xa1))/0x5+parseInt(_0x15f8ef(0x8e))/0x6+-parseInt(_0x15f8ef(0x8a))/0x7+-parseInt(_0x15f8ef(0xa7))/0x8*(-parseInt(_0x15f8ef(0x98))/0x9);if(_0x1c78ea===_0x442cb2)break;else _0x568e80['push'](_0x568e80['shift']());}catch(_0x481d04){_0x568e80['push'](_0x568e80['shift']());}}}(a0_0x39c9,0x350ce));function a0_0x2d5f(_0x1bfd4b,_0x57ee8b){_0x1bfd4b=_0x1bfd4b-0x89;const _0x39c9f6=a0_0x39c9();let _0x2d5f2a=_0x39c9f6[_0x1bfd4b];return _0x2d5f2a;}import{jsx as a0_0x43e64f,jsxs as a0_0x1813ed}from'react/jsx-runtime';import{useState}from'react';import{Text,Box,useInput}from'ink';import a0_0x1711aa from'node:fs';export function InputProjectCode(_0x19aba4){const _0xd80925=a0_0x2d5f,{onSubmit:_0x23143f,pagePath:_0x604d00}=_0x19aba4,[_0x9767fc,_0x567b1c]=useState(''),[_0x280996,_0xf78fd]=useState(''),_0x1b9289=_0xd80925(0x9b);function _0x17be88(_0x4ed20f){const _0x4bb894=_0xd80925;if(_0x4ed20f[_0x4bb894(0x8f)]>0x64)return{'valid':![],'message':_0x4bb894(0xa0)};if(_0x4ed20f[_0x4bb894(0x97)]('/')||_0x4ed20f[_0x4bb894(0xa5)]('/'))return{'valid':![],'message':_0x4bb894(0xa2)};if(_0x4ed20f[_0x4bb894(0x8c)]('//'))return{'valid':![],'message':'路径不能包含连续的\x20/'};const _0x150475=_0x4ed20f[_0x4bb894(0x93)]('/');for(const _0x3dc8de of _0x150475){if(!_0x3dc8de)continue;const _0x5360cf=/^[A-Za-z0-9][A-Za-z0-9_-]*$/;if(!_0x5360cf[_0x4bb894(0x8d)](_0x3dc8de))return{'valid':![],'message':_0x4bb894(0x96)};}return{'valid':!![]};}return useInput((_0x28e5e8,_0xd6db44)=>{const _0x2e6e8e=_0xd80925;if(_0xd6db44['return']){const _0x201156=_0x9767fc['trim']()||_0x1b9289;if(_0x280996)return;const _0x371598=_0x604d00+'/'+_0x201156;if(a0_0x1711aa[_0x2e6e8e(0x89)](_0x371598)){_0xf78fd(_0x2e6e8e(0x9f)+_0x201156+'\x20已存在,请使用其他路径');return;}_0x23143f(_0x201156),_0x567b1c(''),_0xf78fd('');}else _0xd6db44['backspace']||_0xd6db44[_0x2e6e8e(0x9e)]?_0x567b1c(_0x3795a5=>{const _0x4e9885=_0x2e6e8e,_0xde7b=_0x3795a5[_0x4e9885(0x9a)](0x0,-0x1),{valid:_0x3a956b,message:_0x5752e6}=_0x17be88(_0xde7b);return _0xf78fd(_0x3a956b?'':_0x5752e6||_0x4e9885(0xa6)),_0xde7b;}):_0x567b1c(_0x44cd94=>{const _0x293d26=_0x44cd94+_0x28e5e8,{valid:_0x29d66f,message:_0x5a617b}=_0x17be88(_0x293d26);return _0xf78fd(_0x29d66f?'':_0x5a617b||'页面路径不合法'),_0x293d26;});}),a0_0x1813ed(Box,{'flexDirection':_0xd80925(0x9c),'children':[a0_0x1813ed(Box,{'children':[a0_0x43e64f(Text,{'color':'gray','children':_0xd80925(0x92)}),a0_0x43e64f(Text,{'children':_0xd80925(0x8b)}),_0x9767fc?a0_0x43e64f(Text,{'color':_0xd80925(0x95),'children':_0x9767fc}):a0_0x43e64f(Text,{'color':_0xd80925(0xa3),'children':_0x1b9289}),_0x280996&&a0_0x1813ed(Text,{'color':_0xd80925(0x94),'children':[_0xd80925(0x9d),_0x280996]})]}),!_0x280996&&!_0x9767fc&&a0_0x43e64f(Box,{'children':a0_0x43e64f(Text,{'color':'gray','children':'\x20直接回车确认,或输入自定义路由地址'})})]});}function a0_0x39c9(){const _0x4070e5=['existsSync','1129065auZnLX','页面路由地址:\x20','includes','test','1034004OvOkwq','length','1001460VlkUci','10MvFaep','\x20Step2:\x20','split','red','green','路径中的每个段只能以字母或数字开头,且只包含字母、数字、-\x20和\x20_','startsWith','531ySBRND','67323rXASfi','slice','my-page','column','\x20←\x20','delete','页面路径\x20','页面路径长度不能超过\x20100\x20个字符','1069240BrnBJx','路径不能以\x20/\x20开头或结尾','gray','631592BaWjNZ','endsWith','页面路径不合法','78752qjFerQ'];a0_0x39c9=function(){return _0x4070e5;};return a0_0x39c9();}
@@ -1 +1 @@
1
- const a1_0x374147=a1_0x52ad;(function(_0x3d3343,_0x1f9ad5){const _0x2c6c75=a1_0x52ad,_0x185934=_0x3d3343();while(!![]){try{const _0x2ccafa=parseInt(_0x2c6c75(0x130))/0x1+-parseInt(_0x2c6c75(0x116))/0x2+-parseInt(_0x2c6c75(0x114))/0x3+parseInt(_0x2c6c75(0x133))/0x4+parseInt(_0x2c6c75(0x12d))/0x5*(-parseInt(_0x2c6c75(0x12e))/0x6)+parseInt(_0x2c6c75(0x117))/0x7*(parseInt(_0x2c6c75(0x128))/0x8)+-parseInt(_0x2c6c75(0x123))/0x9*(parseInt(_0x2c6c75(0x115))/0xa);if(_0x2ccafa===_0x1f9ad5)break;else _0x185934['push'](_0x185934['shift']());}catch(_0x4790e3){_0x185934['push'](_0x185934['shift']());}}}(a1_0x3a3b,0xadc28));import{jsx as a1_0x31648f,jsxs as a1_0x212338,Fragment as a1_0x56e961}from'react/jsx-runtime';import{fileURLToPath}from'node:url';function a1_0x3a3b(){const _0x544169=['success','\x20Step2:\x20','页面添加成功:\x20','\x20*\x20路由地址:\x20','column','1217277gQVGya','209830DpDGgm','2283900YZRqGP','1433663QRungQ','join','error','now','resolve','finally','已选择页面模板\x20','add-page','\x20Step1:\x20','message','info','setLogPath','18DmxOBP','src','pages','\x20*\x20页面文件已创建,可直接通过路由访问','页面添加失败:\x20','40hmhVJX','gray','已输入的页面路由\x20','正在创建页面,请稍候…','开始添加页面:\x20','5194995atBdzS','6jjyOcQ','cwd','1050219EiWLmX','green','then','5064520LLyOFJ','processTemplate'];a1_0x3a3b=function(){return _0x544169;};return a1_0x3a3b();}import a1_0x40d250 from'node:path';import{useEffect,useState}from'react';import{Box,Text,useApp}from'ink';import{SelectPageTemplate}from'./select-page-template.js';import{InputProjectCode}from'./input-page-router.js';function a1_0x52ad(_0x53915d,_0x90d572){_0x53915d=_0x53915d-0x110;const _0x3a3bf0=a1_0x3a3b();let _0x52adaf=_0x3a3bf0[_0x53915d];return _0x52adaf;}import{logger}from'../utils/logger.js';import{TemplateReplacer}from'../utils/template-replacer.js';const __dirname=a1_0x40d250['dirname'](fileURLToPath(import.meta.url)),pageTemplateDir=a1_0x40d250[a1_0x374147(0x11b)](__dirname,'../../templates/pages'),projectDir=process[a1_0x374147(0x12f)]();export const AddPage=()=>{const _0x407db2=a1_0x374147,{exit:_0x5a2d4d}=useApp(),[_0x3b1d6f,_0x181d99]=useState(''),[_0x5b1a1f,_0x3b38b9]=useState(''),[_0x2c660b,_0x383f31]=useState(![]),[_0x14e249,_0xbb7f64]=useState(![]),_0x12f8d6=a1_0x40d250[_0x407db2(0x118)](projectDir,_0x407db2(0x124),_0x407db2(0x125)),_0xed99c9=a1_0x40d250[_0x407db2(0x118)](_0x12f8d6,_0x5b1a1f),_0x2fbf30=a1_0x40d250[_0x407db2(0x118)]('src',_0x407db2(0x125),_0x5b1a1f);useEffect(()=>{const _0x3825fe=_0x407db2,_0x317989=a1_0x40d250[_0x3825fe(0x11b)](pageTemplateDir,_0x3b1d6f);if(_0x3b1d6f&&_0x5b1a1f){_0x383f31(!![]),logger[_0x3825fe(0x122)](process[_0x3825fe(0x12f)]());const _0x4af4e1=Date[_0x3825fe(0x11a)]();logger[_0x3825fe(0x121)](_0x3825fe(0x11e),_0x3825fe(0x12c)+_0x5b1a1f,{'template':_0x3b1d6f,'targetPath':_0x2fbf30}),TemplateReplacer[_0x3825fe(0x134)](_0x317989,a1_0x40d250['join'](_0x12f8d6,_0x5b1a1f),_0x5b1a1f,_0x3b1d6f)[_0x3825fe(0x132)](()=>{const _0x4517a1=_0x3825fe,_0x24231a=Date[_0x4517a1(0x11a)]()-_0x4af4e1;logger[_0x4517a1(0x135)]('add-page',_0x4517a1(0x111)+_0x5b1a1f,_0x24231a,{'template':_0x3b1d6f,'targetPath':_0x2fbf30,'routePath':_0x5b1a1f}),_0xbb7f64(!![]);})['catch'](_0x312194=>{const _0x2968b9=_0x3825fe,_0x22ac48=Date['now']()-_0x4af4e1;logger[_0x2968b9(0x119)](_0x2968b9(0x11e),_0x2968b9(0x127)+_0x5b1a1f,{'template':_0x3b1d6f,'targetPath':_0x2fbf30,'error':_0x312194 instanceof Error?_0x312194[_0x2968b9(0x120)]:String(_0x312194),'duration':_0x22ac48});})[_0x3825fe(0x11c)](()=>{_0x383f31(![]);});}},[_0x3b1d6f,_0x5b1a1f]),useEffect(()=>{_0x14e249&&setTimeout(()=>{_0x5a2d4d();});},[_0x14e249]);if(_0x3b1d6f)return a1_0x212338(Box,{'flexDirection':_0x407db2(0x113),'paddingY':0x1,'children':[a1_0x212338(Box,{'children':[a1_0x31648f(Text,{'color':_0x407db2(0x129),'children':_0x407db2(0x11f)}),a1_0x31648f(Text,{'children':_0x407db2(0x11d)}),a1_0x31648f(Text,{'color':_0x407db2(0x131),'children':_0x3b1d6f})]}),_0x5b1a1f?a1_0x212338(Box,{'children':[a1_0x31648f(Text,{'color':_0x407db2(0x129),'children':_0x407db2(0x110)}),a1_0x31648f(Text,{'children':_0x407db2(0x12a)}),a1_0x31648f(Text,{'color':_0x407db2(0x131),'children':_0x5b1a1f})]}):a1_0x31648f(InputProjectCode,{'pagePath':_0xed99c9,'onSubmit':_0x3b38b9}),_0x5b1a1f&&_0x2c660b?a1_0x212338(Box,{'marginTop':0x1,'children':[a1_0x31648f(Box,{'width':'4'}),a1_0x31648f(Text,{'children':_0x407db2(0x12b)})]}):null,_0x14e249?a1_0x212338(a1_0x56e961,{'children':[a1_0x31648f(Box,{'marginTop':0x1,'children':a1_0x31648f(Text,{'color':_0x407db2(0x129),'children':'\x20*\x20页面创建成功!'})}),a1_0x212338(Box,{'children':[a1_0x31648f(Text,{'color':'gray','children':'\x20*\x20页面路径:\x20'}),a1_0x31648f(Text,{'color':_0x407db2(0x131),'children':_0x2fbf30})]}),a1_0x212338(Box,{'children':[a1_0x31648f(Text,{'color':_0x407db2(0x129),'children':_0x407db2(0x112)}),a1_0x212338(Text,{'color':'green','children':['/',_0x5b1a1f]})]}),a1_0x31648f(Box,{'marginTop':0x1,'children':a1_0x31648f(Text,{'color':'cyan','children':_0x407db2(0x126)})})]}):null]});return a1_0x31648f(SelectPageTemplate,{'onSelect':_0x181d99});};
1
+ const a1_0x37681e=a1_0x3eab;(function(_0x52b606,_0x164e64){const _0x3be899=a1_0x3eab,_0x2381bc=_0x52b606();while(!![]){try{const _0xa8df6=parseInt(_0x3be899(0x8b))/0x1*(parseInt(_0x3be899(0x9a))/0x2)+parseInt(_0x3be899(0x82))/0x3*(parseInt(_0x3be899(0x8e))/0x4)+-parseInt(_0x3be899(0xa7))/0x5+-parseInt(_0x3be899(0x91))/0x6*(parseInt(_0x3be899(0x8f))/0x7)+parseInt(_0x3be899(0x8a))/0x8*(-parseInt(_0x3be899(0x88))/0x9)+parseInt(_0x3be899(0xa0))/0xa*(-parseInt(_0x3be899(0x98))/0xb)+parseInt(_0x3be899(0x96))/0xc;if(_0xa8df6===_0x164e64)break;else _0x2381bc['push'](_0x2381bc['shift']());}catch(_0x1c677a){_0x2381bc['push'](_0x2381bc['shift']());}}}(a1_0x5b0a,0x45dce));function a1_0x3eab(_0x4e6bc2,_0x40fb70){_0x4e6bc2=_0x4e6bc2-0x7f;const _0x5b0a8e=a1_0x5b0a();let _0x3eab71=_0x5b0a8e[_0x4e6bc2];return _0x3eab71;}import{jsx as a1_0x6fc5a4,jsxs as a1_0x9e3676,Fragment as a1_0x355342}from'react/jsx-runtime';import{fileURLToPath}from'node:url';import a1_0x490b78 from'node:path';import{useEffect,useState}from'react';import{Box,Text,useApp}from'ink';import{SelectPageTemplate}from'./select-page-template.js';function a1_0x5b0a(){const _0x4e6425=['../../templates/pages','resolve','\x20Step2:\x20','10rjRPcv','now','pages','cwd','catch','join','src','123635ztwwzT','dirname','\x20*\x20路由地址:\x20','已选择页面模板\x20','178284xRJaRV','cyan','green','已输入的页面路由\x20','gray','message','2484dGqzeA','finally','1568LFykMS','8kPUdxx','error','\x20*\x20页面文件已创建,可直接通过路由访问','32ZFzzKr','14EnQipk','setLogPath','597078PYxIwb','页面添加失败:\x20','开始添加页面:\x20','\x20Step1:\x20','页面添加成功:\x20','2304660ENeUFP','正在创建页面,请稍候…','5082088AooCnf','\x20*\x20页面创建成功!','89634rkIHmt','processTemplate','add-page'];a1_0x5b0a=function(){return _0x4e6425;};return a1_0x5b0a();}import{InputProjectCode}from'./input-page-router.js';import{logger}from'../utils/logger.js';import{TemplateReplacer}from'../utils/template-replacer.js';const __dirname=a1_0x490b78[a1_0x37681e(0x7f)](fileURLToPath(import.meta.url)),pageTemplateDir=a1_0x490b78[a1_0x37681e(0x9e)](__dirname,a1_0x37681e(0x9d)),projectDir=process[a1_0x37681e(0xa3)]();export const AddPage=()=>{const _0x2b5cf0=a1_0x37681e,{exit:_0x31816d}=useApp(),[_0x10ca6d,_0x370907]=useState(''),[_0x10b8ab,_0x137a61]=useState(''),[_0x18b765,_0x998fb]=useState(![]),[_0x2b30fb,_0x5cb46b]=useState(![]),_0x3d22d6=a1_0x490b78[_0x2b5cf0(0xa5)](projectDir,_0x2b5cf0(0xa6),_0x2b5cf0(0xa2)),_0x55ef22=a1_0x490b78['join'](_0x3d22d6,_0x10b8ab),_0x3d2fd3=a1_0x490b78[_0x2b5cf0(0xa5)](_0x2b5cf0(0xa6),_0x2b5cf0(0xa2),_0x10b8ab);useEffect(()=>{const _0x48cca1=_0x2b5cf0,_0x8c74c=a1_0x490b78[_0x48cca1(0x9e)](pageTemplateDir,_0x10ca6d);if(_0x10ca6d&&_0x10b8ab){_0x998fb(!![]),logger[_0x48cca1(0x90)](process[_0x48cca1(0xa3)]());const _0x64bada=Date[_0x48cca1(0xa1)]();logger['info'](_0x48cca1(0x9c),_0x48cca1(0x93)+_0x10b8ab,{'template':_0x10ca6d,'targetPath':_0x3d2fd3}),TemplateReplacer[_0x48cca1(0x9b)](_0x8c74c,a1_0x490b78[_0x48cca1(0xa5)](_0x3d22d6,_0x10b8ab),_0x10b8ab,_0x10ca6d)['then'](()=>{const _0x36200f=_0x48cca1,_0x113136=Date[_0x36200f(0xa1)]()-_0x64bada;logger['success'](_0x36200f(0x9c),_0x36200f(0x95)+_0x10b8ab,_0x113136,{'template':_0x10ca6d,'targetPath':_0x3d2fd3,'routePath':_0x10b8ab}),_0x5cb46b(!![]);})[_0x48cca1(0xa4)](_0x14499b=>{const _0x51f5ec=_0x48cca1,_0x19ce7e=Date['now']()-_0x64bada;logger[_0x51f5ec(0x8c)](_0x51f5ec(0x9c),_0x51f5ec(0x92)+_0x10b8ab,{'template':_0x10ca6d,'targetPath':_0x3d2fd3,'error':_0x14499b instanceof Error?_0x14499b[_0x51f5ec(0x87)]:String(_0x14499b),'duration':_0x19ce7e});})[_0x48cca1(0x89)](()=>{_0x998fb(![]);});}},[_0x10ca6d,_0x10b8ab]),useEffect(()=>{_0x2b30fb&&setTimeout(()=>{_0x31816d();});},[_0x2b30fb]);if(_0x10ca6d)return a1_0x9e3676(Box,{'flexDirection':'column','paddingY':0x1,'children':[a1_0x9e3676(Box,{'children':[a1_0x6fc5a4(Text,{'color':_0x2b5cf0(0x86),'children':_0x2b5cf0(0x94)}),a1_0x6fc5a4(Text,{'children':_0x2b5cf0(0x81)}),a1_0x6fc5a4(Text,{'color':'green','children':_0x10ca6d})]}),_0x10b8ab?a1_0x9e3676(Box,{'children':[a1_0x6fc5a4(Text,{'color':_0x2b5cf0(0x86),'children':_0x2b5cf0(0x9f)}),a1_0x6fc5a4(Text,{'children':_0x2b5cf0(0x85)}),a1_0x6fc5a4(Text,{'color':_0x2b5cf0(0x84),'children':_0x10b8ab})]}):a1_0x6fc5a4(InputProjectCode,{'pagePath':_0x55ef22,'onSubmit':_0x137a61}),_0x10b8ab&&_0x18b765?a1_0x9e3676(Box,{'marginTop':0x1,'children':[a1_0x6fc5a4(Box,{'width':'4'}),a1_0x6fc5a4(Text,{'children':_0x2b5cf0(0x97)})]}):null,_0x2b30fb?a1_0x9e3676(a1_0x355342,{'children':[a1_0x6fc5a4(Box,{'marginTop':0x1,'children':a1_0x6fc5a4(Text,{'color':_0x2b5cf0(0x86),'children':_0x2b5cf0(0x99)})}),a1_0x9e3676(Box,{'children':[a1_0x6fc5a4(Text,{'color':_0x2b5cf0(0x86),'children':'\x20*\x20页面路径:\x20'}),a1_0x6fc5a4(Text,{'color':'green','children':_0x3d2fd3})]}),a1_0x9e3676(Box,{'children':[a1_0x6fc5a4(Text,{'color':_0x2b5cf0(0x86),'children':_0x2b5cf0(0x80)}),a1_0x9e3676(Text,{'color':_0x2b5cf0(0x84),'children':['/',_0x10b8ab]})]}),a1_0x6fc5a4(Box,{'marginTop':0x1,'children':a1_0x6fc5a4(Text,{'color':_0x2b5cf0(0x83),'children':_0x2b5cf0(0x8d)})})]}):null]});return a1_0x6fc5a4(SelectPageTemplate,{'onSelect':_0x370907});};
@@ -1 +1 @@
1
- (function(_0x38a798,_0x58ca1a){const _0x106551=a2_0x35fe,_0xbb9dc0=_0x38a798();while(!![]){try{const _0x5ec0f3=-parseInt(_0x106551(0x106))/0x1+-parseInt(_0x106551(0xf9))/0x2*(parseInt(_0x106551(0xfb))/0x3)+parseInt(_0x106551(0x10d))/0x4+parseInt(_0x106551(0xff))/0x5+parseInt(_0x106551(0x104))/0x6+parseInt(_0x106551(0x113))/0x7+-parseInt(_0x106551(0x103))/0x8*(parseInt(_0x106551(0x101))/0x9);if(_0x5ec0f3===_0x58ca1a)break;else _0xbb9dc0['push'](_0xbb9dc0['shift']());}catch(_0x2ed272){_0xbb9dc0['push'](_0xbb9dc0['shift']());}}}(a2_0x2227,0xc7e0b));import{jsx as a2_0xce3898,jsxs as a2_0x36231a}from'react/jsx-runtime';function a2_0x2227(){const _0x396301=['localeCompare','1290968udofdV','6662748pojnUR','name','570886bUWzFD','\x20Step1:\x20','return','isDirectory','templates/pages','green','join','2634876BxkpKT','error','downArrow','gray','\x20\x20\x20\x20\x20\x20>\x20','column','6699420JyBGAS','\x20\x20\x20\x20\x20\x20\x20\x20','onSelect','sort','map','resolve','获取模板列表失败:','442UwvoVC','正在加载页面模板...','22191EslLSK','length','blank','label','3104135Ndvbcg','../..','18cCCpLt'];a2_0x2227=function(){return _0x396301;};return a2_0x2227();}import{useState,useEffect}from'react';import{Text,Box,useInput}from'ink';import{readdir}from'node:fs/promises';function a2_0x35fe(_0x9eafcf,_0x3b5a76){_0x9eafcf=_0x9eafcf-0xf7;const _0x22270e=a2_0x2227();let _0x35fe33=_0x22270e[_0x9eafcf];return _0x35fe33;}import a2_0x22e0ef from'node:path';import{fileURLToPath}from'node:url';async function getTemplateList(){const _0x285799=a2_0x35fe;try{const _0x3e6db7=fileURLToPath(import.meta.url),_0x43e8d7=a2_0x22e0ef[_0x285799(0xf7)](a2_0x22e0ef['dirname'](_0x3e6db7),_0x285799(0x100)),_0x3c2663=a2_0x22e0ef[_0x285799(0x10c)](_0x43e8d7,_0x285799(0x10a)),_0x1c2cc1=await readdir(_0x3c2663,{'withFileTypes':!![]}),_0x20aab0=_0x1c2cc1['filter'](_0x2c399f=>_0x2c399f[_0x285799(0x109)]())[_0x285799(0x117)](_0x594fae=>({'label':_0x594fae[_0x285799(0x105)]}))[_0x285799(0x116)]((_0x78c87f,_0x5ebc71)=>_0x78c87f[_0x285799(0xfe)][_0x285799(0x102)](_0x5ebc71[_0x285799(0xfe)]));return _0x20aab0;}catch(_0x3f06a0){return console[_0x285799(0x10e)](_0x285799(0xf8),_0x3f06a0),[{'label':_0x285799(0xfd)},{'label':'sdk-fetch'}];}}export function SelectPageTemplate(_0x126e3d){const _0x482c50=a2_0x35fe,[_0x5dc5df,_0x1fd9d8]=useState(0x0),[_0x1352e1,_0x3c6903]=useState([]),[_0x25a1b9,_0xb741c7]=useState(!![]);useEffect(()=>{async function _0x309f51(){const _0xbf19c4=await getTemplateList();_0x3c6903(_0xbf19c4),_0xb741c7(![]);}_0x309f51();},[]),useInput((_0xb2433f,_0x3a7e42)=>{const _0x432b21=a2_0x35fe;if(_0x25a1b9)return;if(_0x3a7e42[_0x432b21(0x108)]){const _0x342837=_0x1352e1[_0x5dc5df];_0x342837&&_0x126e3d[_0x432b21(0x115)](_0x342837['label']);}_0x3a7e42['upArrow']&&_0x1fd9d8(_0x2da048=>_0x2da048===0x0?_0x1352e1['length']-0x1:_0x2da048-0x1),_0x3a7e42[_0x432b21(0x10f)]&&_0x1fd9d8(_0x5c5c49=>_0x5c5c49===_0x1352e1[_0x432b21(0xfc)]-0x1?0x0:_0x5c5c49+0x1);});if(_0x25a1b9)return a2_0xce3898(Box,{'flexDirection':_0x482c50(0x112),'paddingY':0x1,'children':a2_0x36231a(Box,{'children':[a2_0xce3898(Text,{'color':'gray','children':_0x482c50(0x107)}),a2_0xce3898(Text,{'children':_0x482c50(0xfa)})]})});return a2_0x36231a(Box,{'flexDirection':_0x482c50(0x112),'paddingY':0x1,'children':[a2_0x36231a(Box,{'children':[a2_0xce3898(Text,{'color':_0x482c50(0x110),'children':_0x482c50(0x107)}),a2_0xce3898(Text,{'children':'请选择您要创建的页面模板'})]}),_0x1352e1[_0x482c50(0x117)]((_0xc9c7bf,_0xa8057f)=>{const _0x355e9c=_0x482c50,_0x291109=_0xa8057f===_0x5dc5df,_0x23ff71=_0x291109?_0x355e9c(0x111)+_0xc9c7bf['label']:_0x355e9c(0x114)+_0xc9c7bf[_0x355e9c(0xfe)];return a2_0xce3898(Box,{'children':a2_0xce3898(Text,{'color':_0x291109?_0x355e9c(0x10b):undefined,'children':_0x23ff71})},_0x23ff71);})]});}
1
+ function a2_0x59dd(){const _0x3a48ec=['2774456iksrEf','upArrow','column','localeCompare','resolve','map','12cTqugY','正在加载页面模板...','\x20Step1:\x20','isDirectory','dirname','filter','236RoObIS','12frasTS','9BZkHkv','6834560EeNlqT','sort','blank','gray','13428eNdmYY','59628qeaPKH','18012423fHQNCw','name','length','238PqzMrw','error','green','label','获取模板列表失败:','1038280ChlagA','111927OSIhIw','return','downArrow','../..'];a2_0x59dd=function(){return _0x3a48ec;};return a2_0x59dd();}(function(_0x3ae0fe,_0x183f6d){const _0x3b3cd2=a2_0x2082,_0x3d7ee4=_0x3ae0fe();while(!![]){try{const _0x375e91=parseInt(_0x3b3cd2(0xd5))/0x1*(parseInt(_0x3b3cd2(0xf0))/0x2)+-parseInt(_0x3b3cd2(0xe0))/0x3*(-parseInt(_0x3b3cd2(0xea))/0x4)+parseInt(_0x3b3cd2(0xf3))/0x5+parseInt(_0x3b3cd2(0xd6))/0x6*(-parseInt(_0x3b3cd2(0xda))/0x7)+parseInt(_0x3b3cd2(0xe4))/0x8*(-parseInt(_0x3b3cd2(0xf2))/0x9)+parseInt(_0x3b3cd2(0xdf))/0xa+parseInt(_0x3b3cd2(0xd7))/0xb*(-parseInt(_0x3b3cd2(0xf1))/0xc);if(_0x375e91===_0x183f6d)break;else _0x3d7ee4['push'](_0x3d7ee4['shift']());}catch(_0x2998bb){_0x3d7ee4['push'](_0x3d7ee4['shift']());}}}(a2_0x59dd,0xce4b3));import{jsx as a2_0xd8dedf,jsxs as a2_0x50eaff}from'react/jsx-runtime';function a2_0x2082(_0x218799,_0x207107){_0x218799=_0x218799-0xd2;const _0x59dd5c=a2_0x59dd();let _0x208204=_0x59dd5c[_0x218799];return _0x208204;}import{useState,useEffect}from'react';import{Text,Box,useInput}from'ink';import{readdir}from'node:fs/promises';import a2_0x120169 from'node:path';import{fileURLToPath}from'node:url';async function getTemplateList(){const _0x18bca0=a2_0x2082;try{const _0x45d9d6=fileURLToPath(import.meta.url),_0x348240=a2_0x120169[_0x18bca0(0xe8)](a2_0x120169[_0x18bca0(0xee)](_0x45d9d6),_0x18bca0(0xe3)),_0x1e08f6=a2_0x120169['join'](_0x348240,'templates/pages'),_0x43e9be=await readdir(_0x1e08f6,{'withFileTypes':!![]}),_0x564ea6=_0x43e9be[_0x18bca0(0xef)](_0x101293=>_0x101293[_0x18bca0(0xed)]())[_0x18bca0(0xe9)](_0x45eec4=>({'label':_0x45eec4[_0x18bca0(0xd8)]}))[_0x18bca0(0xd2)]((_0x215583,_0x150227)=>_0x215583['label'][_0x18bca0(0xe7)](_0x150227[_0x18bca0(0xdd)]));return _0x564ea6;}catch(_0x4b3130){return console[_0x18bca0(0xdb)](_0x18bca0(0xde),_0x4b3130),[{'label':_0x18bca0(0xd3)},{'label':'sdk-fetch'}];}}export function SelectPageTemplate(_0x194b3e){const _0x2c2274=a2_0x2082,[_0x19c8fe,_0x51f894]=useState(0x0),[_0x5bc2b9,_0x3659bc]=useState([]),[_0x52fa17,_0x56dd6f]=useState(!![]);useEffect(()=>{async function _0x1b19de(){const _0x2211c6=await getTemplateList();_0x3659bc(_0x2211c6),_0x56dd6f(![]);}_0x1b19de();},[]),useInput((_0x2fab33,_0x3ebda5)=>{const _0x3183f0=a2_0x2082;if(_0x52fa17)return;if(_0x3ebda5[_0x3183f0(0xe1)]){const _0xe44361=_0x5bc2b9[_0x19c8fe];_0xe44361&&_0x194b3e['onSelect'](_0xe44361['label']);}_0x3ebda5[_0x3183f0(0xe5)]&&_0x51f894(_0x32de82=>_0x32de82===0x0?_0x5bc2b9[_0x3183f0(0xd9)]-0x1:_0x32de82-0x1),_0x3ebda5[_0x3183f0(0xe2)]&&_0x51f894(_0x2a0a1e=>_0x2a0a1e===_0x5bc2b9[_0x3183f0(0xd9)]-0x1?0x0:_0x2a0a1e+0x1);});if(_0x52fa17)return a2_0xd8dedf(Box,{'flexDirection':_0x2c2274(0xe6),'paddingY':0x1,'children':a2_0x50eaff(Box,{'children':[a2_0xd8dedf(Text,{'color':_0x2c2274(0xd4),'children':_0x2c2274(0xec)}),a2_0xd8dedf(Text,{'children':_0x2c2274(0xeb)})]})});return a2_0x50eaff(Box,{'flexDirection':'column','paddingY':0x1,'children':[a2_0x50eaff(Box,{'children':[a2_0xd8dedf(Text,{'color':'gray','children':_0x2c2274(0xec)}),a2_0xd8dedf(Text,{'children':'请选择您要创建的页面模板'})]}),_0x5bc2b9[_0x2c2274(0xe9)]((_0x559ec1,_0x1697fd)=>{const _0x24cb1a=_0x2c2274,_0x1c7d89=_0x1697fd===_0x19c8fe,_0x467907=_0x1c7d89?'\x20\x20\x20\x20\x20\x20>\x20'+_0x559ec1['label']:'\x20\x20\x20\x20\x20\x20\x20\x20'+_0x559ec1[_0x24cb1a(0xdd)];return a2_0xd8dedf(Box,{'children':a2_0xd8dedf(Text,{'color':_0x1c7d89?_0x24cb1a(0xdc):undefined,'children':_0x467907})},_0x467907);})]});}
@@ -1 +1 @@
1
- (function(_0x4f109e,_0xd4882d){const _0x3b0b69=a3_0x2f23,_0x360bab=_0x4f109e();while(!![]){try{const _0x3ea34a=parseInt(_0x3b0b69(0x144))/0x1*(parseInt(_0x3b0b69(0x16d))/0x2)+parseInt(_0x3b0b69(0x155))/0x3+-parseInt(_0x3b0b69(0x13e))/0x4+-parseInt(_0x3b0b69(0x14b))/0x5*(parseInt(_0x3b0b69(0x14e))/0x6)+-parseInt(_0x3b0b69(0x148))/0x7+parseInt(_0x3b0b69(0x147))/0x8+parseInt(_0x3b0b69(0x151))/0x9*(-parseInt(_0x3b0b69(0x176))/0xa);if(_0x3ea34a===_0xd4882d)break;else _0x360bab['push'](_0x360bab['shift']());}catch(_0x2a7349){_0x360bab['push'](_0x360bab['shift']());}}}(a3_0x2af8,0x2a444));import{jsx as a3_0x1019c7,jsxs as a3_0x583f5b,Fragment as a3_0x15a049}from'react/jsx-runtime';import{useEffect,useState}from'react';import{Box,Text,useApp}from'ink';import{readConfig,getConfigAppCode}from'../utils/config.js';import{initEnv}from'../constant/env.js';import{fetchModelList}from'./fetch-model-list.js';function a3_0x2f23(_0x3fe2f6,_0xfa576c){_0x3fe2f6=_0x3fe2f6-0x13d;const _0x2af8c0=a3_0x2af8();let _0x2f2357=_0x2af8c0[_0x3fe2f6];return _0x2f2357;}import{generateDatasetDocs}from'./api-doc.js';import{logger}from'../utils/logger.js';function a3_0x2af8(){const _0x4f680d=['🚀\x20','env','online','./docs','\x20个匹配的数据集\x1b[0m','log',',\x20失败\x20','red','文档生成完成','includes','使用配置的应用AppCode:\x20','未找到任何数据集','\x1b[33m!\x20以下数据集代码不存在:\x20','gray','文档生成失败:\x20','\x20-\x20','datasetName','💡\x20请使用\x20','*\x20共处理\x20','join','327458kmrBHV','dim','未提供应用AppCode,且配置中也没有默认值','√\x20文档生成完成!成功\x20','\x20个数据集中筛选出\x20','\x20重新登录后再试','green','.md\x20(','cwd','100610SdXTNP','success','825756zRHGJC','string','filter','lovrabet\x20auth','使用指定的应用AppCode:\x20','\x20个数据集','2XHJsHl','\x1b[0m','yellow','2254904LJdzBW','265314Uktcin','length','filePath','5YhsPCM','error','正在获取数据集列表...','973194brJUOn','datasetCode','map','243CMvSBu','white','cyan','\x20个数据集的文档...','725970hqmzxI','指定的数据集代码都不存在:\x20','column','api-doc'];a3_0x2af8=function(){return _0x4f680d;};return a3_0x2af8();}export const ApiDocUI=({appCode:_0x5ac28c,env:_0x3441c0,output:_0x135192,extraParams:_0x19099d,datasetCodes:_0x20aa5d})=>{const _0x336dfd=a3_0x2f23,{exit:_0x8a2d0c}=useApp(),[_0xe356f4,_0x11a68b]=useState(![]),[_0x479979,_0x373688]=useState(''),[_0x66cc35,_0xf8cae6]=useState(![]),[_0x249682,_0x8f8c15]=useState(null),[_0x5ba6fe,_0x11f395]=useState(null),[_0x7f7e00,_0x568f3d]=useState(0x0),_0x2a72a6=readConfig(),_0x5cfec0=getConfigAppCode(),_0x493d43=_0x5ac28c||_0x5cfec0,_0x56fdc7=typeof _0x2a72a6?.[_0x336dfd(0x15a)]===_0x336dfd(0x13f)?_0x2a72a6[_0x336dfd(0x15a)]:undefined,_0x556913=_0x3441c0||_0x56fdc7||_0x336dfd(0x15b);initEnv(_0x556913);const _0x36a134=_0x135192||_0x336dfd(0x15c),_0xb1cc57=_0x5ac28c?_0x336dfd(0x142)+_0x493d43:_0x336dfd(0x163)+_0x493d43;useEffect(()=>{_0x11a68b(!![]),_0x5b11bc();},[]),useEffect(()=>{(_0x66cc35||_0x249682)&&_0x8a2d0c();},[_0x66cc35,_0x249682,_0x8a2d0c]);async function _0x5b11bc(){const _0xb57054=_0x336dfd;if(!_0x493d43){_0x8f8c15(_0xb57054(0x16f));return;}try{logger['setLogPath'](process[_0xb57054(0x175)]()),_0x373688(_0xb57054(0x14d));const {configArray:_0x484d97}=await fetchModelList(_0x493d43);_0x568f3d(_0x484d97[_0xb57054(0x149)]);if(_0x484d97[_0xb57054(0x149)]===0x0){_0x8f8c15(_0xb57054(0x164));return;}let _0x3d5b68=_0x484d97;if(_0x20aa5d&&_0x20aa5d[_0xb57054(0x149)]>0x0){_0x3d5b68=_0x484d97['filter'](_0x1e268a=>_0x20aa5d[_0xb57054(0x162)](_0x1e268a[_0xb57054(0x14f)]));const _0x455e7b=_0x3d5b68['map'](_0x125805=>_0x125805['datasetCode']),_0x436032=_0x20aa5d[_0xb57054(0x140)](_0x4afd9b=>!_0x455e7b[_0xb57054(0x162)](_0x4afd9b));_0x436032[_0xb57054(0x149)]>0x0&&console[_0xb57054(0x15e)](_0xb57054(0x165)+_0x436032[_0xb57054(0x16c)](',\x20')+_0xb57054(0x145));if(_0x3d5b68['length']===0x0){_0x8f8c15(_0xb57054(0x156)+_0x20aa5d[_0xb57054(0x16c)](',\x20'));return;}console[_0xb57054(0x15e)]('\x1b[90m*\x20从\x20'+_0x484d97[_0xb57054(0x149)]+_0xb57054(0x171)+_0x3d5b68[_0xb57054(0x149)]+_0xb57054(0x15d));}_0x373688('正在生成\x20'+_0x3d5b68[_0xb57054(0x149)]+_0xb57054(0x154));const _0x307c8=await generateDatasetDocs(_0x3d5b68,_0x493d43,_0x36a134,(_0x5880dc,_0x5c476c,_0x1e2368)=>{const _0x15dd3c=_0xb57054;_0x373688('正在生成\x20'+_0x1e2368+_0x15dd3c(0x174)+_0x5880dc+'/'+_0x5c476c+')');},_0x19099d);_0x11f395(_0x307c8),_0xf8cae6(!![]);const _0x1827a6=_0x307c8[_0xb57054(0x140)](_0x1782d1=>_0x1782d1['success'])['length'],_0x33f0ba=_0x307c8[_0xb57054(0x140)](_0x18b0fa=>!_0x18b0fa[_0xb57054(0x13d)])[_0xb57054(0x149)];logger['success'](_0xb57054(0x158),_0xb57054(0x161),undefined,{'totalCount':_0x307c8[_0xb57054(0x149)],'successCount':_0x1827a6,'failCount':_0x33f0ba,'outputDir':_0x36a134});}catch(_0x35ff09){const _0x58365e=_0x35ff09 instanceof Error?_0x35ff09['message']:String(_0x35ff09);logger[_0xb57054(0x14c)]('api-doc',_0xb57054(0x167)+_0x58365e,{'appCode':_0x493d43,'outputDir':_0x36a134}),_0x8f8c15(_0xb57054(0x167)+_0x58365e);}finally{_0x11a68b(![]);}}const _0x389eeb=_0x5ba6fe?.[_0x336dfd(0x140)](_0x2853ce=>_0x2853ce[_0x336dfd(0x13d)])[_0x336dfd(0x149)]||0x0,_0x4aa955=_0x5ba6fe?.[_0x336dfd(0x140)](_0x4a3d60=>!_0x4a3d60[_0x336dfd(0x13d)])[_0x336dfd(0x149)]||0x0;return a3_0x583f5b(Box,{'flexDirection':_0x336dfd(0x157),'children':[(_0xe356f4||_0x66cc35)&&a3_0x583f5b(Box,{'children':[a3_0x1019c7(Text,{'color':_0x336dfd(0x166),'children':'*\x20'}),a3_0x1019c7(Text,{'color':_0x5ac28c?_0x336dfd(0x152):'dim','children':_0xb1cc57})]}),_0xe356f4&&a3_0x1019c7(Box,{'children':a3_0x583f5b(Text,{'children':[_0x336dfd(0x159),_0x479979,'\x20(环境:\x20',_0x556913,')']})}),_0x66cc35&&_0x5ba6fe&&a3_0x583f5b(Box,{'flexDirection':_0x336dfd(0x157),'children':[a3_0x1019c7(Box,{'children':a3_0x583f5b(Text,{'color':_0x336dfd(0x173),'children':[_0x336dfd(0x170),_0x389eeb,'\x20个',_0x4aa955>0x0&&_0x336dfd(0x15f)+_0x4aa955+'\x20个']})}),a3_0x1019c7(Box,{'marginTop':0x1,'children':a3_0x583f5b(Text,{'color':_0x336dfd(0x166),'children':[_0x336dfd(0x16b),_0x7f7e00,_0x336dfd(0x143)]})}),a3_0x583f5b(Box,{'marginTop':0x1,'children':[a3_0x1019c7(Text,{'color':_0x336dfd(0x166),'children':'*\x20输出目录:\x20'}),a3_0x1019c7(Text,{'color':'cyan','children':_0x36a134})]}),_0x389eeb>0x0&&a3_0x583f5b(a3_0x15a049,{'children':[a3_0x1019c7(Box,{'marginTop':0x1,'children':a3_0x1019c7(Text,{'color':_0x336dfd(0x166),'children':'*\x20生成的文档文件:'})}),_0x5ba6fe['filter'](_0x5e8603=>_0x5e8603[_0x336dfd(0x13d)])['map']((_0x19245f,_0x3fc8d9)=>a3_0x583f5b(Box,{'marginLeft':0x2,'children':[a3_0x583f5b(Text,{'color':_0x336dfd(0x153),'children':['•\x20',_0x19245f[_0x336dfd(0x14a)]]}),a3_0x583f5b(Text,{'color':_0x336dfd(0x16e),'children':[_0x336dfd(0x168),_0x19245f[_0x336dfd(0x169)]]})]},_0x3fc8d9))]}),_0x4aa955>0x0&&a3_0x583f5b(a3_0x15a049,{'children':[a3_0x1019c7(Box,{'marginTop':0x1,'children':a3_0x1019c7(Text,{'color':_0x336dfd(0x146),'children':'⚠️\x20以下数据集生成失败:'})}),_0x5ba6fe[_0x336dfd(0x140)](_0x1a5130=>!_0x1a5130[_0x336dfd(0x13d)])[_0x336dfd(0x150)]((_0x18a29a,_0x195623)=>a3_0x583f5b(Box,{'marginLeft':0x2,'flexDirection':_0x336dfd(0x157),'children':[a3_0x583f5b(Text,{'color':_0x336dfd(0x160),'children':['•\x20',_0x18a29a[_0x336dfd(0x169)],'\x20(',_0x18a29a[_0x336dfd(0x14f)],')']}),_0x18a29a[_0x336dfd(0x14c)]&&a3_0x1019c7(Box,{'marginLeft':0x2,'children':a3_0x1019c7(Text,{'color':'dim','children':_0x18a29a['error']})})]},_0x195623))]})]}),_0x249682&&a3_0x583f5b(Box,{'flexDirection':_0x336dfd(0x157),'children':[a3_0x1019c7(Box,{'children':a3_0x583f5b(Text,{'color':'red','children':['❌\x20',_0x249682]})}),_0x249682[_0x336dfd(0x162)]('登录')&&a3_0x583f5b(Box,{'marginTop':0x1,'children':[a3_0x1019c7(Text,{'color':'yellow','children':_0x336dfd(0x16a)}),a3_0x1019c7(Text,{'color':'cyan','children':_0x336dfd(0x141)}),a3_0x1019c7(Text,{'color':_0x336dfd(0x146),'children':_0x336dfd(0x172)})]})]})]});};
1
+ (function(_0x362ab4,_0x66b0e9){const _0x26a547=a3_0x3380,_0x5d24c7=_0x362ab4();while(!![]){try{const _0x54e893=-parseInt(_0x26a547(0x19a))/0x1*(-parseInt(_0x26a547(0x1a1))/0x2)+-parseInt(_0x26a547(0x1b3))/0x3+parseInt(_0x26a547(0x191))/0x4*(parseInt(_0x26a547(0x194))/0x5)+parseInt(_0x26a547(0x1a7))/0x6+parseInt(_0x26a547(0x1a3))/0x7+parseInt(_0x26a547(0x1ae))/0x8*(parseInt(_0x26a547(0x1ad))/0x9)+-parseInt(_0x26a547(0x1c0))/0xa;if(_0x54e893===_0x66b0e9)break;else _0x5d24c7['push'](_0x5d24c7['shift']());}catch(_0x2ebc48){_0x5d24c7['push'](_0x5d24c7['shift']());}}}(a3_0x3ec5,0x22daf));function a3_0x3ec5(){const _0x19630f=['💡\x20请使用\x20','\x20(环境:\x20','column','\x20重新登录后再试','52coRJJE','\x20-\x20','891786XmRclw','*\x20生成的文档文件:','red','api-doc','653148KLwEBj','log','length','\x1b[0m','指定的数据集代码都不存在:\x20','\x20个匹配的数据集\x1b[0m','9HWdDsn','80048yCkQAr','⚠️\x20以下数据集生成失败:','\x20个数据集中筛选出\x20','map','\x1b[90m*\x20从\x20','342768ZGIlny','gray','message','green','error','\x20个数据集','filter','正在获取数据集列表...','cyan','includes','.md\x20(','white','使用指定的应用AppCode:\x20','4373140fEBakm','yellow','正在生成\x20','join','dim','lovrabet\x20auth','setLogPath','12JAadtc','未找到任何数据集','env','434965tDVEaJ','./docs',',\x20失败\x20','datasetName','filePath','success','7196iUfJJP','使用配置的应用AppCode:\x20','datasetCode'];a3_0x3ec5=function(){return _0x19630f;};return a3_0x3ec5();}import{jsx as a3_0x311a75,jsxs as a3_0x382f83,Fragment as a3_0x5f3d96}from'react/jsx-runtime';import{useEffect,useState}from'react';import{Box,Text,useApp}from'ink';import{readConfig,getConfigAppCode}from'../utils/config.js';import{initEnv}from'../constant/env.js';import{fetchModelList}from'./fetch-model-list.js';import{generateDatasetDocs}from'./api-doc.js';function a3_0x3380(_0x4bd6f6,_0x31f309){_0x4bd6f6=_0x4bd6f6-0x18e;const _0x3ec5ba=a3_0x3ec5();let _0x33806d=_0x3ec5ba[_0x4bd6f6];return _0x33806d;}import{logger}from'../utils/logger.js';export const ApiDocUI=({appCode:_0x426e51,env:_0x1733cd,output:_0x3a3fea,extraParams:_0x5a4bb6,datasetCodes:_0x5f3466})=>{const _0x2564ab=a3_0x3380,{exit:_0x2e423d}=useApp(),[_0x5d6e93,_0x2aef52]=useState(![]),[_0xbce765,_0x8b4b25]=useState(''),[_0x401f49,_0x2b0ca0]=useState(![]),[_0x54d2c4,_0x1f40fa]=useState(null),[_0x553d2f,_0x570e1a]=useState(null),[_0x26211c,_0x457a2c]=useState(0x0),_0x52e065=readConfig(),_0x4ec53a=getConfigAppCode(),_0x179374=_0x426e51||_0x4ec53a,_0x38539f=typeof _0x52e065?.[_0x2564ab(0x193)]==='string'?_0x52e065[_0x2564ab(0x193)]:undefined,_0x15affe=_0x1733cd||_0x38539f||'online';initEnv(_0x15affe);const _0x443c40=_0x3a3fea||_0x2564ab(0x195),_0x5206b5=_0x426e51?_0x2564ab(0x1bf)+_0x179374:_0x2564ab(0x19b)+_0x179374;useEffect(()=>{_0x2aef52(!![]),_0xf75901();},[]),useEffect(()=>{(_0x401f49||_0x54d2c4)&&_0x2e423d();},[_0x401f49,_0x54d2c4,_0x2e423d]);async function _0xf75901(){const _0xe5b147=_0x2564ab;if(!_0x179374){_0x1f40fa('未提供应用AppCode,且配置中也没有默认值');return;}try{logger[_0xe5b147(0x190)](process['cwd']()),_0x8b4b25(_0xe5b147(0x1ba));const {configArray:_0x377d7c}=await fetchModelList(_0x179374);_0x457a2c(_0x377d7c[_0xe5b147(0x1a9)]);if(_0x377d7c[_0xe5b147(0x1a9)]===0x0){_0x1f40fa(_0xe5b147(0x192));return;}let _0x418920=_0x377d7c;if(_0x5f3466&&_0x5f3466[_0xe5b147(0x1a9)]>0x0){_0x418920=_0x377d7c[_0xe5b147(0x1b9)](_0x228e3b=>_0x5f3466[_0xe5b147(0x1bc)](_0x228e3b[_0xe5b147(0x19c)]));const _0x2119fd=_0x418920[_0xe5b147(0x1b1)](_0x3d0c2e=>_0x3d0c2e[_0xe5b147(0x19c)]),_0x265a32=_0x5f3466[_0xe5b147(0x1b9)](_0x2e418f=>!_0x2119fd[_0xe5b147(0x1bc)](_0x2e418f));_0x265a32[_0xe5b147(0x1a9)]>0x0&&console[_0xe5b147(0x1a8)]('\x1b[33m!\x20以下数据集代码不存在:\x20'+_0x265a32[_0xe5b147(0x1c3)](',\x20')+_0xe5b147(0x1aa));if(_0x418920[_0xe5b147(0x1a9)]===0x0){_0x1f40fa(_0xe5b147(0x1ab)+_0x5f3466[_0xe5b147(0x1c3)](',\x20'));return;}console[_0xe5b147(0x1a8)](_0xe5b147(0x1b2)+_0x377d7c[_0xe5b147(0x1a9)]+_0xe5b147(0x1b0)+_0x418920[_0xe5b147(0x1a9)]+_0xe5b147(0x1ac));}_0x8b4b25(_0xe5b147(0x1c2)+_0x418920[_0xe5b147(0x1a9)]+'\x20个数据集的文档...');const _0x499a75=await generateDatasetDocs(_0x418920,_0x179374,_0x443c40,(_0x3721ef,_0x3ca4f4,_0x13b9c4)=>{const _0x252764=_0xe5b147;_0x8b4b25('正在生成\x20'+_0x13b9c4+_0x252764(0x1bd)+_0x3721ef+'/'+_0x3ca4f4+')');},_0x5a4bb6);_0x570e1a(_0x499a75),_0x2b0ca0(!![]);const _0x254f5d=_0x499a75[_0xe5b147(0x1b9)](_0x5d61b7=>_0x5d61b7[_0xe5b147(0x199)])['length'],_0x28661e=_0x499a75[_0xe5b147(0x1b9)](_0x4ad1db=>!_0x4ad1db[_0xe5b147(0x199)])[_0xe5b147(0x1a9)];logger[_0xe5b147(0x199)]('api-doc','文档生成完成',undefined,{'totalCount':_0x499a75['length'],'successCount':_0x254f5d,'failCount':_0x28661e,'outputDir':_0x443c40});}catch(_0x2d4a1b){const _0x10abb1=_0x2d4a1b instanceof Error?_0x2d4a1b[_0xe5b147(0x1b5)]:String(_0x2d4a1b);logger[_0xe5b147(0x1b7)](_0xe5b147(0x1a6),'文档生成失败:\x20'+_0x10abb1,{'appCode':_0x179374,'outputDir':_0x443c40}),_0x1f40fa('文档生成失败:\x20'+_0x10abb1);}finally{_0x2aef52(![]);}}const _0x2bde7a=_0x553d2f?.['filter'](_0x25fa23=>_0x25fa23[_0x2564ab(0x199)])[_0x2564ab(0x1a9)]||0x0,_0x53b3f4=_0x553d2f?.[_0x2564ab(0x1b9)](_0x3415fb=>!_0x3415fb[_0x2564ab(0x199)])['length']||0x0;return a3_0x382f83(Box,{'flexDirection':_0x2564ab(0x19f),'children':[(_0x5d6e93||_0x401f49)&&a3_0x382f83(Box,{'children':[a3_0x311a75(Text,{'color':_0x2564ab(0x1b4),'children':'*\x20'}),a3_0x311a75(Text,{'color':_0x426e51?_0x2564ab(0x1be):'dim','children':_0x5206b5})]}),_0x5d6e93&&a3_0x311a75(Box,{'children':a3_0x382f83(Text,{'children':['🚀\x20',_0xbce765,_0x2564ab(0x19e),_0x15affe,')']})}),_0x401f49&&_0x553d2f&&a3_0x382f83(Box,{'flexDirection':_0x2564ab(0x19f),'children':[a3_0x311a75(Box,{'children':a3_0x382f83(Text,{'color':_0x2564ab(0x1b6),'children':['√\x20文档生成完成!成功\x20',_0x2bde7a,'\x20个',_0x53b3f4>0x0&&_0x2564ab(0x196)+_0x53b3f4+'\x20个']})}),a3_0x311a75(Box,{'marginTop':0x1,'children':a3_0x382f83(Text,{'color':_0x2564ab(0x1b4),'children':['*\x20共处理\x20',_0x26211c,_0x2564ab(0x1b8)]})}),a3_0x382f83(Box,{'marginTop':0x1,'children':[a3_0x311a75(Text,{'color':_0x2564ab(0x1b4),'children':'*\x20输出目录:\x20'}),a3_0x311a75(Text,{'color':_0x2564ab(0x1bb),'children':_0x443c40})]}),_0x2bde7a>0x0&&a3_0x382f83(a3_0x5f3d96,{'children':[a3_0x311a75(Box,{'marginTop':0x1,'children':a3_0x311a75(Text,{'color':_0x2564ab(0x1b4),'children':_0x2564ab(0x1a4)})}),_0x553d2f[_0x2564ab(0x1b9)](_0x345045=>_0x345045[_0x2564ab(0x199)])['map']((_0x25ce33,_0x4a3f3e)=>a3_0x382f83(Box,{'marginLeft':0x2,'children':[a3_0x382f83(Text,{'color':_0x2564ab(0x1bb),'children':['•\x20',_0x25ce33[_0x2564ab(0x198)]]}),a3_0x382f83(Text,{'color':'dim','children':[_0x2564ab(0x1a2),_0x25ce33[_0x2564ab(0x197)]]})]},_0x4a3f3e))]}),_0x53b3f4>0x0&&a3_0x382f83(a3_0x5f3d96,{'children':[a3_0x311a75(Box,{'marginTop':0x1,'children':a3_0x311a75(Text,{'color':_0x2564ab(0x1c1),'children':_0x2564ab(0x1af)})}),_0x553d2f[_0x2564ab(0x1b9)](_0x50b2cc=>!_0x50b2cc[_0x2564ab(0x199)])['map']((_0x4f3245,_0x37014b)=>a3_0x382f83(Box,{'marginLeft':0x2,'flexDirection':_0x2564ab(0x19f),'children':[a3_0x382f83(Text,{'color':_0x2564ab(0x1a5),'children':['•\x20',_0x4f3245[_0x2564ab(0x197)],'\x20(',_0x4f3245[_0x2564ab(0x19c)],')']}),_0x4f3245[_0x2564ab(0x1b7)]&&a3_0x311a75(Box,{'marginLeft':0x2,'children':a3_0x311a75(Text,{'color':_0x2564ab(0x18e),'children':_0x4f3245[_0x2564ab(0x1b7)]})})]},_0x37014b))]})]}),_0x54d2c4&&a3_0x382f83(Box,{'flexDirection':'column','children':[a3_0x311a75(Box,{'children':a3_0x382f83(Text,{'color':_0x2564ab(0x1a5),'children':['❌\x20',_0x54d2c4]})}),_0x54d2c4[_0x2564ab(0x1bc)]('登录')&&a3_0x382f83(Box,{'marginTop':0x1,'children':[a3_0x311a75(Text,{'color':'yellow','children':_0x2564ab(0x19d)}),a3_0x311a75(Text,{'color':'cyan','children':_0x2564ab(0x18f)}),a3_0x311a75(Text,{'color':_0x2564ab(0x1c1),'children':_0x2564ab(0x1a0)})]})]})]});};
@@ -1 +1 @@
1
- const a4_0x3f42b0=a4_0x251e;(function(_0x25ada9,_0x3d2a2e){const _0x45dd3c=a4_0x251e,_0x24e1dd=_0x25ada9();while(!![]){try{const _0x5a4f1b=parseInt(_0x45dd3c(0xc5))/0x1+-parseInt(_0x45dd3c(0xb5))/0x2+-parseInt(_0x45dd3c(0xc0))/0x3*(parseInt(_0x45dd3c(0xc8))/0x4)+-parseInt(_0x45dd3c(0xcc))/0x5+parseInt(_0x45dd3c(0xb6))/0x6+parseInt(_0x45dd3c(0xbb))/0x7+parseInt(_0x45dd3c(0xaf))/0x8*(parseInt(_0x45dd3c(0xaa))/0x9);if(_0x5a4f1b===_0x3d2a2e)break;else _0x24e1dd['push'](_0x24e1dd['shift']());}catch(_0x194e92){_0x24e1dd['push'](_0x24e1dd['shift']());}}}(a4_0x3c53,0x883c7));import{mkdirSync,writeFileSync}from'node:fs';function a4_0x251e(_0x34554f,_0x2f5749){_0x34554f=_0x34554f-0xa8;const _0x3c531f=a4_0x3c53();let _0x251e12=_0x3c531f[_0x34554f];return _0x251e12;}import a4_0x5041a2 from'node:path';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{logger}from'../utils/logger.js';export async function fetchDatasetDoc(_0x327780){const _0x54ef77=a4_0x251e,{appCode:_0x305093,datasetCode:_0x15f556,datasetId:_0x501c22,extraParams:_0x42d026}=_0x327780,_0x2f9be6=getApiDomain(),_0x5b2d8f=_0x2f9be6+_0x54ef77(0xd0),_0x38ca2f={'appCode':_0x305093,'datasetCode':_0x15f556,'datasetId':_0x501c22,..._0x42d026||{}},_0x5d946b=await fetch(_0x5b2d8f,{'method':'POST','headers':{'Content-Type':_0x54ef77(0xce),'Cookie':getCookie()},'body':JSON[_0x54ef77(0xab)](_0x38ca2f)});if(!_0x5d946b['ok']){if(_0x5d946b[_0x54ef77(0xc9)]===0x191)throw new Error(_0x54ef77(0xc3));let _0x2868ca='';try{_0x2868ca=await _0x5d946b[_0x54ef77(0xbf)]();}catch(_0x7914e9){}throw new Error(_0x54ef77(0xc4)+_0x15f556+_0x54ef77(0xae)+_0x5d946b[_0x54ef77(0xc9)]+(_0x2868ca?'\x0a'+_0x2868ca:''));}const _0x2a50e5=await _0x5d946b[_0x54ef77(0xb9)]();if(!_0x2a50e5['data']||typeof _0x2a50e5[_0x54ef77(0xcd)][_0x54ef77(0xc1)]!=='string')throw new Error(_0x54ef77(0xc7)+_0x15f556+_0x54ef77(0xa8));return _0x2a50e5['data'][_0x54ef77(0xc1)];}function delay(_0x30158b){return new Promise(_0x1f5da1=>setTimeout(_0x1f5da1,_0x30158b));}export async function generateDatasetDocs(_0x40d619,_0x31871a,_0x5d50a8=a4_0x3f42b0(0xca),_0x3d7963,_0x49b925){const _0x505176=a4_0x3f42b0;mkdirSync(_0x5d50a8,{'recursive':!![]});const _0x5b2d38=[],_0x2bf6af=_0x40d619[_0x505176(0xba)];console['log'](_0x505176(0xac)+_0x2bf6af+'\x20个数据集需要生成文档\x0a');for(let _0x2a7ed5=0x0;_0x2a7ed5<_0x40d619[_0x505176(0xba)];_0x2a7ed5++){const _0x300dc6=_0x40d619[_0x2a7ed5],_0x5eefb3=_0x2a7ed5+0x1,_0x4bfc69=_0x300dc6[_0x505176(0xcb)];try{console['log']('['+_0x5eefb3+'/'+_0x2bf6af+_0x505176(0xb4)+_0x4bfc69+'.md\x20('+_0x300dc6[_0x505176(0xad)]+')');_0x3d7963&&_0x3d7963(_0x5eefb3,_0x2bf6af,_0x4bfc69);const _0x2a481f=await fetchDatasetDoc({'appCode':_0x31871a,'datasetCode':_0x300dc6[_0x505176(0xb3)],'datasetId':_0x300dc6['id'],'enableAI':![],'extraParams':_0x49b925}),_0x5870d1=a4_0x5041a2[_0x505176(0xb0)](_0x5d50a8,_0x4bfc69+_0x505176(0xcf));writeFileSync(_0x5870d1,_0x2a481f,{'encoding':_0x505176(0xb1)}),console[_0x505176(0xc2)](_0x505176(0xbd)+_0x4bfc69+'.md'),logger[_0x505176(0xc6)](_0x505176(0xb7),_0x505176(0xbc)+_0x4bfc69,undefined,{'datasetCode':_0x300dc6[_0x505176(0xb3)],'datasetName':_0x300dc6[_0x505176(0xad)],'filePath':_0x5870d1,'progress':_0x5eefb3+'/'+_0x2bf6af}),_0x5b2d38[_0x505176(0xbe)]({'datasetCode':_0x300dc6['datasetCode'],'datasetName':_0x300dc6[_0x505176(0xad)],'filePath':_0x5870d1,'success':!![]}),_0x5eefb3<_0x2bf6af&&await delay(0x1388);}catch(_0x2ce8bc){const _0x15025a=_0x2ce8bc instanceof Error?_0x2ce8bc['message']:String(_0x2ce8bc);console[_0x505176(0xc2)]('✗\x20失败:\x20'+_0x4bfc69+'.md\x20-\x20'+_0x15025a+'\x0a'),logger[_0x505176(0xa9)](_0x505176(0xb7),_0x505176(0xb8)+_0x300dc6[_0x505176(0xb3)],{'datasetCode':_0x300dc6['datasetCode'],'datasetName':_0x300dc6[_0x505176(0xad)],'error':_0x15025a,'progress':_0x5eefb3+'/'+_0x2bf6af}),_0x5b2d38[_0x505176(0xbe)]({'datasetCode':_0x300dc6[_0x505176(0xb3)],'datasetName':_0x300dc6['name'],'filePath':'','success':![],'error':_0x15025a}),_0x5eefb3<_0x2bf6af&&(console[_0x505176(0xc2)](_0x505176(0xb2)),await delay(0xbb8));}}return _0x5b2d38;}function a4_0x3c53(){const _0x4d043f=['markdown','log','登录鉴权失败,登录已过期,请使用\x20lovrabet\x20auth\x20重新登录','获取文档失败\x20(','888393iNdXhm','success','响应数据格式错误\x20(','4VyLwNz','status','./docs','tableName','117655UpLmZd','data','application/json','.md','/api/node-toolbox/api-doc-generator','):缺少\x20data.markdown\x20字段','error','36mCSwcr','stringify','\x0a共有\x20','name','),HTTP状态码:\x20','559600xJNyqf','join','utf8','等待\x203\x20秒...\x0a','datasetCode',']\x20正在生成:\x20','1610312kVpISa','2181714xnNqcb','api-doc','生成文档失败:\x20','json','length','6717753heMvWd','生成文档成功:\x20','✓\x20成功生成:\x20','push','text','3314343PPgIuH'];a4_0x3c53=function(){return _0x4d043f;};return a4_0x3c53();}
1
+ const a4_0x4ed629=a4_0x2928;(function(_0x16c8c5,_0xa9b347){const _0x33ee57=a4_0x2928,_0x15ffd0=_0x16c8c5();while(!![]){try{const _0x4f8654=parseInt(_0x33ee57(0x19e))/0x1+parseInt(_0x33ee57(0x18b))/0x2*(parseInt(_0x33ee57(0x199))/0x3)+-parseInt(_0x33ee57(0x1a4))/0x4+parseInt(_0x33ee57(0x19f))/0x5*(parseInt(_0x33ee57(0x18e))/0x6)+-parseInt(_0x33ee57(0x192))/0x7+-parseInt(_0x33ee57(0x19b))/0x8+parseInt(_0x33ee57(0x19a))/0x9;if(_0x4f8654===_0xa9b347)break;else _0x15ffd0['push'](_0x15ffd0['shift']());}catch(_0x34fb82){_0x15ffd0['push'](_0x15ffd0['shift']());}}}(a4_0x4aaf,0xd7e7b));import{mkdirSync,writeFileSync}from'node:fs';import a4_0x54501a from'node:path';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';function a4_0x4aaf(){const _0x26713c=['),HTTP状态码:\x20','tableName','4277294nkrfbC','application/json','获取文档失败\x20(','.md\x20(','stringify','✗\x20失败:\x20','status','177FDalYL','12627063HqZJmQ','11750120XkngcG','name','success','1508255otMusM','10mLmQMs','./docs','json','生成文档失败:\x20','):缺少\x20data.markdown\x20字段','3099580DAlOMi','length','log','datasetCode','message','push','join','data','api-doc','text','/api/node-toolbox/api-doc-generator','等待\x203\x20秒...\x0a','error','markdown','utf8','响应数据格式错误\x20(','生成文档成功:\x20','POST','3490HuMxoz',']\x20正在生成:\x20','string','2174496AJtsRm','登录鉴权失败,登录已过期,请使用\x20lovrabet\x20auth\x20重新登录'];a4_0x4aaf=function(){return _0x26713c;};return a4_0x4aaf();}import{logger}from'../utils/logger.js';export async function fetchDatasetDoc(_0x389bb7){const _0xe43d80=a4_0x2928,{appCode:_0x57223f,datasetCode:_0x309454,datasetId:_0x249edd,extraParams:_0x4fa99e}=_0x389bb7,_0x5f0d7b=getApiDomain(),_0x36ab37=_0x5f0d7b+_0xe43d80(0x1ae),_0x160b53={'appCode':_0x57223f,'datasetCode':_0x309454,'datasetId':_0x249edd,..._0x4fa99e||{}},_0x50eee0=await fetch(_0x36ab37,{'method':_0xe43d80(0x18a),'headers':{'Content-Type':_0xe43d80(0x193),'Cookie':getCookie()},'body':JSON[_0xe43d80(0x196)](_0x160b53)});if(!_0x50eee0['ok']){if(_0x50eee0[_0xe43d80(0x198)]===0x191)throw new Error(_0xe43d80(0x18f));let _0x26491b='';try{_0x26491b=await _0x50eee0[_0xe43d80(0x1ad)]();}catch(_0x4ee100){}throw new Error(_0xe43d80(0x194)+_0x309454+_0xe43d80(0x190)+_0x50eee0[_0xe43d80(0x198)]+(_0x26491b?'\x0a'+_0x26491b:''));}const _0x49586d=await _0x50eee0[_0xe43d80(0x1a1)]();if(!_0x49586d[_0xe43d80(0x1ab)]||typeof _0x49586d[_0xe43d80(0x1ab)][_0xe43d80(0x186)]!==_0xe43d80(0x18d))throw new Error(_0xe43d80(0x188)+_0x309454+_0xe43d80(0x1a3));return _0x49586d['data'][_0xe43d80(0x186)];}function a4_0x2928(_0x264f10,_0x360c36){_0x264f10=_0x264f10-0x185;const _0x4aaf6c=a4_0x4aaf();let _0x29287f=_0x4aaf6c[_0x264f10];return _0x29287f;}function delay(_0x1bb178){return new Promise(_0x49c127=>setTimeout(_0x49c127,_0x1bb178));}export async function generateDatasetDocs(_0x566b2b,_0x15553e,_0x58b2e3=a4_0x4ed629(0x1a0),_0x4c4785,_0x3171d1){const _0x282d18=a4_0x4ed629;mkdirSync(_0x58b2e3,{'recursive':!![]});const _0x107eb7=[],_0x671ba0=_0x566b2b[_0x282d18(0x1a5)];console[_0x282d18(0x1a6)]('\x0a共有\x20'+_0x671ba0+'\x20个数据集需要生成文档\x0a');for(let _0xbe3395=0x0;_0xbe3395<_0x566b2b[_0x282d18(0x1a5)];_0xbe3395++){const _0x16d72b=_0x566b2b[_0xbe3395],_0x4d67bc=_0xbe3395+0x1,_0x4205e0=_0x16d72b[_0x282d18(0x191)];try{console[_0x282d18(0x1a6)]('['+_0x4d67bc+'/'+_0x671ba0+_0x282d18(0x18c)+_0x4205e0+_0x282d18(0x195)+_0x16d72b[_0x282d18(0x19c)]+')');_0x4c4785&&_0x4c4785(_0x4d67bc,_0x671ba0,_0x4205e0);const _0x3c0ebb=await fetchDatasetDoc({'appCode':_0x15553e,'datasetCode':_0x16d72b[_0x282d18(0x1a7)],'datasetId':_0x16d72b['id'],'enableAI':![],'extraParams':_0x3171d1}),_0x51c3f6=a4_0x54501a[_0x282d18(0x1aa)](_0x58b2e3,_0x4205e0+'.md');writeFileSync(_0x51c3f6,_0x3c0ebb,{'encoding':_0x282d18(0x187)}),console[_0x282d18(0x1a6)]('✓\x20成功生成:\x20'+_0x4205e0+'.md'),logger[_0x282d18(0x19d)]('api-doc',_0x282d18(0x189)+_0x4205e0,undefined,{'datasetCode':_0x16d72b[_0x282d18(0x1a7)],'datasetName':_0x16d72b[_0x282d18(0x19c)],'filePath':_0x51c3f6,'progress':_0x4d67bc+'/'+_0x671ba0}),_0x107eb7[_0x282d18(0x1a9)]({'datasetCode':_0x16d72b[_0x282d18(0x1a7)],'datasetName':_0x16d72b['name'],'filePath':_0x51c3f6,'success':!![]}),_0x4d67bc<_0x671ba0&&await delay(0x1388);}catch(_0x1c109a){const _0x455c07=_0x1c109a instanceof Error?_0x1c109a[_0x282d18(0x1a8)]:String(_0x1c109a);console[_0x282d18(0x1a6)](_0x282d18(0x197)+_0x4205e0+'.md\x20-\x20'+_0x455c07+'\x0a'),logger[_0x282d18(0x185)](_0x282d18(0x1ac),_0x282d18(0x1a2)+_0x16d72b['datasetCode'],{'datasetCode':_0x16d72b['datasetCode'],'datasetName':_0x16d72b[_0x282d18(0x19c)],'error':_0x455c07,'progress':_0x4d67bc+'/'+_0x671ba0}),_0x107eb7[_0x282d18(0x1a9)]({'datasetCode':_0x16d72b[_0x282d18(0x1a7)],'datasetName':_0x16d72b[_0x282d18(0x19c)],'filePath':'','success':![],'error':_0x455c07}),_0x4d67bc<_0x671ba0&&(console['log'](_0x282d18(0x1af)),await delay(0xbb8));}}return _0x107eb7;}
@@ -1 +1 @@
1
- (function(_0x10a683,_0x79fb07){const _0x4fce99=a5_0x3688,_0xaa6d4=_0x10a683();while(!![]){try{const _0x5997a0=parseInt(_0x4fce99(0x190))/0x1+parseInt(_0x4fce99(0x178))/0x2*(-parseInt(_0x4fce99(0x187))/0x3)+parseInt(_0x4fce99(0x17a))/0x4*(-parseInt(_0x4fce99(0x18e))/0x5)+parseInt(_0x4fce99(0x193))/0x6*(parseInt(_0x4fce99(0x197))/0x7)+parseInt(_0x4fce99(0x161))/0x8+-parseInt(_0x4fce99(0x18f))/0x9+-parseInt(_0x4fce99(0x182))/0xa*(parseInt(_0x4fce99(0x172))/0xb);if(_0x5997a0===_0x79fb07)break;else _0xaa6d4['push'](_0xaa6d4['shift']());}catch(_0x2e9e5c){_0xaa6d4['push'](_0xaa6d4['shift']());}}}(a5_0x2791,0x53e5c));function a5_0x2791(){const _0x512d2e=['originalCount','2622ljjwus','column','api','.ts','2317QjjfPo','yellow','split','4772224tPusdQ','*\x20已生成文件:','\x20个模型)','includes','./src/api/','endsWith','replace','\x20个数据集,生成','import\x20','{\x20lovrabetClient\x20}','red','online','setLogPath','\x20-\x20客户端实例文件','拉取\x20API\x20配置失败:\x20','\x20个模型','\x20个,过滤重复','44cdlfhc','string','datasetCount','未提供应用AppCode,且配置中也没有默认值','client','api-pull','2PvFkLy','join','4laYDcZ','dim','green','gray','-api','-\x20模型配置文件\x20(','slice','🚀\x20正在从服务器拉取\x20API\x20配置...\x20(环境:\x20','749390foKZJc','*\x20导入方式:','message','duplicateCount','使用配置的应用AppCode:\x20','783312adhhPs','√\x20成功拉取\x20','\x20from\x20\x27@/','env','modelCount','💡\x20请使用\x20','error','577800EjvGZP','2523528DpooRY','559281HVYnlJ','cyan'];a5_0x2791=function(){return _0x512d2e;};return a5_0x2791();}import{jsx as a5_0x14cde5,jsxs as a5_0x3d8bcc}from'react/jsx-runtime';import{useEffect,useState}from'react';import{Box,Text,useApp}from'ink';function a5_0x3688(_0x3697e6,_0x480778){_0x3697e6=_0x3697e6-0x161;const _0x279114=a5_0x2791();let _0x368842=_0x279114[_0x3697e6];return _0x368842;}import{readConfig,getConfigAppCode}from'../utils/config.js';import{initEnv}from'../constant/env.js';import{generateApiFile}from'./generate-api-file.js';import{logger}from'../utils/logger.js';import{fetchModelList}from'./fetch-model-list.js';export const ApiPullUI=({appCode:_0x3ab490,env:_0x1dc9e5,output:_0x58ac03})=>{const _0x24f070=a5_0x3688,{exit:_0xe50f3c}=useApp(),[_0x5ab35f,_0x280f65]=useState(![]),[_0x20e729,_0x3f1890]=useState(![]),[_0x2dc68c,_0xb99463]=useState(null),[_0x4e706b,_0x43d803]=useState(null),_0x46db0c=readConfig(),_0x33aeea=getConfigAppCode(),_0x4bb84c=_0x3ab490||_0x33aeea,_0x3b3cd5=typeof _0x46db0c?.[_0x24f070(0x18a)]===_0x24f070(0x173)?_0x46db0c[_0x24f070(0x18a)]:undefined,_0x1092e0=_0x1dc9e5||_0x3b3cd5||_0x24f070(0x16c);initEnv(_0x1092e0);const _0x14bcc6=_0x58ac03||_0x24f070(0x165),_0x27c5fd=_0x3ab490&&_0x3ab490[_0x24f070(0x164)]('-')?_0x3ab490[_0x24f070(0x199)]('-')[_0x24f070(0x180)](0x1)[_0x24f070(0x179)]('-'):'',_0xcf5fae=_0x3ab490?'使用指定的应用AppCode:\x20'+_0x4bb84c:_0x24f070(0x186)+_0x4bb84c,_0x5c2856=_0x27c5fd?_0x27c5fd+_0x24f070(0x17e):_0x24f070(0x195),_0x175df5=_0x27c5fd?_0x27c5fd+'-client':_0x24f070(0x176);useEffect(()=>{_0x280f65(!![]),_0x59e3a1();},[]),useEffect(()=>{(_0x20e729||_0x2dc68c)&&_0xe50f3c();},[_0x20e729,_0x2dc68c,_0xe50f3c]);async function _0x59e3a1(){const _0x34926f=_0x24f070;if(!_0x4bb84c){_0xb99463(_0x34926f(0x175));return;}try{logger[_0x34926f(0x16d)](process['cwd']());const {configArray:_0x4bab8b}=await fetchModelList(_0x4bb84c),_0x493a53=_0x4bab8b['length'],_0x55bcc7=!_0x3ab490,_0x35a678=await generateApiFile(_0x4bab8b,_0x27c5fd,_0x4bb84c,_0x55bcc7,_0x1092e0,_0x14bcc6),_0x1e73e7=_0x14bcc6[_0x34926f(0x166)]('/')?_0x14bcc6:_0x14bcc6+'/';_0x43d803({'api':''+_0x1e73e7+_0x5c2856+_0x34926f(0x196),'client':''+_0x1e73e7+_0x175df5+_0x34926f(0x196),'modelCount':_0x35a678[_0x34926f(0x18b)],'datasetCount':_0x493a53,'originalCount':_0x493a53,'duplicateCount':0x0}),_0x3f1890(!![]);}catch(_0x508c15){const _0xa3c36a=_0x508c15 instanceof Error?_0x508c15[_0x34926f(0x184)]:String(_0x508c15);logger[_0x34926f(0x18d)](_0x34926f(0x177),_0x34926f(0x16f)+_0xa3c36a,{'appCode':_0x4bb84c,'error':_0xa3c36a}),_0xb99463(_0x34926f(0x16f)+_0xa3c36a);}finally{_0x280f65(![]);}}return a5_0x3d8bcc(Box,{'flexDirection':_0x24f070(0x194),'children':[(_0x5ab35f||_0x20e729)&&a5_0x3d8bcc(Box,{'children':[a5_0x14cde5(Text,{'color':'gray','children':'*\x20'}),a5_0x14cde5(Text,{'color':_0x3ab490?'white':'dim','children':_0xcf5fae})]}),_0x5ab35f&&a5_0x14cde5(Box,{'children':a5_0x3d8bcc(Text,{'children':[_0x24f070(0x181),_0x1092e0,')']})}),_0x20e729&&_0x4e706b&&a5_0x3d8bcc(Box,{'flexDirection':_0x24f070(0x194),'children':[a5_0x14cde5(Box,{'children':a5_0x3d8bcc(Text,{'color':_0x24f070(0x17c),'children':[_0x24f070(0x188),_0x4e706b[_0x24f070(0x174)],_0x24f070(0x168),'\x20',_0x4e706b[_0x24f070(0x18b)],_0x24f070(0x170)]})}),_0x4e706b[_0x24f070(0x185)]>0x0&&a5_0x14cde5(Box,{'marginTop':0x1,'children':a5_0x3d8bcc(Text,{'color':_0x24f070(0x198),'children':['!\x20原始数据集\x20',_0x4e706b[_0x24f070(0x192)],_0x24f070(0x171),'\x20',_0x4e706b[_0x24f070(0x185)],'\x20个']})}),a5_0x14cde5(Box,{'marginTop':0x1,'children':a5_0x14cde5(Text,{'color':_0x24f070(0x17d),'children':_0x24f070(0x162)})}),a5_0x3d8bcc(Box,{'marginLeft':0x2,'children':[a5_0x3d8bcc(Text,{'color':_0x24f070(0x191),'children':['•\x20',_0x4e706b[_0x24f070(0x195)]]}),a5_0x3d8bcc(Text,{'color':'dim','children':['\x20',_0x24f070(0x17f),_0x4e706b[_0x24f070(0x18b)],_0x24f070(0x163)]})]}),a5_0x3d8bcc(Box,{'marginLeft':0x2,'children':[a5_0x3d8bcc(Text,{'color':_0x24f070(0x191),'children':['•\x20',_0x4e706b[_0x24f070(0x176)]]}),a5_0x14cde5(Text,{'color':_0x24f070(0x17b),'children':_0x24f070(0x16e)})]}),a5_0x14cde5(Box,{'marginTop':0x1,'children':a5_0x14cde5(Text,{'color':_0x24f070(0x17d),'children':_0x24f070(0x183)})}),a5_0x14cde5(Box,{'marginLeft':0x2,'children':a5_0x3d8bcc(Text,{'color':'yellow','children':[_0x24f070(0x169),_0x24f070(0x16a),_0x24f070(0x189),_0x4e706b['client'][_0x24f070(0x167)](/^\.\//,'')[_0x24f070(0x167)](_0x24f070(0x196),''),'\x27']})})]}),_0x2dc68c&&a5_0x3d8bcc(Box,{'flexDirection':_0x24f070(0x194),'children':[a5_0x14cde5(Box,{'children':a5_0x3d8bcc(Text,{'color':_0x24f070(0x16b),'children':['❌\x20',_0x2dc68c]})}),_0x2dc68c['includes']('登录')&&a5_0x3d8bcc(Box,{'marginTop':0x1,'children':[a5_0x14cde5(Text,{'color':'yellow','children':_0x24f070(0x18c)}),a5_0x14cde5(Text,{'color':_0x24f070(0x191),'children':'lovrabet\x20auth'}),a5_0x14cde5(Text,{'color':_0x24f070(0x198),'children':'\x20重新登录后再试'})]})]})]});};
1
+ (function(_0x58f5e4,_0x34f2fc){const _0x65823b=a5_0x3d65,_0x5d9f52=_0x58f5e4();while(!![]){try{const _0x1c3bd9=-parseInt(_0x65823b(0x164))/0x1+-parseInt(_0x65823b(0x13e))/0x2+-parseInt(_0x65823b(0x162))/0x3+-parseInt(_0x65823b(0x146))/0x4*(parseInt(_0x65823b(0x142))/0x5)+parseInt(_0x65823b(0x148))/0x6*(parseInt(_0x65823b(0x158))/0x7)+parseInt(_0x65823b(0x149))/0x8*(-parseInt(_0x65823b(0x156))/0x9)+parseInt(_0x65823b(0x165))/0xa;if(_0x1c3bd9===_0x34f2fc)break;else _0x5d9f52['push'](_0x5d9f52['shift']());}catch(_0x1275ee){_0x5d9f52['push'](_0x5d9f52['shift']());}}}(a5_0x26c5,0xb88e5));import{jsx as a5_0x59013c,jsxs as a5_0xe5e94a}from'react/jsx-runtime';function a5_0x26c5(){const _0x5b3dfd=['-api','lovrabet\x20auth','split','online','cwd','-client','gray','💡\x20请使用\x20','replace','endsWith','557116WVqZZT','white','未提供应用AppCode,且配置中也没有默认值','使用指定的应用AppCode:\x20','10GbqjCZ','\x20个模型)','拉取\x20API\x20配置失败:\x20','api','560440caBgXK','{\x20lovrabetClient\x20}','6daiEVU','20872KXjRHH','green','yellow','\x20-\x20客户端实例文件','includes','-\x20模型配置文件\x20(','setLogPath','dim','api-pull','\x20个模型','cyan','modelCount','\x20个,过滤重复','2853msIwZI','*\x20导入方式:','1336055reVvVA','🚀\x20正在从服务器拉取\x20API\x20配置...\x20(环境:\x20','env','import\x20','column','join','red','client','\x20重新登录后再试','duplicateCount','1050228olZqJh','message','968344FfMIeO','32693270UYfuWT','.ts','*\x20已生成文件:','datasetCount','slice','\x20个数据集,生成','√\x20成功拉取\x20'];a5_0x26c5=function(){return _0x5b3dfd;};return a5_0x26c5();}import{useEffect,useState}from'react';import{Box,Text,useApp}from'ink';import{readConfig,getConfigAppCode}from'../utils/config.js';import{initEnv}from'../constant/env.js';import{generateApiFile}from'./generate-api-file.js';function a5_0x3d65(_0x2176c9,_0x5bc510){_0x2176c9=_0x2176c9-0x13b;const _0x26c5b1=a5_0x26c5();let _0x3d650e=_0x26c5b1[_0x2176c9];return _0x3d650e;}import{logger}from'../utils/logger.js';import{fetchModelList}from'./fetch-model-list.js';export const ApiPullUI=({appCode:_0x41c458,env:_0x267722,output:_0x3a6c83})=>{const _0x3aa4a2=a5_0x3d65,{exit:_0x2e1b93}=useApp(),[_0x96d232,_0x368317]=useState(![]),[_0x5e400e,_0x17eb5d]=useState(![]),[_0x594458,_0x3530ec]=useState(null),[_0x2deea0,_0x3abf16]=useState(null),_0x139eff=readConfig(),_0x3fb1e4=getConfigAppCode(),_0x3a4adb=_0x41c458||_0x3fb1e4,_0x4469d7=typeof _0x139eff?.[_0x3aa4a2(0x15a)]==='string'?_0x139eff[_0x3aa4a2(0x15a)]:undefined,_0x4b74b9=_0x267722||_0x4469d7||_0x3aa4a2(0x16f);initEnv(_0x4b74b9);const _0x4846f7=_0x3a6c83||'./src/api/',_0x50e351=_0x41c458&&_0x41c458[_0x3aa4a2(0x14d)]('-')?_0x41c458[_0x3aa4a2(0x16e)]('-')[_0x3aa4a2(0x169)](0x1)[_0x3aa4a2(0x15d)]('-'):'',_0x3dfae5=_0x41c458?_0x3aa4a2(0x141)+_0x3a4adb:'使用配置的应用AppCode:\x20'+_0x3a4adb,_0x44b7b8=_0x50e351?_0x50e351+_0x3aa4a2(0x16c):_0x3aa4a2(0x145),_0x453c51=_0x50e351?_0x50e351+_0x3aa4a2(0x171):_0x3aa4a2(0x15f);useEffect(()=>{_0x368317(!![]),_0x4f7d1d();},[]),useEffect(()=>{(_0x5e400e||_0x594458)&&_0x2e1b93();},[_0x5e400e,_0x594458,_0x2e1b93]);async function _0x4f7d1d(){const _0x4200f0=_0x3aa4a2;if(!_0x3a4adb){_0x3530ec(_0x4200f0(0x140));return;}try{logger[_0x4200f0(0x14f)](process[_0x4200f0(0x170)]());const {configArray:_0x877f35}=await fetchModelList(_0x3a4adb),_0x5984df=_0x877f35['length'],_0x4087f4=!_0x41c458,_0x361a5b=await generateApiFile(_0x877f35,_0x50e351,_0x3a4adb,_0x4087f4,_0x4b74b9,_0x4846f7),_0x26a10d=_0x4846f7[_0x4200f0(0x13d)]('/')?_0x4846f7:_0x4846f7+'/';_0x3abf16({'api':''+_0x26a10d+_0x44b7b8+_0x4200f0(0x166),'client':''+_0x26a10d+_0x453c51+_0x4200f0(0x166),'modelCount':_0x361a5b['modelCount'],'datasetCount':_0x5984df,'originalCount':_0x5984df,'duplicateCount':0x0}),_0x17eb5d(!![]);}catch(_0x43e577){const _0x1c4102=_0x43e577 instanceof Error?_0x43e577[_0x4200f0(0x163)]:String(_0x43e577);logger['error'](_0x4200f0(0x151),'拉取\x20API\x20配置失败:\x20'+_0x1c4102,{'appCode':_0x3a4adb,'error':_0x1c4102}),_0x3530ec(_0x4200f0(0x144)+_0x1c4102);}finally{_0x368317(![]);}}return a5_0xe5e94a(Box,{'flexDirection':_0x3aa4a2(0x15c),'children':[(_0x96d232||_0x5e400e)&&a5_0xe5e94a(Box,{'children':[a5_0x59013c(Text,{'color':_0x3aa4a2(0x172),'children':'*\x20'}),a5_0x59013c(Text,{'color':_0x41c458?_0x3aa4a2(0x13f):'dim','children':_0x3dfae5})]}),_0x96d232&&a5_0x59013c(Box,{'children':a5_0xe5e94a(Text,{'children':[_0x3aa4a2(0x159),_0x4b74b9,')']})}),_0x5e400e&&_0x2deea0&&a5_0xe5e94a(Box,{'flexDirection':_0x3aa4a2(0x15c),'children':[a5_0x59013c(Box,{'children':a5_0xe5e94a(Text,{'color':_0x3aa4a2(0x14a),'children':[_0x3aa4a2(0x16b),_0x2deea0[_0x3aa4a2(0x168)],_0x3aa4a2(0x16a),'\x20',_0x2deea0[_0x3aa4a2(0x154)],_0x3aa4a2(0x152)]})}),_0x2deea0['duplicateCount']>0x0&&a5_0x59013c(Box,{'marginTop':0x1,'children':a5_0xe5e94a(Text,{'color':'yellow','children':['!\x20原始数据集\x20',_0x2deea0['originalCount'],_0x3aa4a2(0x155),'\x20',_0x2deea0[_0x3aa4a2(0x161)],'\x20个']})}),a5_0x59013c(Box,{'marginTop':0x1,'children':a5_0x59013c(Text,{'color':_0x3aa4a2(0x172),'children':_0x3aa4a2(0x167)})}),a5_0xe5e94a(Box,{'marginLeft':0x2,'children':[a5_0xe5e94a(Text,{'color':_0x3aa4a2(0x153),'children':['•\x20',_0x2deea0[_0x3aa4a2(0x145)]]}),a5_0xe5e94a(Text,{'color':'dim','children':['\x20',_0x3aa4a2(0x14e),_0x2deea0['modelCount'],_0x3aa4a2(0x143)]})]}),a5_0xe5e94a(Box,{'marginLeft':0x2,'children':[a5_0xe5e94a(Text,{'color':'cyan','children':['•\x20',_0x2deea0['client']]}),a5_0x59013c(Text,{'color':_0x3aa4a2(0x150),'children':_0x3aa4a2(0x14c)})]}),a5_0x59013c(Box,{'marginTop':0x1,'children':a5_0x59013c(Text,{'color':_0x3aa4a2(0x172),'children':_0x3aa4a2(0x157)})}),a5_0x59013c(Box,{'marginLeft':0x2,'children':a5_0xe5e94a(Text,{'color':_0x3aa4a2(0x14b),'children':[_0x3aa4a2(0x15b),_0x3aa4a2(0x147),'\x20from\x20\x27@/',_0x2deea0['client'][_0x3aa4a2(0x13c)](/^\.\//,'')[_0x3aa4a2(0x13c)](_0x3aa4a2(0x166),''),'\x27']})})]}),_0x594458&&a5_0xe5e94a(Box,{'flexDirection':_0x3aa4a2(0x15c),'children':[a5_0x59013c(Box,{'children':a5_0xe5e94a(Text,{'color':_0x3aa4a2(0x15e),'children':['❌\x20',_0x594458]})}),_0x594458['includes']('登录')&&a5_0xe5e94a(Box,{'marginTop':0x1,'children':[a5_0x59013c(Text,{'color':_0x3aa4a2(0x14b),'children':_0x3aa4a2(0x13b)}),a5_0x59013c(Text,{'color':_0x3aa4a2(0x153),'children':_0x3aa4a2(0x16d)}),a5_0x59013c(Text,{'color':_0x3aa4a2(0x14b),'children':_0x3aa4a2(0x160)})]})]})]});};
@@ -1 +1 @@
1
- function a6_0x1cee(){const _0x40e7a4=['data','401','json','1csLffP','正在从服务器拉取模型列表...\x20(环境:\x20','code','errorCode','812858qAlrZF','登录鉴权失败,登录已过期,请使用\x20lovrabet\x20auth\x20重新登录','12yuPhoV','success','108660qeThVd','&otype=array','3vJkuQf','status','116163lAmaaq','517xlXYWe','error','count','2926859UVmaap','Unauthorized','errorMsg','/api/node-toolbox/dataset/model-list?appcode=','56zZWMZd','UNAUTHORIZED','未知错误','1592744MIpdoC','170KBcxox','获取数据集失败:\x20','7AsfBAx','configArray','获取数据集失败,HTTP状态码:\x20','1035784BXDRmB','errorMessage','includes','595860nenYJK'];a6_0x1cee=function(){return _0x40e7a4;};return a6_0x1cee();}function a6_0x1e74(_0x3373d4,_0x4b2e78){_0x3373d4=_0x3373d4-0x175;const _0x1cee13=a6_0x1cee();let _0x1e746f=_0x1cee13[_0x3373d4];return _0x1e746f;}(function(_0x16dc6b,_0x94f81a){const _0x2b452e=a6_0x1e74,_0x8c05e8=_0x16dc6b();while(!![]){try{const _0x296172=parseInt(_0x2b452e(0x187))/0x1*(-parseInt(_0x2b452e(0x18b))/0x2)+-parseInt(_0x2b452e(0x191))/0x3*(parseInt(_0x2b452e(0x17a))/0x4)+parseInt(_0x2b452e(0x183))/0x5*(parseInt(_0x2b452e(0x18d))/0x6)+parseInt(_0x2b452e(0x17d))/0x7*(parseInt(_0x2b452e(0x180))/0x8)+-parseInt(_0x2b452e(0x193))/0x9*(-parseInt(_0x2b452e(0x17b))/0xa)+parseInt(_0x2b452e(0x194))/0xb*(-parseInt(_0x2b452e(0x18f))/0xc)+parseInt(_0x2b452e(0x197))/0xd*(parseInt(_0x2b452e(0x177))/0xe);if(_0x296172===_0x94f81a)break;else _0x8c05e8['push'](_0x8c05e8['shift']());}catch(_0x28ca0b){_0x8c05e8['push'](_0x8c05e8['shift']());}}}(a6_0x1cee,0x3ee48));import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{logger}from'../utils/logger.js';import{getEnv}from'../constant/env.js';export async function fetchModelList(_0x1278e2){const _0x142082=a6_0x1e74,_0x178d98=getEnv(),_0x168632=getApiDomain()+_0x142082(0x176)+_0x1278e2+_0x142082(0x190);logger['info']('fetch-model-list',_0x142082(0x188)+_0x178d98+')',{'apiUrl':_0x168632});const _0x226455=await fetch(_0x168632,{'headers':{'Cookie':getCookie()}});if(!_0x226455['ok']){if(_0x226455[_0x142082(0x192)]===0x191)throw new Error(_0x142082(0x18c));throw new Error(_0x142082(0x17f)+_0x226455[_0x142082(0x192)]);}const _0x3960b0=await _0x226455[_0x142082(0x186)]();if(!_0x3960b0[_0x142082(0x18e)]){const _0x15f655=_0x3960b0[_0x142082(0x175)]||_0x3960b0['message']||_0x3960b0['data']?.['message']||_0x3960b0[_0x142082(0x181)]||_0x3960b0[_0x142082(0x195)]||_0x142082(0x179);if(_0x15f655[_0x142082(0x182)](_0x142082(0x185))||_0x15f655[_0x142082(0x182)](_0x142082(0x198))||_0x15f655[_0x142082(0x182)]('登录')||_0x15f655[_0x142082(0x182)]('认证')||_0x3960b0[_0x142082(0x18a)]===_0x142082(0x178)||_0x3960b0[_0x142082(0x189)]===0x191||_0x3960b0['code']===_0x142082(0x185))throw new Error(_0x142082(0x18c));throw new Error(_0x142082(0x17c)+_0x15f655);}return{'configArray':_0x3960b0[_0x142082(0x184)][_0x142082(0x17e)],'count':_0x3960b0[_0x142082(0x184)][_0x142082(0x196)]};}
1
+ (function(_0x1056a0,_0x2f5f4e){const _0x4ef780=a6_0x2ec2,_0x1024ee=_0x1056a0();while(!![]){try{const _0x2b4200=-parseInt(_0x4ef780(0x154))/0x1+parseInt(_0x4ef780(0x148))/0x2*(parseInt(_0x4ef780(0x15b))/0x3)+parseInt(_0x4ef780(0x157))/0x4+parseInt(_0x4ef780(0x14a))/0x5+parseInt(_0x4ef780(0x14d))/0x6+parseInt(_0x4ef780(0x151))/0x7*(-parseInt(_0x4ef780(0x159))/0x8)+parseInt(_0x4ef780(0x140))/0x9*(parseInt(_0x4ef780(0x13f))/0xa);if(_0x2b4200===_0x2f5f4e)break;else _0x1024ee['push'](_0x1024ee['shift']());}catch(_0x3c9bcf){_0x1024ee['push'](_0x1024ee['shift']());}}}(a6_0xb495,0x4e71e));import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';function a6_0x2ec2(_0x30e03a,_0x7c561f){_0x30e03a=_0x30e03a-0x13f;const _0xb4953e=a6_0xb495();let _0x2ec201=_0xb4953e[_0x30e03a];return _0x2ec201;}function a6_0xb495(){const _0x482ff9=['fetch-model-list','errorMsg','1451412vEeueH','获取数据集失败,HTTP状态码:\x20','code','info','8911dalyjU','count','configArray','313329iLIlwW','includes','登录鉴权失败,登录已过期,请使用\x20lovrabet\x20auth\x20重新登录','444244vVtefk','error','2800NdGnYq','success','3rkSAJw','UNAUTHORIZED','190jRgOpW','248895ShdkDN','status','正在从服务器拉取模型列表...\x20(环境:\x20','/api/node-toolbox/dataset/model-list?appcode=','401','data','Unauthorized','errorMessage','186812oKEzgd','message','541875pHTNxo'];a6_0xb495=function(){return _0x482ff9;};return a6_0xb495();}import{logger}from'../utils/logger.js';import{getEnv}from'../constant/env.js';export async function fetchModelList(_0x49cf2a){const _0x4ba4db=a6_0x2ec2,_0x652287=getEnv(),_0x384dc2=getApiDomain()+_0x4ba4db(0x143)+_0x49cf2a+'&otype=array';logger[_0x4ba4db(0x150)](_0x4ba4db(0x14b),_0x4ba4db(0x142)+_0x652287+')',{'apiUrl':_0x384dc2});const _0x43a007=await fetch(_0x384dc2,{'headers':{'Cookie':getCookie()}});if(!_0x43a007['ok']){if(_0x43a007['status']===0x191)throw new Error('登录鉴权失败,登录已过期,请使用\x20lovrabet\x20auth\x20重新登录');throw new Error(_0x4ba4db(0x14e)+_0x43a007[_0x4ba4db(0x141)]);}const _0x2bb6ac=await _0x43a007['json']();if(!_0x2bb6ac[_0x4ba4db(0x15a)]){const _0x32f00c=_0x2bb6ac[_0x4ba4db(0x14c)]||_0x2bb6ac['message']||_0x2bb6ac[_0x4ba4db(0x145)]?.[_0x4ba4db(0x149)]||_0x2bb6ac[_0x4ba4db(0x147)]||_0x2bb6ac[_0x4ba4db(0x158)]||'未知错误';if(_0x32f00c[_0x4ba4db(0x155)](_0x4ba4db(0x144))||_0x32f00c[_0x4ba4db(0x155)](_0x4ba4db(0x146))||_0x32f00c[_0x4ba4db(0x155)]('登录')||_0x32f00c[_0x4ba4db(0x155)]('认证')||_0x2bb6ac['errorCode']===_0x4ba4db(0x15c)||_0x2bb6ac[_0x4ba4db(0x14f)]===0x191||_0x2bb6ac['code']===_0x4ba4db(0x144))throw new Error(_0x4ba4db(0x156));throw new Error('获取数据集失败:\x20'+_0x32f00c);}return{'configArray':_0x2bb6ac[_0x4ba4db(0x145)][_0x4ba4db(0x153)],'count':_0x2bb6ac[_0x4ba4db(0x145)][_0x4ba4db(0x152)]};}
@@ -1 +1 @@
1
- function a7_0x31cd(_0x3873eb,_0x5c79e2){_0x3873eb=_0x3873eb-0xa5;const _0x5438d3=a7_0x5438();let _0x31cdae=_0x5438d3[_0x3873eb];return _0x31cdae;}(function(_0x3045b0,_0x2c39a6){const _0x57baad=a7_0x31cd,_0x2440a8=_0x3045b0();while(!![]){try{const _0x485532=parseInt(_0x57baad(0xc3))/0x1+parseInt(_0x57baad(0xbc))/0x2*(-parseInt(_0x57baad(0xc7))/0x3)+parseInt(_0x57baad(0xb5))/0x4+parseInt(_0x57baad(0xaa))/0x5*(-parseInt(_0x57baad(0xb4))/0x6)+parseInt(_0x57baad(0xaf))/0x7*(-parseInt(_0x57baad(0xb7))/0x8)+parseInt(_0x57baad(0xca))/0x9*(parseInt(_0x57baad(0xad))/0xa)+parseInt(_0x57baad(0xa7))/0xb;if(_0x485532===_0x2c39a6)break;else _0x2440a8['push'](_0x2440a8['shift']());}catch(_0x56c750){_0x2440a8['push'](_0x2440a8['shift']());}}}(a7_0x5438,0xdb2c9));import a7_0x485df1 from'prettier';import{mkdirSync,writeFileSync,readFileSync}from'node:fs';import a7_0x152a09 from'node:path';function a7_0x5438(){const _0x11e0bf=['90BgWnWs','202004evHuRQ','resolve','696xgWNdD','slice','client','name','endsWith','2180482zavJDK','forEach','key','success',',\x20env:\x20\x22','请先通过\x20`lovrabet\x20config\x20set\x20app\x20<value>`\x20配置应用\x20Code','../..','891939YYxYEP','api.ts.tpl','env','\x22\x20}','3TAhEgn','tableName','.ts','18AmlgUE','dirname','-api','join','API\x20文件生成成功!','format','{\x20apiConfigName:\x20','length','10662564wrDijm','online','typescript','403945nkzqay','replaceApiContent','push','6652090bsmoJp','utf8','3409QNwVps','string','alias','templates/generate-api','datasetCode'];a7_0x5438=function(){return _0x11e0bf;};return a7_0x5438();}import{fileURLToPath}from'node:url';import{readConfig}from'../utils/config.js';import{TemplateReplacer}from'../utils/template-replacer.js';import{logger}from'../utils/logger.js';export async function generateApiFile(_0x188258,_0x26dc2b='',_0x3dcc52,_0x5579c4=![],_0x236097,_0x3c1a1e='./src/api/'){const _0x167dd4=a7_0x31cd,_0x1188b6=readConfig(),_0x33989f=_0x3dcc52||_0x1188b6?.['app'];if(typeof _0x33989f!==_0x167dd4(0xb0)||!_0x33989f)throw new Error(_0x167dd4(0xc1));const _0x4d4a59=_0x5579c4?'CONFIG_NAMES.DEFAULT':'\x22'+_0x33989f+'\x22',_0x1b5216=typeof _0x1188b6['env']===_0x167dd4(0xb0)?_0x1188b6[_0x167dd4(0xc5)]:undefined,_0x27a5d9=_0x236097||_0x1b5216||_0x167dd4(0xa8),_0x36131b=_0x27a5d9!==_0x167dd4(0xa8);let _0x669f6c;if(_0x5579c4)_0x36131b?_0x669f6c=_0x167dd4(0xa5)+_0x4d4a59+_0x167dd4(0xc0)+_0x27a5d9+_0x167dd4(0xc6):_0x669f6c='';else{const _0x1615ee=_0x36131b?_0x167dd4(0xc0)+_0x27a5d9+'\x22':'';_0x669f6c='{\x20apiConfigName:\x20\x22'+_0x33989f+'\x22'+_0x1615ee+'\x20}';}const _0x765a2f=_0x26dc2b?_0x26dc2b+_0x167dd4(0xcc):'api',_0x18fb7b=_0x26dc2b?_0x26dc2b+'-client':_0x167dd4(0xb9),_0xf9148f=[];_0x188258[_0x167dd4(0xbd)](_0x2c5d6e=>{const _0x3c5e34=_0x167dd4;_0xf9148f[_0x3c5e34(0xac)]({'datasetCode':_0x2c5d6e[_0x3c5e34(0xb3)],'tableName':_0x2c5d6e[_0x3c5e34(0xc8)],'name':_0x2c5d6e[_0x3c5e34(0xba)]||'','alias':_0x2c5d6e[_0x3c5e34(0xb1)]||_0x2c5d6e[_0x3c5e34(0xbe)]});});const _0x34b632=fileURLToPath(import.meta.url),_0x47bcf8=a7_0x152a09[_0x167dd4(0xb6)](a7_0x152a09[_0x167dd4(0xcb)](_0x34b632),_0x167dd4(0xc2)),_0x2201f3=a7_0x152a09[_0x167dd4(0xcd)](_0x47bcf8,_0x167dd4(0xb2)),_0x23507c=a7_0x152a09[_0x167dd4(0xcd)](_0x2201f3,_0x167dd4(0xc4)),_0x39e8cc=a7_0x152a09[_0x167dd4(0xcd)](_0x2201f3,'client.ts.tpl'),_0x2014b9=_0x3c1a1e[_0x167dd4(0xbb)]('/')?_0x3c1a1e[_0x167dd4(0xb8)](0x0,-0x1):_0x3c1a1e;mkdirSync(_0x2014b9,{'recursive':!![]});const _0x3554ac=_0xf9148f[0x0]?.[_0x167dd4(0xb1)],_0x29ecf5=readFileSync(_0x23507c,'utf8'),_0x428423=TemplateReplacer['replaceApiContent'](_0x29ecf5,_0x33989f,_0xf9148f,_0x3554ac,_0x765a2f,_0x4d4a59),_0x52b0e8=await a7_0x485df1[_0x167dd4(0xcf)](_0x428423,{'parser':_0x167dd4(0xa9)}),_0x2e93db=_0x2014b9+'/'+_0x765a2f+'.ts';writeFileSync(_0x2e93db,_0x52b0e8,{'encoding':_0x167dd4(0xae)});const _0x345480=readFileSync(_0x39e8cc,_0x167dd4(0xae)),_0xa2bfa3=TemplateReplacer[_0x167dd4(0xab)](_0x345480,_0x33989f,_0xf9148f,_0x3554ac,_0x765a2f,_0x4d4a59,_0x669f6c),_0x360601=await a7_0x485df1[_0x167dd4(0xcf)](_0xa2bfa3,{'parser':_0x167dd4(0xa9)}),_0x534a84=_0x2014b9+'/'+_0x18fb7b+_0x167dd4(0xc9);writeFileSync(_0x534a84,_0x360601,{'encoding':_0x167dd4(0xae)});const _0x4f34cf=_0xf9148f[_0x167dd4(0xa6)];return logger[_0x167dd4(0xbf)]('init-api',_0x167dd4(0xce),undefined,{'apiFile':_0x2e93db,'clientFile':_0x534a84,'modelCount':_0x4f34cf,'configName':_0x4d4a59}),{'modelCount':_0x4f34cf,'apiFilePath':_0x2e93db,'clientFilePath':_0x534a84,'configName':_0x4d4a59};}
1
+ const a7_0xf613ee=a7_0x3824;(function(_0xc0b040,_0xa1930a){const _0x9cc191=a7_0x3824,_0x4f8c0d=_0xc0b040();while(!![]){try{const _0x4f8f08=parseInt(_0x9cc191(0x149))/0x1*(-parseInt(_0x9cc191(0x138))/0x2)+-parseInt(_0x9cc191(0x151))/0x3*(parseInt(_0x9cc191(0x133))/0x4)+parseInt(_0x9cc191(0x148))/0x5+-parseInt(_0x9cc191(0x12f))/0x6+-parseInt(_0x9cc191(0x14a))/0x7+parseInt(_0x9cc191(0x141))/0x8+parseInt(_0x9cc191(0x145))/0x9;if(_0x4f8f08===_0xa1930a)break;else _0x4f8c0d['push'](_0x4f8c0d['shift']());}catch(_0x2c3aca){_0x4f8c0d['push'](_0x4f8c0d['shift']());}}}(a7_0x2039,0x24a02));import a7_0x9f1c77 from'prettier';import{mkdirSync,writeFileSync,readFileSync}from'node:fs';import a7_0x4ea615 from'node:path';import{fileURLToPath}from'node:url';import{readConfig}from'../utils/config.js';function a7_0x2039(){const _0x11e3ec=['client.ts.tpl','client','dirname','utf8','\x22\x20}','794856RuYqpK','./src/api/','app','join','6460137iiiCst','init-api','format','310155vSVUYH','58513IDTYyo','741048heLyVp','length','key','alias','forEach','{\x20apiConfigName:\x20','online','27CfUCFf','resolve','-api','typescript','templates/generate-api','name','请先通过\x20`lovrabet\x20config\x20set\x20app\x20<value>`\x20配置应用\x20Code','1436700XJtQIB','.ts','push','tableName','118588fNTpKR','endsWith','success','replaceApiContent','slice','4MSvMlF','string',',\x20env:\x20\x22','env'];a7_0x2039=function(){return _0x11e3ec;};return a7_0x2039();}import{TemplateReplacer}from'../utils/template-replacer.js';function a7_0x3824(_0x505222,_0x291fde){_0x505222=_0x505222-0x12d;const _0x203962=a7_0x2039();let _0x38242f=_0x203962[_0x505222];return _0x38242f;}import{logger}from'../utils/logger.js';export async function generateApiFile(_0x5edc0d,_0x69b61='',_0x2e4b18,_0x104c19=![],_0x58cb78,_0x321f91=a7_0xf613ee(0x142)){const _0x19c277=a7_0xf613ee,_0x431499=readConfig(),_0x167bae=_0x2e4b18||_0x431499?.[_0x19c277(0x143)];if(typeof _0x167bae!==_0x19c277(0x139)||!_0x167bae)throw new Error(_0x19c277(0x12e));const _0x425376=_0x104c19?'CONFIG_NAMES.DEFAULT':'\x22'+_0x167bae+'\x22',_0x28bae3=typeof _0x431499['env']===_0x19c277(0x139)?_0x431499[_0x19c277(0x13b)]:undefined,_0x28ee81=_0x58cb78||_0x28bae3||_0x19c277(0x150),_0x42a703=_0x28ee81!=='online';let _0x308e66;if(_0x104c19)_0x42a703?_0x308e66=_0x19c277(0x14f)+_0x425376+_0x19c277(0x13a)+_0x28ee81+_0x19c277(0x140):_0x308e66='';else{const _0x1211fe=_0x42a703?_0x19c277(0x13a)+_0x28ee81+'\x22':'';_0x308e66='{\x20apiConfigName:\x20\x22'+_0x167bae+'\x22'+_0x1211fe+'\x20}';}const _0x3e636a=_0x69b61?_0x69b61+_0x19c277(0x153):'api',_0x3c03c6=_0x69b61?_0x69b61+'-client':_0x19c277(0x13d),_0x112409=[];_0x5edc0d[_0x19c277(0x14e)](_0x45adb4=>{const _0x5dbec5=_0x19c277;_0x112409[_0x5dbec5(0x131)]({'datasetCode':_0x45adb4['datasetCode'],'tableName':_0x45adb4[_0x5dbec5(0x132)],'name':_0x45adb4[_0x5dbec5(0x12d)]||'','alias':_0x45adb4[_0x5dbec5(0x14d)]||_0x45adb4[_0x5dbec5(0x14c)]});});const _0x440ca1=fileURLToPath(import.meta.url),_0x1c6d73=a7_0x4ea615[_0x19c277(0x152)](a7_0x4ea615[_0x19c277(0x13e)](_0x440ca1),'../..'),_0x4d58b8=a7_0x4ea615[_0x19c277(0x144)](_0x1c6d73,_0x19c277(0x155)),_0x2de126=a7_0x4ea615['join'](_0x4d58b8,'api.ts.tpl'),_0x4021a4=a7_0x4ea615['join'](_0x4d58b8,_0x19c277(0x13c)),_0x5c05b3=_0x321f91[_0x19c277(0x134)]('/')?_0x321f91[_0x19c277(0x137)](0x0,-0x1):_0x321f91;mkdirSync(_0x5c05b3,{'recursive':!![]});const _0x18e920=_0x112409[0x0]?.['alias'],_0x1bed9d=readFileSync(_0x2de126,_0x19c277(0x13f)),_0x495759=TemplateReplacer[_0x19c277(0x136)](_0x1bed9d,_0x167bae,_0x112409,_0x18e920,_0x3e636a,_0x425376),_0x55a6e6=await a7_0x9f1c77[_0x19c277(0x147)](_0x495759,{'parser':_0x19c277(0x154)}),_0x52bb37=_0x5c05b3+'/'+_0x3e636a+_0x19c277(0x130);writeFileSync(_0x52bb37,_0x55a6e6,{'encoding':_0x19c277(0x13f)});const _0x257c1f=readFileSync(_0x4021a4,_0x19c277(0x13f)),_0x5a3e19=TemplateReplacer[_0x19c277(0x136)](_0x257c1f,_0x167bae,_0x112409,_0x18e920,_0x3e636a,_0x425376,_0x308e66),_0x1a8a60=await a7_0x9f1c77[_0x19c277(0x147)](_0x5a3e19,{'parser':_0x19c277(0x154)}),_0x5077b4=_0x5c05b3+'/'+_0x3c03c6+_0x19c277(0x130);writeFileSync(_0x5077b4,_0x1a8a60,{'encoding':'utf8'});const _0x3cddb3=_0x112409[_0x19c277(0x14b)];return logger[_0x19c277(0x135)](_0x19c277(0x146),'API\x20文件生成成功!',undefined,{'apiFile':_0x52bb37,'clientFile':_0x5077b4,'modelCount':_0x3cddb3,'configName':_0x425376}),{'modelCount':_0x3cddb3,'apiFilePath':_0x52bb37,'clientFilePath':_0x5077b4,'configName':_0x425376};}
package/lib/api/main.js CHANGED
@@ -1 +1 @@
1
- function a8_0x2371(){const _0x321f3d=['\x1b[90m*\x20使用配置的应用AppCode:\x20','trim','isArray','appcode','message','1248424fpqKHr','\x20\x20lovrabet\x20api\x20doc\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20生成\x20API\x20文档','input','pull','!\x20请使用以下方式之一:','\x20\x20lovrabet\x20api\x20pull\x20--output\x20<dir>\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定输出目录(默认:\x20./src/api/)','\x20\x20错误:\x20','\x0alovrabet\x20api\x20-\x20API\x20相关操作\x0a\x0a用法:\x0a\x20\x20$\x20lovrabet\x20api\x20pull\x20[options]\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20[options]\x0a\x0a选项:\x0a\x20\x20--appcode\x20<code>\x20\x20\x20\x20\x20\x20指定应用代码\x0a\x20\x20--output\x20<dir>\x20\x20\x20\x20\x20\x20\x20\x20指定输出目录(pull:\x20./src/api/,doc:\x20./docs)\x0a\x20\x20--env\x20<env>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20指定环境(如:daily、online)\x0a\x20\x20--datasetcode\x20<codes>\x20指定要生成文档的数据集代码(多个用逗号分隔,仅\x20doc\x20命令)\x0a\x20\x20--help\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20显示此帮助信息\x0a\x0a示例:\x0a\x20\x20$\x20lovrabet\x20api\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20拉取并生成\x20API\x20配置文件\x0a\x20\x20$\x20lovrabet\x20api\x20pull\x20--appcode\x20myapp\x20\x20\x20\x20\x20\x20\x20//\x20使用指定的\x20appcode\x0a\x20\x20$\x20lovrabet\x20api\x20pull\x20--output\x20./api\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定输出目录\x0a\x20\x20$\x20lovrabet\x20api\x20pull\x20--env\x20daily\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定环境拉取\x20API\x0a\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20生成所有数据集的文档\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20--appcode\x20myapp\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20使用指定的\x20appcode\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20--output\x20./docs\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定文档输出目录\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20--env\x20daily\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定环境生成文档\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20--datasetcode\x20ds_001\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20只生成指定数据集的文档\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20--datasetcode\x20ds_001,ds_002\x20\x20\x20\x20\x20\x20//\x20生成多个数据集的文档\x0a','\x1b[90m*\x20仅生成指定数据集的文档:\x20','96163HeRAlE','flags','split','string','doc','\x20\x20\x202.\x20使用参数:\x20lovrabet\x20api\x20doc\x20--appcode\x20<app-code>','❌\x20错误:不再支持位置参数方式','\x20\x20lovrabet\x20api\x20pull\x20--appcode\x20','\x20\x20\x202.\x20使用参数:\x20lovrabet\x20api\x20pull\x20--appcode\x20<app-code>','\x20\x20lovrabet\x20api\x20doc\x20--output\x20<dir>\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定文档输出目录(默认:\x20./docs)','join','\x20\x20lovrabet\x20api\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20拉取并生成\x20API\x20配置文件','map','datasetcode','filter','6282KvMGja','env','1494010dWqvUe','object','1826616KHcEbO','parse','\x1b[90m\x20\x20(注:\x20--appcode\x20参数与配置一致,将使用默认配置)\x1b[0m','\x20\x20lovrabet\x20api\x20doc\x20--appcode\x20<code>\x20\x20\x20\x20\x20\x20\x20//\x20使用指定的\x20appcode','Unknown\x20api\x20command:\x20','length','\x20\x20\x201.\x20配置默认值:\x20lovrabet\x20config\x20set\x20appcode\x20<app-code>','525WDQxSb','414588HDOEGN','error','×\x20未配置\x20AppCode','\x20\x20lovrabet\x20api\x20pull\x20--env\x20<env>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定环境(如:\x20daily,\x20online)','Available\x20commands:','×\x20--params\x20参数不是有效的\x20JSON\x20格式','output','\x1b[0m','exit','log','×\x20--datasetcode\x20参数不能为空','1195101xdvbUA','请使用\x20--appcode\x20参数,例如:','8CAiIhU'];a8_0x2371=function(){return _0x321f3d;};return a8_0x2371();}(function(_0x11efba,_0x4b0455){const _0x3342aa=a8_0x1ad9,_0x3b3316=_0x11efba();while(!![]){try{const _0x567b26=-parseInt(_0x3342aa(0xb4))/0x1*(-parseInt(_0x3342aa(0xa5))/0x2)+parseInt(_0x3342aa(0x98))/0x3+-parseInt(_0x3342aa(0xab))/0x4+-parseInt(_0x3342aa(0x8e))/0x5+parseInt(_0x3342aa(0x8c))/0x6*(-parseInt(_0x3342aa(0x97))/0x7)+parseInt(_0x3342aa(0x90))/0x8+parseInt(_0x3342aa(0xa3))/0x9;if(_0x567b26===_0x4b0455)break;else _0x3b3316['push'](_0x3b3316['shift']());}catch(_0x4fbc81){_0x3b3316['push'](_0x3b3316['shift']());}}}(a8_0x2371,0x2f7e3));import{jsx as a8_0x337b36}from'react/jsx-runtime';import{render}from'ink';import{ApiPullUI}from'./api-pull-ui.js';function a8_0x1ad9(_0x435dad,_0x52a386){_0x435dad=_0x435dad-0x88;const _0x2371c4=a8_0x2371();let _0x1ad94e=_0x2371c4[_0x435dad];return _0x1ad94e;}import{ApiDocUI}from'./api-doc-ui.js';import{getConfigAppCode}from'../utils/config.js';export async function apiCli(_0x51f610){const _0x13eaf6=a8_0x1ad9,_0x1f0201=_0x51f610[_0x13eaf6(0xad)][0x1];if(_0x51f610['flags']['help']){console[_0x13eaf6(0xa1)](_0x13eaf6(0xb2));return;}if(_0x1f0201===_0x13eaf6(0xae)){_0x51f610['input'][0x2]&&(console[_0x13eaf6(0x99)](_0x13eaf6(0xba)),console['log'](_0x13eaf6(0xa4)),console[_0x13eaf6(0xa1)](_0x13eaf6(0xbb)+_0x51f610['input'][0x2]),process[_0x13eaf6(0xa0)](0x1));const _0x3a2c91=getConfigAppCode();let _0x5165d2=_0x51f610[_0x13eaf6(0xb5)]['appcode'];const _0x325fc=typeof _0x51f610[_0x13eaf6(0xb5)][_0x13eaf6(0x8d)]==='string'?_0x51f610[_0x13eaf6(0xb5)][_0x13eaf6(0x8d)]:undefined,_0x15e85f=_0x51f610[_0x13eaf6(0xb5)][_0x13eaf6(0x9e)];!_0x5165d2&&!_0x3a2c91&&(console[_0x13eaf6(0x99)](_0x13eaf6(0x9a)),console[_0x13eaf6(0xa1)](_0x13eaf6(0xaf)),console[_0x13eaf6(0xa1)](_0x13eaf6(0x96)),console['log'](_0x13eaf6(0xbc)),process[_0x13eaf6(0xa0)](0x1)),_0x5165d2&&_0x3a2c91&&_0x5165d2===_0x3a2c91&&(console[_0x13eaf6(0xa1)]('\x1b[90m*\x20使用配置的应用AppCode:\x20'+_0x5165d2+'\x1b[0m'),console['log'](_0x13eaf6(0x92)),_0x5165d2=undefined),render(a8_0x337b36(ApiPullUI,{'appCode':_0x5165d2,'env':_0x325fc,'output':_0x15e85f}));}else{if(_0x1f0201===_0x13eaf6(0xb8)){_0x51f610[_0x13eaf6(0xad)][0x2]&&(console[_0x13eaf6(0x99)]('❌\x20错误:不再支持位置参数方式'),console[_0x13eaf6(0xa1)](_0x13eaf6(0xa4)),console[_0x13eaf6(0xa1)]('\x20\x20lovrabet\x20api\x20doc\x20--appcode\x20'+_0x51f610[_0x13eaf6(0xad)][0x2]),process['exit'](0x1));const _0x5b158a=getConfigAppCode();let _0x3d527d=_0x51f610[_0x13eaf6(0xb5)][_0x13eaf6(0xa9)];const _0x2a140f=typeof _0x51f610[_0x13eaf6(0xb5)][_0x13eaf6(0x8d)]===_0x13eaf6(0xb7)?_0x51f610[_0x13eaf6(0xb5)][_0x13eaf6(0x8d)]:undefined,_0x42e3f5=_0x51f610[_0x13eaf6(0xb5)][_0x13eaf6(0x9e)],_0x3d28d5=_0x51f610[_0x13eaf6(0xb5)]['params'],_0x14aaab=_0x51f610[_0x13eaf6(0xb5)][_0x13eaf6(0x8a)];!_0x3d527d&&!_0x5b158a&&(console[_0x13eaf6(0x99)](_0x13eaf6(0x9a)),console[_0x13eaf6(0xa1)](_0x13eaf6(0xaf)),console['log']('\x20\x20\x201.\x20配置默认值:\x20lovrabet\x20config\x20set\x20appcode\x20<app-code>'),console[_0x13eaf6(0xa1)](_0x13eaf6(0xb9)),process[_0x13eaf6(0xa0)](0x1));_0x3d527d&&_0x5b158a&&_0x3d527d===_0x5b158a&&(console[_0x13eaf6(0xa1)](_0x13eaf6(0xa6)+_0x3d527d+_0x13eaf6(0x9f)),_0x3d527d=undefined);let _0x41d0a6;if(_0x3d28d5)try{_0x41d0a6=JSON[_0x13eaf6(0x91)](_0x3d28d5),(typeof _0x41d0a6!==_0x13eaf6(0x8f)||_0x41d0a6===null||Array[_0x13eaf6(0xa8)](_0x41d0a6))&&(console[_0x13eaf6(0x99)]('×\x20--params\x20参数必须是一个有效的\x20JSON\x20对象'),process['exit'](0x1));}catch(_0x3df21a){console[_0x13eaf6(0x99)](_0x13eaf6(0x9d)),console[_0x13eaf6(0x99)](_0x13eaf6(0xb1)+(_0x3df21a instanceof Error?_0x3df21a[_0x13eaf6(0xaa)]:String(_0x3df21a))),process[_0x13eaf6(0xa0)](0x1);}let _0x916e1d;_0x14aaab&&(_0x916e1d=_0x14aaab[_0x13eaf6(0xb6)](',')[_0x13eaf6(0x89)](_0x31893f=>_0x31893f[_0x13eaf6(0xa7)]())[_0x13eaf6(0x8b)](_0x1a0011=>_0x1a0011['length']>0x0),_0x916e1d[_0x13eaf6(0x95)]===0x0&&(console[_0x13eaf6(0x99)](_0x13eaf6(0xa2)),process[_0x13eaf6(0xa0)](0x1)),console[_0x13eaf6(0xa1)](_0x13eaf6(0xb3)+_0x916e1d[_0x13eaf6(0xbe)](',\x20')+_0x13eaf6(0x9f))),render(a8_0x337b36(ApiDocUI,{'appCode':_0x3d527d,'env':_0x2a140f,'output':_0x42e3f5,'extraParams':_0x41d0a6,'datasetCodes':_0x916e1d}));}else console[_0x13eaf6(0x99)](_0x13eaf6(0x94)+_0x1f0201),console[_0x13eaf6(0xa1)](_0x13eaf6(0x9c)),console['log'](_0x13eaf6(0x88)),console[_0x13eaf6(0xa1)]('\x20\x20lovrabet\x20api\x20pull\x20--appcode\x20<code>\x20\x20\x20\x20\x20\x20//\x20使用指定的\x20appcode'),console[_0x13eaf6(0xa1)](_0x13eaf6(0xb0)),console[_0x13eaf6(0xa1)](_0x13eaf6(0x9b)),console[_0x13eaf6(0xa1)](''),console['log'](_0x13eaf6(0xac)),console[_0x13eaf6(0xa1)](_0x13eaf6(0x93)),console['log'](_0x13eaf6(0xbd)),console['log']('\x20\x20lovrabet\x20api\x20doc\x20--env\x20<env>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定环境(如:\x20daily,\x20online)'),process[_0x13eaf6(0xa0)](0x1);}}
1
+ function a8_0x5d35(_0x49c680,_0x140c73){_0x49c680=_0x49c680-0x182;const _0x12ff4d=a8_0x12ff();let _0x5d354b=_0x12ff4d[_0x49c680];return _0x5d354b;}(function(_0x3ac2a0,_0x4d6ac1){const _0x4a9bf3=a8_0x5d35,_0x45cf68=_0x3ac2a0();while(!![]){try{const _0x583f93=-parseInt(_0x4a9bf3(0x199))/0x1+-parseInt(_0x4a9bf3(0x1ac))/0x2+-parseInt(_0x4a9bf3(0x19b))/0x3+-parseInt(_0x4a9bf3(0x1ae))/0x4*(parseInt(_0x4a9bf3(0x1a9))/0x5)+parseInt(_0x4a9bf3(0x194))/0x6*(-parseInt(_0x4a9bf3(0x1a8))/0x7)+-parseInt(_0x4a9bf3(0x191))/0x8+parseInt(_0x4a9bf3(0x19c))/0x9*(parseInt(_0x4a9bf3(0x195))/0xa);if(_0x583f93===_0x4d6ac1)break;else _0x45cf68['push'](_0x45cf68['shift']());}catch(_0x3693eb){_0x45cf68['push'](_0x45cf68['shift']());}}}(a8_0x12ff,0x4ab30));import{jsx as a8_0x475a5d}from'react/jsx-runtime';import{render}from'ink';import{ApiPullUI}from'./api-pull-ui.js';import{ApiDocUI}from'./api-doc-ui.js';function a8_0x12ff(){const _0x44432c=['output','!\x20请使用以下方式之一:','map','filter','请使用\x20--appcode\x20参数,例如:','\x20\x20\x201.\x20配置默认值:\x20lovrabet\x20config\x20set\x20appcode\x20<app-code>','\x20\x20\x202.\x20使用参数:\x20lovrabet\x20api\x20doc\x20--appcode\x20<app-code>','object','flags','params','input','\x0alovrabet\x20api\x20-\x20API\x20相关操作\x0a\x0a用法:\x0a\x20\x20$\x20lovrabet\x20api\x20pull\x20[options]\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20[options]\x0a\x0a选项:\x0a\x20\x20--appcode\x20<code>\x20\x20\x20\x20\x20\x20指定应用代码\x0a\x20\x20--output\x20<dir>\x20\x20\x20\x20\x20\x20\x20\x20指定输出目录(pull:\x20./src/api/,doc:\x20./docs)\x0a\x20\x20--env\x20<env>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20指定环境(如:daily、online)\x0a\x20\x20--datasetcode\x20<codes>\x20指定要生成文档的数据集代码(多个用逗号分隔,仅\x20doc\x20命令)\x0a\x20\x20--help\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20显示此帮助信息\x0a\x0a示例:\x0a\x20\x20$\x20lovrabet\x20api\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20拉取并生成\x20API\x20配置文件\x0a\x20\x20$\x20lovrabet\x20api\x20pull\x20--appcode\x20myapp\x20\x20\x20\x20\x20\x20\x20//\x20使用指定的\x20appcode\x0a\x20\x20$\x20lovrabet\x20api\x20pull\x20--output\x20./api\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定输出目录\x0a\x20\x20$\x20lovrabet\x20api\x20pull\x20--env\x20daily\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定环境拉取\x20API\x0a\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20生成所有数据集的文档\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20--appcode\x20myapp\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20使用指定的\x20appcode\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20--output\x20./docs\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定文档输出目录\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20--env\x20daily\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定环境生成文档\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20--datasetcode\x20ds_001\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20只生成指定数据集的文档\x0a\x20\x20$\x20lovrabet\x20api\x20doc\x20--datasetcode\x20ds_001,ds_002\x20\x20\x20\x20\x20\x20//\x20生成多个数据集的文档\x0a','log','isArray','env','2583352FUUXFn','Unknown\x20api\x20command:\x20','string','2043354ABejUh','130SyEnYu','\x20\x20\x202.\x20使用参数:\x20lovrabet\x20api\x20pull\x20--appcode\x20<app-code>','\x1b[90m\x20\x20(注:\x20--appcode\x20参数与配置一致,将使用默认配置)\x1b[0m','split','86581SUpzLR','error','336216IjgPli','1522629mLEbTu','\x20\x20lovrabet\x20api\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20拉取并生成\x20API\x20配置文件','datasetcode','×\x20--params\x20参数不是有效的\x20JSON\x20格式','parse','appcode','\x20\x20lovrabet\x20api\x20doc\x20--appcode\x20','\x1b[0m','doc','trim','×\x20--datasetcode\x20参数不能为空','\x20\x20lovrabet\x20api\x20doc\x20--env\x20<env>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定环境(如:\x20daily,\x20online)','7vHXpTH','5CbAgTl','\x20\x20lovrabet\x20api\x20doc\x20--output\x20<dir>\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定文档输出目录(默认:\x20./docs)','\x20\x20lovrabet\x20api\x20doc\x20--appcode\x20<code>\x20\x20\x20\x20\x20\x20\x20//\x20使用指定的\x20appcode','996580AoLSgQ','help','2131856qinjcB','length','❌\x20错误:不再支持位置参数方式','exit','\x20\x20lovrabet\x20api\x20doc\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20生成\x20API\x20文档','\x1b[90m*\x20使用配置的应用AppCode:\x20','message','join'];a8_0x12ff=function(){return _0x44432c;};return a8_0x12ff();}import{getConfigAppCode}from'../utils/config.js';export async function apiCli(_0x36670c){const _0x18a53c=a8_0x5d35,_0x46d58b=_0x36670c[_0x18a53c(0x18c)][0x1];if(_0x36670c[_0x18a53c(0x18a)][_0x18a53c(0x1ad)]){console[_0x18a53c(0x18e)](_0x18a53c(0x18d));return;}if(_0x46d58b==='pull'){_0x36670c[_0x18a53c(0x18c)][0x2]&&(console['error'](_0x18a53c(0x1b0)),console['log'](_0x18a53c(0x186)),console[_0x18a53c(0x18e)]('\x20\x20lovrabet\x20api\x20pull\x20--appcode\x20'+_0x36670c['input'][0x2]),process[_0x18a53c(0x1b1)](0x1));const _0x277e2b=getConfigAppCode();let _0x4abf91=_0x36670c[_0x18a53c(0x18a)][_0x18a53c(0x1a1)];const _0xc477ba=typeof _0x36670c[_0x18a53c(0x18a)]['env']===_0x18a53c(0x193)?_0x36670c['flags'][_0x18a53c(0x190)]:undefined,_0x120348=_0x36670c['flags']['output'];!_0x4abf91&&!_0x277e2b&&(console['error']('×\x20未配置\x20AppCode'),console['log'](_0x18a53c(0x183)),console[_0x18a53c(0x18e)](_0x18a53c(0x187)),console[_0x18a53c(0x18e)](_0x18a53c(0x196)),process[_0x18a53c(0x1b1)](0x1)),_0x4abf91&&_0x277e2b&&_0x4abf91===_0x277e2b&&(console[_0x18a53c(0x18e)](_0x18a53c(0x1b3)+_0x4abf91+'\x1b[0m'),console[_0x18a53c(0x18e)](_0x18a53c(0x197)),_0x4abf91=undefined),render(a8_0x475a5d(ApiPullUI,{'appCode':_0x4abf91,'env':_0xc477ba,'output':_0x120348}));}else{if(_0x46d58b===_0x18a53c(0x1a4)){_0x36670c[_0x18a53c(0x18c)][0x2]&&(console[_0x18a53c(0x19a)](_0x18a53c(0x1b0)),console['log'](_0x18a53c(0x186)),console['log'](_0x18a53c(0x1a2)+_0x36670c['input'][0x2]),process[_0x18a53c(0x1b1)](0x1));const _0x59f253=getConfigAppCode();let _0x586794=_0x36670c[_0x18a53c(0x18a)]['appcode'];const _0x3634e8=typeof _0x36670c['flags']['env']===_0x18a53c(0x193)?_0x36670c['flags'][_0x18a53c(0x190)]:undefined,_0x313b86=_0x36670c[_0x18a53c(0x18a)][_0x18a53c(0x182)],_0xa8088e=_0x36670c[_0x18a53c(0x18a)][_0x18a53c(0x18b)],_0x1e023a=_0x36670c[_0x18a53c(0x18a)][_0x18a53c(0x19e)];!_0x586794&&!_0x59f253&&(console[_0x18a53c(0x19a)]('×\x20未配置\x20AppCode'),console[_0x18a53c(0x18e)](_0x18a53c(0x183)),console[_0x18a53c(0x18e)](_0x18a53c(0x187)),console[_0x18a53c(0x18e)](_0x18a53c(0x188)),process['exit'](0x1));_0x586794&&_0x59f253&&_0x586794===_0x59f253&&(console[_0x18a53c(0x18e)]('\x1b[90m*\x20使用配置的应用AppCode:\x20'+_0x586794+_0x18a53c(0x1a3)),_0x586794=undefined);let _0x255433;if(_0xa8088e)try{_0x255433=JSON[_0x18a53c(0x1a0)](_0xa8088e),(typeof _0x255433!==_0x18a53c(0x189)||_0x255433===null||Array[_0x18a53c(0x18f)](_0x255433))&&(console[_0x18a53c(0x19a)]('×\x20--params\x20参数必须是一个有效的\x20JSON\x20对象'),process['exit'](0x1));}catch(_0x229f2c){console[_0x18a53c(0x19a)](_0x18a53c(0x19f)),console[_0x18a53c(0x19a)]('\x20\x20错误:\x20'+(_0x229f2c instanceof Error?_0x229f2c[_0x18a53c(0x1b4)]:String(_0x229f2c))),process[_0x18a53c(0x1b1)](0x1);}let _0x531f33;_0x1e023a&&(_0x531f33=_0x1e023a[_0x18a53c(0x198)](',')[_0x18a53c(0x184)](_0x19f95f=>_0x19f95f[_0x18a53c(0x1a5)]())[_0x18a53c(0x185)](_0x58ebb9=>_0x58ebb9[_0x18a53c(0x1af)]>0x0),_0x531f33[_0x18a53c(0x1af)]===0x0&&(console[_0x18a53c(0x19a)](_0x18a53c(0x1a6)),process[_0x18a53c(0x1b1)](0x1)),console['log']('\x1b[90m*\x20仅生成指定数据集的文档:\x20'+_0x531f33[_0x18a53c(0x1b5)](',\x20')+'\x1b[0m')),render(a8_0x475a5d(ApiDocUI,{'appCode':_0x586794,'env':_0x3634e8,'output':_0x313b86,'extraParams':_0x255433,'datasetCodes':_0x531f33}));}else console['error'](_0x18a53c(0x192)+_0x46d58b),console[_0x18a53c(0x18e)]('Available\x20commands:'),console['log'](_0x18a53c(0x19d)),console['log']('\x20\x20lovrabet\x20api\x20pull\x20--appcode\x20<code>\x20\x20\x20\x20\x20\x20//\x20使用指定的\x20appcode'),console['log']('\x20\x20lovrabet\x20api\x20pull\x20--output\x20<dir>\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定输出目录(默认:\x20./src/api/)'),console[_0x18a53c(0x18e)]('\x20\x20lovrabet\x20api\x20pull\x20--env\x20<env>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20指定环境(如:\x20daily,\x20online)'),console['log'](''),console[_0x18a53c(0x18e)](_0x18a53c(0x1b2)),console[_0x18a53c(0x18e)](_0x18a53c(0x1ab)),console[_0x18a53c(0x18e)](_0x18a53c(0x1aa)),console[_0x18a53c(0x18e)](_0x18a53c(0x1a7)),process['exit'](0x1);}}
@@ -1 +1 @@
1
- function a9_0x40b4(_0x2f5f05,_0x37df26){_0x2f5f05=_0x2f5f05-0x1af;const _0x251ea3=a9_0x251e();let _0x40b465=_0x251ea3[_0x2f5f05];return _0x40b465;}(function(_0x261f8e,_0x58291f){const _0xe6b460=a9_0x40b4,_0xc01f3c=_0x261f8e();while(!![]){try{const _0x27bf8c=-parseInt(_0xe6b460(0x1c1))/0x1+-parseInt(_0xe6b460(0x1b6))/0x2*(parseInt(_0xe6b460(0x1d6))/0x3)+-parseInt(_0xe6b460(0x1c3))/0x4*(parseInt(_0xe6b460(0x1c0))/0x5)+parseInt(_0xe6b460(0x1d7))/0x6*(parseInt(_0xe6b460(0x1b3))/0x7)+-parseInt(_0xe6b460(0x1c4))/0x8+-parseInt(_0xe6b460(0x1b8))/0x9*(parseInt(_0xe6b460(0x1b5))/0xa)+-parseInt(_0xe6b460(0x1bc))/0xb*(-parseInt(_0xe6b460(0x1b2))/0xc);if(_0x27bf8c===_0x58291f)break;else _0xc01f3c['push'](_0xc01f3c['shift']());}catch(_0x2d7844){_0xc01f3c['push'](_0xc01f3c['shift']());}}}(a9_0x251e,0x382af));function a9_0x251e(){const _0x334661=['28266IuSWsK','√\x20成功拉取\x20','*\x20正在处理\x20','test','message','482892jgkQQl','623aVpusY','\x20个数据集,生成\x20','3189430pnmjGM','14OzxtzI','\x20\x20\x20•\x20','9ZHCrud','×\x20API\x20配置拉取异常:','.ts\x20-\x20模型配置文件','client','209yWfqKg','create-api-pull','\x20个模型','*\x20正在从服务器拉取\x20API\x20配置...\x20(环境:\x20','10qBJCJT','73641lDQdvf','API\x20配置拉取异常:\x20','538768Sbbetp','521504wrpQhc','chdir','×\x20文件前缀格式不正确。只能包含字母、数字、连字符和下划线,且必须以字母开头。','-client','modelCount','string','API\x20配置拉取成功:\x20','env','*\x20开始生成\x20API\x20配置文件:','.ts\x20-\x20客户端实例文件','cwd','\x20个数据集...','info','api','error','log','length','online','97131hUUknK'];a9_0x251e=function(){return _0x334661;};return a9_0x251e();}import{readConfig}from'../utils/config.js';import{initEnv}from'../constant/env.js';import{generateApiFile}from'./generate-api-file.js';import{logger}from'../utils/logger.js';import{fetchModelList}from'./fetch-model-list.js';export async function pullApiSilent(_0x34d8c0,_0x7e3a75,_0x2172d0,_0x1ec051){const _0x20a735=a9_0x40b4;let _0x5a05eb;try{const _0x2d63a6=_0x7e3a75?.['trim']()||'';if(_0x2d63a6){const _0x1897e5=/^[a-zA-Z][a-zA-Z0-9_-]*$/;if(!_0x1897e5[_0x20a735(0x1b0)](_0x2d63a6))return console[_0x20a735(0x1d2)](_0x20a735(0x1c6)),![];}_0x2172d0&&(_0x5a05eb=process[_0x20a735(0x1ce)](),process['chdir'](_0x2172d0));const _0x4c55f8=readConfig(),_0x2346ce=typeof _0x4c55f8[_0x20a735(0x1cb)]===_0x20a735(0x1c9)?_0x4c55f8['env']:undefined,_0x354a2a=_0x1ec051||_0x2346ce||_0x20a735(0x1d5);initEnv(_0x354a2a),console['log'](_0x20a735(0x1bf)+_0x354a2a+')');const {configArray:_0x36d356}=await fetchModelList(_0x34d8c0),_0x3944bd=_0x2d63a6?_0x2d63a6+'-api':_0x20a735(0x1d1),_0x5b4d83=_0x2d63a6?_0x2d63a6+_0x20a735(0x1c7):_0x20a735(0x1bb);console[_0x20a735(0x1d3)](_0x20a735(0x1cc)),console['log'](_0x20a735(0x1b7)+_0x3944bd+_0x20a735(0x1ba)),console[_0x20a735(0x1d3)](_0x20a735(0x1b7)+_0x5b4d83+_0x20a735(0x1cd)),console[_0x20a735(0x1d3)](_0x20a735(0x1af)+_0x36d356['length']+_0x20a735(0x1cf));const _0x437a9d=await generateApiFile(_0x36d356,_0x2d63a6,_0x34d8c0,!![],_0x354a2a);return console[_0x20a735(0x1d3)](_0x20a735(0x1d8)+_0x36d356[_0x20a735(0x1d4)]+_0x20a735(0x1b4)+_0x437a9d[_0x20a735(0x1c8)]+_0x20a735(0x1be)),_0x2172d0&&logger[_0x20a735(0x1d0)](_0x20a735(0x1bd),_0x20a735(0x1ca)+_0x34d8c0,{'projectPath':_0x2172d0,'appCode':_0x34d8c0,'datasetCount':_0x36d356[_0x20a735(0x1d4)],'filePrefix':_0x2d63a6}),!![];}catch(_0xe5e42){const _0x204173=_0xe5e42 instanceof Error?_0xe5e42[_0x20a735(0x1b1)]:String(_0xe5e42);return console[_0x20a735(0x1d2)](_0x20a735(0x1b9),_0x204173),_0x2172d0&&logger[_0x20a735(0x1d2)]('create-api-pull',_0x20a735(0x1c2)+_0x204173,{'appCode':_0x34d8c0,'projectPath':_0x2172d0}),![];}finally{_0x5a05eb&&process[_0x20a735(0x1c5)](_0x5a05eb);}}
1
+ (function(_0x19ddbe,_0x4e8227){const _0x48ba45=a9_0x5dfb,_0x54c0ae=_0x19ddbe();while(!![]){try{const _0x464869=-parseInt(_0x48ba45(0x1d0))/0x1*(parseInt(_0x48ba45(0x1cb))/0x2)+-parseInt(_0x48ba45(0x1cc))/0x3+parseInt(_0x48ba45(0x1c3))/0x4*(parseInt(_0x48ba45(0x1d5))/0x5)+parseInt(_0x48ba45(0x1d3))/0x6+parseInt(_0x48ba45(0x1db))/0x7+-parseInt(_0x48ba45(0x1c8))/0x8+parseInt(_0x48ba45(0x1c6))/0x9;if(_0x464869===_0x4e8227)break;else _0x54c0ae['push'](_0x54c0ae['shift']());}catch(_0x9eedb0){_0x54c0ae['push'](_0x54c0ae['shift']());}}}(a9_0x338b,0x9e08b));function a9_0x338b(){const _0x6f5f22=['*\x20正在处理\x20','length','7136379rybSej','API\x20配置拉取成功:\x20','9736184mZzMrl','-api','.ts\x20-\x20模型配置文件','2JBndop','1020648gMLlgo','\x20\x20\x20•\x20','env','api','82139VFwVNS','create-api-pull','\x20个数据集,生成\x20','7643142nLjjnh','message','50YPWsnX','-client','trim','API\x20配置拉取异常:\x20','\x20个数据集...','log','98119AumXPn','*\x20开始生成\x20API\x20配置文件:','error','client','test','×\x20API\x20配置拉取异常:','string','√\x20成功拉取\x20','\x20个模型','82352dhnxKL'];a9_0x338b=function(){return _0x6f5f22;};return a9_0x338b();}function a9_0x5dfb(_0x11a9ce,_0x530b39){_0x11a9ce=_0x11a9ce-0x1c0;const _0x338baf=a9_0x338b();let _0x5dfbf1=_0x338baf[_0x11a9ce];return _0x5dfbf1;}import{readConfig}from'../utils/config.js';import{initEnv}from'../constant/env.js';import{generateApiFile}from'./generate-api-file.js';import{logger}from'../utils/logger.js';import{fetchModelList}from'./fetch-model-list.js';export async function pullApiSilent(_0x665b97,_0x4002ee,_0x452fa3,_0x6258bc){const _0x4c7fc6=a9_0x5dfb;let _0xee62c4;try{const _0x885fec=_0x4002ee?.[_0x4c7fc6(0x1d7)]()||'';if(_0x885fec){const _0x5ef045=/^[a-zA-Z][a-zA-Z0-9_-]*$/;if(!_0x5ef045[_0x4c7fc6(0x1df)](_0x885fec))return console[_0x4c7fc6(0x1dd)]('×\x20文件前缀格式不正确。只能包含字母、数字、连字符和下划线,且必须以字母开头。'),![];}_0x452fa3&&(_0xee62c4=process['cwd'](),process['chdir'](_0x452fa3));const _0x69bf6=readConfig(),_0x8ab2a1=typeof _0x69bf6['env']===_0x4c7fc6(0x1c0)?_0x69bf6[_0x4c7fc6(0x1ce)]:undefined,_0x106a8b=_0x6258bc||_0x8ab2a1||'online';initEnv(_0x106a8b),console['log']('*\x20正在从服务器拉取\x20API\x20配置...\x20(环境:\x20'+_0x106a8b+')');const {configArray:_0x5dc474}=await fetchModelList(_0x665b97),_0x3f27f6=_0x885fec?_0x885fec+_0x4c7fc6(0x1c9):_0x4c7fc6(0x1cf),_0x9d75fc=_0x885fec?_0x885fec+_0x4c7fc6(0x1d6):_0x4c7fc6(0x1de);console[_0x4c7fc6(0x1da)](_0x4c7fc6(0x1dc)),console[_0x4c7fc6(0x1da)](_0x4c7fc6(0x1cd)+_0x3f27f6+_0x4c7fc6(0x1ca)),console[_0x4c7fc6(0x1da)](_0x4c7fc6(0x1cd)+_0x9d75fc+'.ts\x20-\x20客户端实例文件'),console[_0x4c7fc6(0x1da)](_0x4c7fc6(0x1c4)+_0x5dc474[_0x4c7fc6(0x1c5)]+_0x4c7fc6(0x1d9));const _0x5e6476=await generateApiFile(_0x5dc474,_0x885fec,_0x665b97,!![],_0x106a8b);return console['log'](_0x4c7fc6(0x1c1)+_0x5dc474[_0x4c7fc6(0x1c5)]+_0x4c7fc6(0x1d2)+_0x5e6476['modelCount']+_0x4c7fc6(0x1c2)),_0x452fa3&&logger['info']('create-api-pull',_0x4c7fc6(0x1c7)+_0x665b97,{'projectPath':_0x452fa3,'appCode':_0x665b97,'datasetCount':_0x5dc474[_0x4c7fc6(0x1c5)],'filePrefix':_0x885fec}),!![];}catch(_0x25ecb6){const _0x30715a=_0x25ecb6 instanceof Error?_0x25ecb6[_0x4c7fc6(0x1d4)]:String(_0x25ecb6);return console[_0x4c7fc6(0x1dd)](_0x4c7fc6(0x1e0),_0x30715a),_0x452fa3&&logger[_0x4c7fc6(0x1dd)](_0x4c7fc6(0x1d1),_0x4c7fc6(0x1d8)+_0x30715a,{'appCode':_0x665b97,'projectPath':_0x452fa3}),![];}finally{_0xee62c4&&process['chdir'](_0xee62c4);}}
@@ -1 +1 @@
1
- (function(_0x1b30b2,_0x3730cd){const _0x34ae5a=a10_0x59b8,_0x3fba6f=_0x1b30b2();while(!![]){try{const _0x45d338=parseInt(_0x34ae5a(0x156))/0x1*(parseInt(_0x34ae5a(0x138))/0x2)+parseInt(_0x34ae5a(0x166))/0x3*(-parseInt(_0x34ae5a(0x15c))/0x4)+-parseInt(_0x34ae5a(0x14b))/0x5+-parseInt(_0x34ae5a(0x14e))/0x6*(parseInt(_0x34ae5a(0x169))/0x7)+-parseInt(_0x34ae5a(0x137))/0x8+parseInt(_0x34ae5a(0x172))/0x9*(-parseInt(_0x34ae5a(0x154))/0xa)+parseInt(_0x34ae5a(0x144))/0xb;if(_0x45d338===_0x3730cd)break;else _0x3fba6f['push'](_0x3fba6f['shift']());}catch(_0x4ce67e){_0x3fba6f['push'](_0x3fba6f['shift']());}}}(a10_0x1209,0x61a46));import{jsx as a10_0x4f5594,jsxs as a10_0x253778,Fragment as a10_0x19f710}from'react/jsx-runtime';import{Text,Box,useInput,useApp,render}from'ink';function a10_0x1209(){const _0x5b1711=['!\x20未找到本地页面,请先创建页面','backspace','value','join','test','[✓]','upArrow','63537KYwwUt','菜单名称','\x20命令重新登录','259EWavCj','catch','\x20←\x20','map','red','↑/↓:\x20移动光标\x20空格:\x20切换选中\x20a:\x20全选\x20i/r:\x20反选\x20Enter:\x20确认','add','column','请至少选择一个菜单','9TIOvjd','then','path','trim','label','[\x20]','cyan','*\x20CSS\x20链接:\x20','green','已选择菜单','selecting','429416zXtKle','4034cHfeuW','√\x20菜单创建完成','slice','size','max','input-css','Lovrabet平台','*\x20正在创建菜单...','length','gray','delete','blue','10814826nZVGRu','*\x20JS\x20链接:\x20','JS\x20链接无法访问','return','\x20正在获取线上菜单列表...','\x20输入项目的\x20JS\x20资源链接(https://...)','*\x20请选择要同步的菜单:','18910FieHwc','white','CSS\x20链接无法访问','50394EScHRT','done','includes','JS\x20链接','creating','has','566510ZvNpuY','CSS\x20链接','268gzIqOr','online','*\x20同步菜单到\x20Lovrabet\x20平台','filter','请输入有效的\x20CSS\x20https\x20链接','提示:使用\x20','132NPuJWi','lovrabet\x20auth','input-js'];a10_0x1209=function(){return _0x5b1711;};return a10_0x1209();}import{useEffect,useState}from'react';import a10_0x52f011 from'ink-spinner';import{useGetOnlineMenuList}from'./use-get-online-menu-list.js';import{getLocalPages}from'./get-local-pages.js';import{createMenus}from'./create-menu.js';function a10_0x59b8(_0x1ad8a9,_0x46a7ac){_0x1ad8a9=_0x1ad8a9-0x133;const _0x1209e9=a10_0x1209();let _0x59b860=_0x1209e9[_0x1ad8a9];return _0x59b860;}import{isUrlReachable,isValidCssHttpsUrl,isValidJsHttpsUrl}from'./valid-url.js';import.meta.main&&render(a10_0x4f5594(AppMenuSyncUI,{}));export function AppMenuSyncUI(){const _0x1a2dbf=a10_0x59b8,{exit:_0xf11be4}=useApp(),{loading:_0x49ef88,menuList:_0x536730,error:_0x426462}=useGetOnlineMenuList(),_0xce9d67=getLocalPages(),_0xd15365=_0x536730['map'](_0x2c79ef=>_0x2c79ef['path']),_0xb376e7=[_0x1a2dbf(0x167),..._0xce9d67[_0x1a2dbf(0x16c)](_0x1c68e8=>_0x1c68e8[_0x1a2dbf(0x176)])],_0x133ccd=getStringWidth(getMaxWidth(_0xb376e7,0x4)),_0x2aca5e=getStringWidth(getMaxWidth([_0x1a2dbf(0x167)])),[_0x2c9083,_0xee22e8]=useState('selecting'),[_0xb4fdb7,_0x322d82]=useState(new Set()),[_0x196301,_0x39df6b]=useState(0x0),[_0x28b781,_0x33867a]=useState(''),[_0x19cb66,_0x10feec]=useState(''),[_0x57ac81,_0x35553b]=useState(''),[_0x4cc3c4,_0x46ed9c]=useState(''),[_0x576d87,_0x4c7be0]=useState([]),_0x1badd0=_0xce9d67[_0x1a2dbf(0x16c)](_0x4bd5ba=>({'label':_0x4bd5ba[_0x1a2dbf(0x176)],'path':_0x4bd5ba[_0x1a2dbf(0x174)],'local':!![],'online':_0xd15365[_0x1a2dbf(0x150)](_0x4bd5ba[_0x1a2dbf(0x174)])})),_0x41dada=_0xce9d67[_0x1a2dbf(0x159)](_0x4ac7c1=>{const _0x45cf27=_0x1a2dbf;return!_0xd15365[_0x45cf27(0x150)](_0x4ac7c1[_0x45cf27(0x174)]);});useEffect(()=>{const _0x26ae3a=_0x1a2dbf;if(!_0x49ef88&&_0xce9d67[_0x26ae3a(0x140)]>0x0&&_0xb4fdb7[_0x26ae3a(0x13b)]===0x0){const _0x35a030=new Set(_0xce9d67[_0x26ae3a(0x16c)]((_0x493620,_0x499818)=>({'page':_0x493620,'index':_0x499818}))[_0x26ae3a(0x159)](({page:_0x26ff33})=>!_0xd15365[_0x26ae3a(0x150)](_0x26ff33[_0x26ae3a(0x174)]))['map'](({index:_0x3829a8})=>_0x3829a8));_0x322d82(_0x35a030);}},[_0x49ef88,_0xce9d67[_0x1a2dbf(0x140)],_0xd15365[_0x1a2dbf(0x140)]]),useInput(async(_0x5c292c,_0x2269ff)=>{const _0x477854=_0x1a2dbf;if(_0x2c9083===_0x477854(0x136)){if(_0x2269ff[_0x477854(0x165)]){_0x39df6b(_0x5aae42=>_0x5aae42>0x0?_0x5aae42-0x1:_0xce9d67[_0x477854(0x140)]-0x1);return;}if(_0x2269ff['downArrow']){_0x39df6b(_0x190a22=>_0x190a22<_0xce9d67['length']-0x1?_0x190a22+0x1:0x0);return;}if(_0x5c292c==='\x20'){_0x322d82(_0x1bf185=>{const _0xa92c3f=_0x477854,_0x1af2ed=new Set(_0x1bf185);return _0x1af2ed[_0xa92c3f(0x153)](_0x196301)?_0x1af2ed['delete'](_0x196301):_0x1af2ed[_0xa92c3f(0x16f)](_0x196301),_0x1af2ed;});return;}if(_0x5c292c==='a'||_0x5c292c==='A'){const _0xb27517=new Set(_0xce9d67[_0x477854(0x16c)]((_0x13a87c,_0x1497eb)=>_0x1497eb));_0x322d82(_0xb27517);return;}if(_0x5c292c==='i'||_0x5c292c==='I'||_0x5c292c==='r'||_0x5c292c==='R'){_0x322d82(_0xb3fef8=>{const _0x18d244=_0x477854,_0x172147=new Set();for(let _0x13fdb8=0x0;_0x13fdb8<_0xce9d67[_0x18d244(0x140)];_0x13fdb8++){!_0xb3fef8['has'](_0x13fdb8)&&_0x172147[_0x18d244(0x16f)](_0x13fdb8);}return _0x172147;});return;}if(_0x5c292c==='q'||_0x5c292c==='Q'){_0xf11be4();return;}if(_0x2269ff[_0x477854(0x147)]){if(_0xb4fdb7[_0x477854(0x13b)]===0x0){_0x46ed9c(_0x477854(0x171));return;}const _0x38e0c2=_0xce9d67[_0x477854(0x159)]((_0x46439d,_0x49461f)=>_0xb4fdb7['has'](_0x49461f)),_0x4bfdef=_0x38e0c2[_0x477854(0x16c)](_0x18e327=>_0x18e327['label'])[_0x477854(0x162)](',\x20');_0x4c7be0([{'label':_0x477854(0x135),'value':_0xb4fdb7[_0x477854(0x13b)]+'\x20个'}]),_0x46ed9c(''),_0xee22e8(_0x477854(0x15e));return;}return;}if(_0x2c9083===_0x477854(0x15e)){if(_0x2269ff[_0x477854(0x147)]){const _0x4e40ba=_0x57ac81[_0x477854(0x175)]();if(_0x4e40ba==='')return;if(!isValidJsHttpsUrl(_0x4e40ba)){_0x46ed9c('请输入有效的\x20JS\x20https\x20链接');return;}if(!await isUrlReachable(_0x4e40ba)){_0x46ed9c(_0x477854(0x146));return;}_0x33867a(_0x4e40ba),_0x4c7be0(_0x526a56=>[..._0x526a56,{'label':_0x477854(0x151),'value':_0x4e40ba}]),_0x35553b(''),_0x46ed9c(''),_0xee22e8(_0x477854(0x13d));return;}if(_0x2269ff[_0x477854(0x160)]||_0x2269ff[_0x477854(0x142)]){_0x35553b(_0x3683bc=>_0x3683bc[_0x477854(0x13a)](0x0,-0x1)),_0x46ed9c('');return;}_0x35553b(_0xd77f72=>_0xd77f72+_0x5c292c);return;}if(_0x2c9083===_0x477854(0x13d)){if(_0x2269ff[_0x477854(0x147)]){const _0x2ccba3=_0x57ac81[_0x477854(0x175)]();if(_0x2ccba3==='')return;if(!isValidCssHttpsUrl(_0x2ccba3)){_0x46ed9c(_0x477854(0x15a));return;}if(!await isUrlReachable(_0x2ccba3)){_0x46ed9c(_0x477854(0x14d));return;}_0x10feec(_0x2ccba3),_0x4c7be0(_0x3b5ea1=>[..._0x3b5ea1,{'label':_0x477854(0x155),'value':_0x2ccba3}]),_0x35553b(''),_0x46ed9c(''),_0xee22e8('creating');const _0x2cdac7=_0xce9d67[_0x477854(0x159)]((_0x45e973,_0x4d8893)=>_0xb4fdb7[_0x477854(0x153)](_0x4d8893));createMenus(_0x2cdac7,[_0x28b781,_0x2ccba3])[_0x477854(0x173)](()=>{_0xee22e8('done'),setTimeout(()=>{_0xf11be4();},0x3e8);})[_0x477854(0x16a)](_0x7dd831=>{_0x46ed9c(_0x7dd831['message']||'创建菜单失败'),_0xee22e8('selecting');});return;}if(_0x2269ff['backspace']||_0x2269ff[_0x477854(0x142)]){_0x35553b(_0x224c9e=>_0x224c9e['slice'](0x0,-0x1)),_0x46ed9c('');return;}_0x35553b(_0x19201f=>_0x19201f+_0x5c292c);return;}});if(_0x49ef88)return a10_0x253778(Box,{'marginTop':0x1,'marginBottom':0x1,'children':[a10_0x4f5594(Text,{'children':'\x20\x20'}),a10_0x4f5594(a10_0x52f011,{'type':'dots'}),a10_0x4f5594(Text,{'children':_0x1a2dbf(0x148)})]});if(_0x426462)return a10_0x253778(Box,{'flexDirection':'column','marginTop':0x1,'marginBottom':0x1,'children':[a10_0x253778(Text,{'color':_0x1a2dbf(0x16d),'children':['✗\x20',_0x426462]}),a10_0x253778(Box,{'marginTop':0x1,'children':[a10_0x4f5594(Text,{'color':_0x1a2dbf(0x141),'children':_0x1a2dbf(0x15b)}),a10_0x4f5594(Text,{'color':_0x1a2dbf(0x178),'children':_0x1a2dbf(0x15d)}),a10_0x4f5594(Text,{'color':_0x1a2dbf(0x141),'children':_0x1a2dbf(0x168)})]})]});if(_0xce9d67[_0x1a2dbf(0x140)]===0x0)return a10_0x4f5594(Box,{'marginTop':0x1,'marginBottom':0x1,'children':a10_0x4f5594(Text,{'color':'yellow','children':_0x1a2dbf(0x15f)})});return a10_0x253778(Box,{'flexDirection':_0x1a2dbf(0x170),'marginTop':0x1,'marginBottom':0x1,'children':[_0x2c9083===_0x1a2dbf(0x136)&&a10_0x253778(a10_0x19f710,{'children':[a10_0x253778(Box,{'children':[a10_0x253778(Text,{'bold':!![],'children':['\x20\x20',_0x1a2dbf(0x167),getRemainingSpaces(_0x133ccd,'菜单名称')]}),a10_0x253778(Text,{'bold':!![],'children':['本地',getRemainingSpaces(_0x2aca5e,_0x1a2dbf(0x167))]}),a10_0x253778(Text,{'bold':!![],'children':[_0x1a2dbf(0x13e),getRemainingSpaces(_0x2aca5e,_0x1a2dbf(0x167))]})]}),_0x1badd0[_0x1a2dbf(0x16c)](_0x28c80a=>a10_0x253778(Box,{'children':[a10_0x253778(Text,{'children':['\x20\x20',_0x28c80a['label'],getRemainingSpaces(_0x133ccd,_0x28c80a[_0x1a2dbf(0x176)])]}),a10_0x253778(Text,{'color':_0x1a2dbf(0x134),'children':[_0x28c80a['local']?'✓':'✗',getRemainingSpaces(_0x2aca5e,'✓')]}),a10_0x253778(Text,{'color':_0x28c80a[_0x1a2dbf(0x157)]?_0x1a2dbf(0x134):'red','children':[_0x28c80a[_0x1a2dbf(0x157)]?'✓':'✗',getRemainingSpaces(_0x2aca5e,'✓')]})]},_0x28c80a[_0x1a2dbf(0x174)]))]}),_0x2c9083==='selecting'&&_0x576d87[_0x1a2dbf(0x140)]===0x0&&a10_0x4f5594(Box,{'marginTop':0x1,'children':a10_0x4f5594(Text,{'color':'cyan','children':_0x1a2dbf(0x158)})}),_0x576d87[_0x1a2dbf(0x16c)]((_0x20c2ca,_0x50c19c)=>a10_0x253778(Box,{'children':[a10_0x253778(Text,{'color':_0x1a2dbf(0x134),'children':['√\x20',_0x20c2ca[_0x1a2dbf(0x176)],':\x20']}),a10_0x4f5594(Text,{'color':'cyan','children':_0x20c2ca[_0x1a2dbf(0x161)]})]},_0x50c19c)),_0x4cc3c4&&_0x2c9083===_0x1a2dbf(0x136)&&a10_0x4f5594(Box,{'marginTop':0x1,'children':a10_0x253778(Text,{'color':'red','children':['✗\x20',_0x4cc3c4]})}),_0x2c9083===_0x1a2dbf(0x136)&&a10_0x4f5594(a10_0x19f710,{'children':a10_0x253778(Box,{'marginTop':_0x576d87[_0x1a2dbf(0x140)]>0x0||_0x4cc3c4?0x1:0x0,'flexDirection':'column','children':[a10_0x4f5594(Text,{'bold':!![],'children':_0x1a2dbf(0x14a)}),_0xce9d67[_0x1a2dbf(0x16c)]((_0x35ef51,_0x1d0157)=>{const _0x4c6138=_0x1a2dbf,_0x3cc8d1=_0x196301===_0x1d0157,_0x16cd46=_0xb4fdb7['has'](_0x1d0157),_0x42fbbf=_0xd15365[_0x4c6138(0x150)](_0x35ef51[_0x4c6138(0x174)]),_0x4b3002=_0x42fbbf?'更新':'新建';return a10_0x4f5594(Box,{'children':a10_0x253778(Text,{'backgroundColor':_0x3cc8d1?_0x4c6138(0x143):undefined,'color':_0x3cc8d1?_0x4c6138(0x14c):undefined,'children':['\x20\x20',_0x16cd46?_0x4c6138(0x164):_0x4c6138(0x177),'\x20',_0x35ef51[_0x4c6138(0x176)]]})},_0x35ef51[_0x4c6138(0x174)]);}),a10_0x4f5594(Box,{'marginTop':0x1,'children':a10_0x253778(Text,{'color':_0x1a2dbf(0x141),'children':['\x20',_0x1a2dbf(0x16e)]})})]})}),_0x2c9083===_0x1a2dbf(0x15e)&&a10_0x253778(a10_0x19f710,{'children':[a10_0x253778(Box,{'children':[a10_0x4f5594(Text,{'children':_0x1a2dbf(0x145)}),a10_0x4f5594(Text,{'color':_0x1a2dbf(0x134),'children':_0x57ac81}),_0x4cc3c4&&a10_0x253778(Text,{'color':_0x1a2dbf(0x16d),'children':[_0x1a2dbf(0x16b),_0x4cc3c4]})]}),!_0x4cc3c4&&a10_0x4f5594(Box,{'children':a10_0x4f5594(Text,{'color':_0x1a2dbf(0x141),'children':_0x1a2dbf(0x149)})})]}),_0x2c9083===_0x1a2dbf(0x13d)&&a10_0x253778(a10_0x19f710,{'children':[a10_0x253778(Box,{'children':[a10_0x4f5594(Text,{'children':_0x1a2dbf(0x133)}),a10_0x4f5594(Text,{'color':_0x1a2dbf(0x134),'children':_0x57ac81}),_0x4cc3c4&&a10_0x253778(Text,{'color':_0x1a2dbf(0x16d),'children':[_0x1a2dbf(0x16b),_0x4cc3c4]})]}),!_0x4cc3c4&&a10_0x4f5594(Box,{'children':a10_0x4f5594(Text,{'color':_0x1a2dbf(0x141),'children':'\x20输入项目的\x20CSS\x20资源链接(https://...)'})})]}),_0x2c9083===_0x1a2dbf(0x152)&&a10_0x4f5594(Box,{'children':a10_0x4f5594(Text,{'children':_0x1a2dbf(0x13f)})}),_0x2c9083===_0x1a2dbf(0x14f)&&a10_0x4f5594(Box,{'children':a10_0x4f5594(Text,{'color':'green','children':_0x1a2dbf(0x139)})})]});}function getStringWidth(_0x43eb8e){const _0x1624d0=a10_0x59b8;let _0x2c1cd7=0x0;for(const _0x31e05c of _0x43eb8e){/[\u4e00-\u9fa5]/[_0x1624d0(0x163)](_0x31e05c)?_0x2c1cd7+=0x2:_0x2c1cd7+=0x1;}return _0x2c1cd7;}function getRemainingSpaces(_0x3f0d7f,_0x2136b4){const _0x35084c=a10_0x59b8,_0x752bc4=getStringWidth(_0x2136b4);return Array(Math[_0x35084c(0x13c)](0x0,_0x3f0d7f-_0x752bc4))['fill']('\x20')[_0x35084c(0x162)]('');}function getMaxWidth(_0x510fdf,_0x4f4c1e=0x2){let _0x3f09ed='',_0x534c6b=0x0;for(const _0x26b99a of _0x510fdf){const _0x3391bb=getStringWidth(_0x26b99a);_0x3391bb>_0x534c6b&&(_0x534c6b=_0x3391bb,_0x3f09ed=_0x26b99a);}return _0x3f09ed+'\x20'['repeat'](_0x4f4c1e);}
1
+ function a10_0xd31a(){const _0x237e0b=['\x20←\x20','blue','↑/↓:\x20移动光标\x20空格:\x20切换选中\x20a:\x20全选\x20i/r:\x20反选\x20Enter:\x20确认','请至少选择一个菜单','delete','[✓]','[\x20]','创建菜单失败','*\x20请选择要同步的菜单:','done','max','菜单名称','808532YvCaKU','white','value','input-js','1358024KUoNze','includes','map','36SaZXXh','filter','repeat','lovrabet\x20auth','input-css','path','388966RnkvHL','*\x20JS\x20链接:\x20','3PVMEaB','gray','CSS\x20链接无法访问','creating','test','2332115qBvqDT','local','CSS\x20链接','return','green','JS\x20链接','has','11817930sTpHSw','backspace','326426KEtuGw','6HTCUxr','trim','downArrow','size','!\x20未找到本地页面,请先创建页面','slice','247401xMquPq','JS\x20链接无法访问','selecting','*\x20同步菜单到\x20Lovrabet\x20平台','red','fill','cyan','已选择菜单','yellow','online','length','\x20输入项目的\x20JS\x20资源链接(https://...)','add','column','join','*\x20CSS\x20链接:\x20','\x20输入项目的\x20CSS\x20资源链接(https://...)','label','Lovrabet平台'];a10_0xd31a=function(){return _0x237e0b;};return a10_0xd31a();}function a10_0x29c0(_0x4b076b,_0x5cb343){_0x4b076b=_0x4b076b-0x1a6;const _0xd31a65=a10_0xd31a();let _0x29c0c8=_0xd31a65[_0x4b076b];return _0x29c0c8;}(function(_0x1b5996,_0x1cad29){const _0x163773=a10_0x29c0,_0x375aa9=_0x1b5996();while(!![]){try{const _0x465a1a=parseInt(_0x163773(0x1ca))/0x1+parseInt(_0x163773(0x1ba))/0x2+-parseInt(_0x163773(0x1bc))/0x3*(parseInt(_0x163773(0x1ad))/0x4)+parseInt(_0x163773(0x1c1))/0x5*(-parseInt(_0x163773(0x1cb))/0x6)+parseInt(_0x163773(0x1d1))/0x7+parseInt(_0x163773(0x1b1))/0x8*(-parseInt(_0x163773(0x1b4))/0x9)+parseInt(_0x163773(0x1c8))/0xa;if(_0x465a1a===_0x1cad29)break;else _0x375aa9['push'](_0x375aa9['shift']());}catch(_0x397ee5){_0x375aa9['push'](_0x375aa9['shift']());}}}(a10_0xd31a,0x5f54d));import{jsx as a10_0x3028ac,jsxs as a10_0x501adf,Fragment as a10_0x347a28}from'react/jsx-runtime';import{Text,Box,useInput,useApp,render}from'ink';import{useEffect,useState}from'react';import a10_0x1f7fa1 from'ink-spinner';import{useGetOnlineMenuList}from'./use-get-online-menu-list.js';import{getLocalPages}from'./get-local-pages.js';import{createMenus}from'./create-menu.js';import{isUrlReachable,isValidCssHttpsUrl,isValidJsHttpsUrl}from'./valid-url.js';import.meta.main&&render(a10_0x3028ac(AppMenuSyncUI,{}));export function AppMenuSyncUI(){const _0x52d215=a10_0x29c0,{exit:_0x3e2b50}=useApp(),{loading:_0x1374dd,menuList:_0x2ef46b,error:_0x1e1cf5}=useGetOnlineMenuList(),_0x1eed78=getLocalPages(),_0x437e19=_0x2ef46b[_0x52d215(0x1b3)](_0x4c196d=>_0x4c196d['path']),_0xcd7cfd=['菜单名称',..._0x1eed78[_0x52d215(0x1b3)](_0x3b7645=>_0x3b7645[_0x52d215(0x1e2)])],_0x1ce53e=getStringWidth(getMaxWidth(_0xcd7cfd,0x4)),_0x584a4b=getStringWidth(getMaxWidth([_0x52d215(0x1ac)])),[_0x32a5bb,_0x2b41e8]=useState(_0x52d215(0x1d3)),[_0x2d5823,_0x825753]=useState(new Set()),[_0x27943e,_0x5c9295]=useState(0x0),[_0x23db5b,_0x58abc7]=useState(''),[_0x4c6562,_0x1500b7]=useState(''),[_0x3dff4f,_0x32b7ee]=useState(''),[_0x2765a1,_0x6e7cae]=useState(''),[_0x578a81,_0x5de673]=useState([]),_0x68a881=_0x1eed78[_0x52d215(0x1b3)](_0x137d36=>({'label':_0x137d36[_0x52d215(0x1e2)],'path':_0x137d36[_0x52d215(0x1b9)],'local':!![],'online':_0x437e19[_0x52d215(0x1b2)](_0x137d36[_0x52d215(0x1b9)])})),_0x40709d=_0x1eed78['filter'](_0x12ecf5=>{const _0x354a35=_0x52d215;return!_0x437e19[_0x354a35(0x1b2)](_0x12ecf5['path']);});useEffect(()=>{const _0x4806e7=_0x52d215;if(!_0x1374dd&&_0x1eed78[_0x4806e7(0x1db)]>0x0&&_0x2d5823['size']===0x0){const _0x33f5b6=new Set(_0x1eed78[_0x4806e7(0x1b3)]((_0x56e3ea,_0x47f268)=>({'page':_0x56e3ea,'index':_0x47f268}))[_0x4806e7(0x1b5)](({page:_0xf58e6a})=>!_0x437e19['includes'](_0xf58e6a[_0x4806e7(0x1b9)]))[_0x4806e7(0x1b3)](({index:_0x490b05})=>_0x490b05));_0x825753(_0x33f5b6);}},[_0x1374dd,_0x1eed78[_0x52d215(0x1db)],_0x437e19[_0x52d215(0x1db)]]),useInput(async(_0x4f3c0d,_0x4e27dc)=>{const _0x1bef6b=_0x52d215;if(_0x32a5bb===_0x1bef6b(0x1d3)){if(_0x4e27dc['upArrow']){_0x5c9295(_0x29db52=>_0x29db52>0x0?_0x29db52-0x1:_0x1eed78[_0x1bef6b(0x1db)]-0x1);return;}if(_0x4e27dc[_0x1bef6b(0x1cd)]){_0x5c9295(_0x28be65=>_0x28be65<_0x1eed78[_0x1bef6b(0x1db)]-0x1?_0x28be65+0x1:0x0);return;}if(_0x4f3c0d==='\x20'){_0x825753(_0x353b48=>{const _0x45f4e3=_0x1bef6b,_0x32f082=new Set(_0x353b48);return _0x32f082[_0x45f4e3(0x1c7)](_0x27943e)?_0x32f082[_0x45f4e3(0x1e8)](_0x27943e):_0x32f082[_0x45f4e3(0x1dd)](_0x27943e),_0x32f082;});return;}if(_0x4f3c0d==='a'||_0x4f3c0d==='A'){const _0x481901=new Set(_0x1eed78[_0x1bef6b(0x1b3)]((_0x2bef41,_0x18bb64)=>_0x18bb64));_0x825753(_0x481901);return;}if(_0x4f3c0d==='i'||_0x4f3c0d==='I'||_0x4f3c0d==='r'||_0x4f3c0d==='R'){_0x825753(_0xf18ccb=>{const _0x13e659=_0x1bef6b,_0x939b7f=new Set();for(let _0x4722e8=0x0;_0x4722e8<_0x1eed78['length'];_0x4722e8++){!_0xf18ccb[_0x13e659(0x1c7)](_0x4722e8)&&_0x939b7f[_0x13e659(0x1dd)](_0x4722e8);}return _0x939b7f;});return;}if(_0x4f3c0d==='q'||_0x4f3c0d==='Q'){_0x3e2b50();return;}if(_0x4e27dc['return']){if(_0x2d5823[_0x1bef6b(0x1ce)]===0x0){_0x6e7cae(_0x1bef6b(0x1e7));return;}const _0x45cb24=_0x1eed78['filter']((_0x298c0f,_0xa03d1e)=>_0x2d5823[_0x1bef6b(0x1c7)](_0xa03d1e)),_0xfdabc9=_0x45cb24['map'](_0x2186b4=>_0x2186b4[_0x1bef6b(0x1e2)])[_0x1bef6b(0x1df)](',\x20');_0x5de673([{'label':_0x1bef6b(0x1d8),'value':_0x2d5823[_0x1bef6b(0x1ce)]+'\x20个'}]),_0x6e7cae(''),_0x2b41e8(_0x1bef6b(0x1b0));return;}return;}if(_0x32a5bb===_0x1bef6b(0x1b0)){if(_0x4e27dc[_0x1bef6b(0x1c4)]){const _0x38d95a=_0x3dff4f[_0x1bef6b(0x1cc)]();if(_0x38d95a==='')return;if(!isValidJsHttpsUrl(_0x38d95a)){_0x6e7cae('请输入有效的\x20JS\x20https\x20链接');return;}if(!await isUrlReachable(_0x38d95a)){_0x6e7cae(_0x1bef6b(0x1d2));return;}_0x58abc7(_0x38d95a),_0x5de673(_0x4dd869=>[..._0x4dd869,{'label':_0x1bef6b(0x1c6),'value':_0x38d95a}]),_0x32b7ee(''),_0x6e7cae(''),_0x2b41e8(_0x1bef6b(0x1b8));return;}if(_0x4e27dc[_0x1bef6b(0x1c9)]||_0x4e27dc['delete']){_0x32b7ee(_0x5d9fa0=>_0x5d9fa0[_0x1bef6b(0x1d0)](0x0,-0x1)),_0x6e7cae('');return;}_0x32b7ee(_0x1113fa=>_0x1113fa+_0x4f3c0d);return;}if(_0x32a5bb===_0x1bef6b(0x1b8)){if(_0x4e27dc[_0x1bef6b(0x1c4)]){const _0x2971e0=_0x3dff4f['trim']();if(_0x2971e0==='')return;if(!isValidCssHttpsUrl(_0x2971e0)){_0x6e7cae('请输入有效的\x20CSS\x20https\x20链接');return;}if(!await isUrlReachable(_0x2971e0)){_0x6e7cae(_0x1bef6b(0x1be));return;}_0x1500b7(_0x2971e0),_0x5de673(_0x3fbc4c=>[..._0x3fbc4c,{'label':_0x1bef6b(0x1c3),'value':_0x2971e0}]),_0x32b7ee(''),_0x6e7cae(''),_0x2b41e8(_0x1bef6b(0x1bf));const _0x4f3546=_0x1eed78[_0x1bef6b(0x1b5)]((_0x898c29,_0x3c6244)=>_0x2d5823[_0x1bef6b(0x1c7)](_0x3c6244));createMenus(_0x4f3546,[_0x23db5b,_0x2971e0])['then'](()=>{const _0x45f92d=_0x1bef6b;_0x2b41e8(_0x45f92d(0x1aa)),setTimeout(()=>{_0x3e2b50();},0x3e8);})['catch'](_0x52d539=>{const _0xb49071=_0x1bef6b;_0x6e7cae(_0x52d539['message']||_0xb49071(0x1a8)),_0x2b41e8(_0xb49071(0x1d3));});return;}if(_0x4e27dc[_0x1bef6b(0x1c9)]||_0x4e27dc[_0x1bef6b(0x1e8)]){_0x32b7ee(_0x51f3aa=>_0x51f3aa['slice'](0x0,-0x1)),_0x6e7cae('');return;}_0x32b7ee(_0x21f9ae=>_0x21f9ae+_0x4f3c0d);return;}});if(_0x1374dd)return a10_0x501adf(Box,{'marginTop':0x1,'marginBottom':0x1,'children':[a10_0x3028ac(Text,{'children':'\x20\x20'}),a10_0x3028ac(a10_0x1f7fa1,{'type':'dots'}),a10_0x3028ac(Text,{'children':'\x20正在获取线上菜单列表...'})]});if(_0x1e1cf5)return a10_0x501adf(Box,{'flexDirection':_0x52d215(0x1de),'marginTop':0x1,'marginBottom':0x1,'children':[a10_0x501adf(Text,{'color':'red','children':['✗\x20',_0x1e1cf5]}),a10_0x501adf(Box,{'marginTop':0x1,'children':[a10_0x3028ac(Text,{'color':_0x52d215(0x1bd),'children':'提示:使用\x20'}),a10_0x3028ac(Text,{'color':_0x52d215(0x1d7),'children':_0x52d215(0x1b7)}),a10_0x3028ac(Text,{'color':_0x52d215(0x1bd),'children':'\x20命令重新登录'})]})]});if(_0x1eed78['length']===0x0)return a10_0x3028ac(Box,{'marginTop':0x1,'marginBottom':0x1,'children':a10_0x3028ac(Text,{'color':_0x52d215(0x1d9),'children':_0x52d215(0x1cf)})});return a10_0x501adf(Box,{'flexDirection':_0x52d215(0x1de),'marginTop':0x1,'marginBottom':0x1,'children':[_0x32a5bb===_0x52d215(0x1d3)&&a10_0x501adf(a10_0x347a28,{'children':[a10_0x501adf(Box,{'children':[a10_0x501adf(Text,{'bold':!![],'children':['\x20\x20',_0x52d215(0x1ac),getRemainingSpaces(_0x1ce53e,_0x52d215(0x1ac))]}),a10_0x501adf(Text,{'bold':!![],'children':['本地',getRemainingSpaces(_0x584a4b,_0x52d215(0x1ac))]}),a10_0x501adf(Text,{'bold':!![],'children':[_0x52d215(0x1e3),getRemainingSpaces(_0x584a4b,_0x52d215(0x1ac))]})]}),_0x68a881[_0x52d215(0x1b3)](_0x2b2f2b=>a10_0x501adf(Box,{'children':[a10_0x501adf(Text,{'children':['\x20\x20',_0x2b2f2b['label'],getRemainingSpaces(_0x1ce53e,_0x2b2f2b[_0x52d215(0x1e2)])]}),a10_0x501adf(Text,{'color':'green','children':[_0x2b2f2b[_0x52d215(0x1c2)]?'✓':'✗',getRemainingSpaces(_0x584a4b,'✓')]}),a10_0x501adf(Text,{'color':_0x2b2f2b[_0x52d215(0x1da)]?_0x52d215(0x1c5):_0x52d215(0x1d5),'children':[_0x2b2f2b['online']?'✓':'✗',getRemainingSpaces(_0x584a4b,'✓')]})]},_0x2b2f2b['path']))]}),_0x32a5bb===_0x52d215(0x1d3)&&_0x578a81['length']===0x0&&a10_0x3028ac(Box,{'marginTop':0x1,'children':a10_0x3028ac(Text,{'color':_0x52d215(0x1d7),'children':_0x52d215(0x1d4)})}),_0x578a81[_0x52d215(0x1b3)]((_0x36ca0d,_0x246513)=>a10_0x501adf(Box,{'children':[a10_0x501adf(Text,{'color':_0x52d215(0x1c5),'children':['√\x20',_0x36ca0d[_0x52d215(0x1e2)],':\x20']}),a10_0x3028ac(Text,{'color':'cyan','children':_0x36ca0d[_0x52d215(0x1af)]})]},_0x246513)),_0x2765a1&&_0x32a5bb===_0x52d215(0x1d3)&&a10_0x3028ac(Box,{'marginTop':0x1,'children':a10_0x501adf(Text,{'color':_0x52d215(0x1d5),'children':['✗\x20',_0x2765a1]})}),_0x32a5bb===_0x52d215(0x1d3)&&a10_0x3028ac(a10_0x347a28,{'children':a10_0x501adf(Box,{'marginTop':_0x578a81[_0x52d215(0x1db)]>0x0||_0x2765a1?0x1:0x0,'flexDirection':_0x52d215(0x1de),'children':[a10_0x3028ac(Text,{'bold':!![],'children':_0x52d215(0x1a9)}),_0x1eed78['map']((_0x66314c,_0x431af9)=>{const _0x6b5c18=_0x52d215,_0x25acb5=_0x27943e===_0x431af9,_0x4cceac=_0x2d5823[_0x6b5c18(0x1c7)](_0x431af9),_0x44bd2d=_0x437e19['includes'](_0x66314c[_0x6b5c18(0x1b9)]),_0x24f42d=_0x44bd2d?'更新':'新建';return a10_0x3028ac(Box,{'children':a10_0x501adf(Text,{'backgroundColor':_0x25acb5?_0x6b5c18(0x1e5):undefined,'color':_0x25acb5?_0x6b5c18(0x1ae):undefined,'children':['\x20\x20',_0x4cceac?_0x6b5c18(0x1a6):_0x6b5c18(0x1a7),'\x20',_0x66314c['label']]})},_0x66314c['path']);}),a10_0x3028ac(Box,{'marginTop':0x1,'children':a10_0x501adf(Text,{'color':_0x52d215(0x1bd),'children':['\x20',_0x52d215(0x1e6)]})})]})}),_0x32a5bb==='input-js'&&a10_0x501adf(a10_0x347a28,{'children':[a10_0x501adf(Box,{'children':[a10_0x3028ac(Text,{'children':_0x52d215(0x1bb)}),a10_0x3028ac(Text,{'color':'green','children':_0x3dff4f}),_0x2765a1&&a10_0x501adf(Text,{'color':_0x52d215(0x1d5),'children':[_0x52d215(0x1e4),_0x2765a1]})]}),!_0x2765a1&&a10_0x3028ac(Box,{'children':a10_0x3028ac(Text,{'color':_0x52d215(0x1bd),'children':_0x52d215(0x1dc)})})]}),_0x32a5bb===_0x52d215(0x1b8)&&a10_0x501adf(a10_0x347a28,{'children':[a10_0x501adf(Box,{'children':[a10_0x3028ac(Text,{'children':_0x52d215(0x1e0)}),a10_0x3028ac(Text,{'color':'green','children':_0x3dff4f}),_0x2765a1&&a10_0x501adf(Text,{'color':_0x52d215(0x1d5),'children':[_0x52d215(0x1e4),_0x2765a1]})]}),!_0x2765a1&&a10_0x3028ac(Box,{'children':a10_0x3028ac(Text,{'color':_0x52d215(0x1bd),'children':_0x52d215(0x1e1)})})]}),_0x32a5bb===_0x52d215(0x1bf)&&a10_0x3028ac(Box,{'children':a10_0x3028ac(Text,{'children':'*\x20正在创建菜单...'})}),_0x32a5bb===_0x52d215(0x1aa)&&a10_0x3028ac(Box,{'children':a10_0x3028ac(Text,{'color':_0x52d215(0x1c5),'children':'√\x20菜单创建完成'})})]});}function getStringWidth(_0x1c3d77){const _0x77f93a=a10_0x29c0;let _0x2e8a64=0x0;for(const _0x4fc3e1 of _0x1c3d77){/[\u4e00-\u9fa5]/[_0x77f93a(0x1c0)](_0x4fc3e1)?_0x2e8a64+=0x2:_0x2e8a64+=0x1;}return _0x2e8a64;}function getRemainingSpaces(_0x8901cb,_0x4d84ac){const _0x42a534=a10_0x29c0,_0x1029bc=getStringWidth(_0x4d84ac);return Array(Math[_0x42a534(0x1ab)](0x0,_0x8901cb-_0x1029bc))[_0x42a534(0x1d6)]('\x20')[_0x42a534(0x1df)]('');}function getMaxWidth(_0x17359c,_0x2d1cc2=0x2){const _0x5aa19c=a10_0x29c0;let _0x37df91='',_0x4978d3=0x0;for(const _0x347e9f of _0x17359c){const _0xc7ae23=getStringWidth(_0x347e9f);_0xc7ae23>_0x4978d3&&(_0x4978d3=_0xc7ae23,_0x37df91=_0x347e9f);}return _0x37df91+'\x20'[_0x5aa19c(0x1b6)](_0x2d1cc2);}