opclawtm-cli 1.3.4 → 1.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/team-manager.js +35 -1
- package/dist/bin/team-setup.js +65 -1
- package/dist/bin/team-uninstall.js +90 -1
- package/dist/cli/commands/agent.command.js +223 -1
- package/dist/cli/commands/checklist.command.js +77 -1
- package/dist/cli/commands/dept.command.js +92 -1
- package/dist/cli/commands/document.command.js +146 -1
- package/dist/cli/commands/domain.command.js +97 -1
- package/dist/cli/commands/feishu.command.js +433 -1
- package/dist/cli/commands/job.command.js +168 -1
- package/dist/cli/commands/license.command.js +68 -1
- package/dist/cli/commands/message-failure.command.js +137 -1
- package/dist/cli/commands/message.command.js +129 -1
- package/dist/cli/commands/node.command.js +251 -1
- package/dist/cli/commands/role-flow.command.js +54 -1
- package/dist/cli/commands/skill-pack.command.js +137 -1
- package/dist/cli/commands/status.command.js +61 -1
- package/dist/cli/commands/task.command.js +402 -1
- package/dist/cli/commands/user.command.js +134 -1
- package/dist/cli/index.js +863 -1
- package/dist/cli/tui/index.js +470 -1
- package/dist/cli/tui/menus/agent-manage.menu.js +614 -1
- package/dist/cli/tui/menus/dept-manage.menu.js +358 -1
- package/dist/cli/tui/menus/domain-manage.menu.js +208 -1
- package/dist/cli/tui/menus/feishu.menu.js +1686 -1
- package/dist/cli/tui/menus/job-manage.menu.js +734 -1
- package/dist/cli/tui/menus/license.menu.js +164 -1
- package/dist/cli/tui/menus/main.menu.js +94 -1
- package/dist/cli/tui/menus/reset.menu.js +767 -1
- package/dist/cli/tui/menus/status.menu.js +123 -1
- package/dist/cli/tui/menus/task-manage.menu.js +129 -1
- package/dist/cli/tui/menus/team-create.menu.js +353 -1
- package/dist/config.d.ts +1 -1
- package/dist/config.js +74 -1
- package/dist/core/auth/index.js +22 -1
- package/dist/core/auth/middleware.js +456 -1
- package/dist/core/auth/storage.js +280 -1
- package/dist/core/models/types.js +9 -1
- package/dist/core/services/agent-template.service.js +88 -1
- package/dist/core/services/agent.service.js +381 -1
- package/dist/core/services/auth-profiles.service.js +220 -1
- package/dist/core/services/checklist.service.js +240 -1
- package/dist/core/services/config-tracker.service.js +1093 -1
- package/dist/core/services/crypto.service.d.ts.map +1 -1
- package/dist/core/services/crypto.service.js +377 -1
- package/dist/core/services/crypto.service.js.map +1 -1
- package/dist/core/services/dept.service.js +260 -1
- package/dist/core/services/document.service.js +368 -1
- package/dist/core/services/domain.service.js +98 -1
- package/dist/core/services/feishu.service.js +165 -1
- package/dist/core/services/index.js +89 -1
- package/dist/core/services/job.service.js +190 -1
- package/dist/core/services/log.service.js +237 -1
- package/dist/core/services/message-failure.service.js +112 -1
- package/dist/core/services/message.service.js +374 -1
- package/dist/core/services/node.service.js +257 -1
- package/dist/core/services/openclaw-config.service.js +268 -1
- package/dist/core/services/preset-loader.service.js +379 -1
- package/dist/core/services/role-flow.service.js +47 -1
- package/dist/core/services/setup.service.js +336 -1
- package/dist/core/services/skill-pack.service.js +113 -1
- package/dist/core/services/task.service.js +397 -1
- package/dist/core/services/template.service.js +88 -1
- package/dist/core/services/user.service.js +111 -1
- package/dist/core/utils/agent-guide-generator.js +187 -1
- package/dist/core/utils/credentials-cleanup.js +256 -1
- package/dist/core/utils/index.js +462 -1
- package/dist/core/utils/openclaw-helper.js +1585 -1
- package/dist/core/utils/template-generator.js +170 -1
- package/dist/db/index.js +403 -1
- package/dist/db/repositories/agent-template.repo.js +108 -1
- package/dist/db/repositories/agent.repo.js +103 -1
- package/dist/db/repositories/base.repository.js +107 -1
- package/dist/db/repositories/company.repo.js +33 -1
- package/dist/db/repositories/config-change.repo.js +119 -1
- package/dist/db/repositories/dept.repo.js +66 -1
- package/dist/db/repositories/document.repo.js +51 -1
- package/dist/db/repositories/domain.repo.js +79 -1
- package/dist/db/repositories/index.js +81 -1
- package/dist/db/repositories/init-session.repo.js +112 -1
- package/dist/db/repositories/job.repo.js +119 -1
- package/dist/db/repositories/message-failure.repo.js +141 -1
- package/dist/db/repositories/message-log.repo.js +64 -1
- package/dist/db/repositories/node.repo.js +276 -1
- package/dist/db/repositories/role-flow.repo.js +83 -1
- package/dist/db/repositories/skill-pack.repo.js +149 -1
- package/dist/db/repositories/task.repo.js +381 -1
- package/dist/db/repositories/template.repo.js +66 -1
- package/dist/db/repositories/user.repo.js +75 -1
- package/package.json +1 -1
- package/resources/preset-data-hash.enc +1 -1
- package/resources/preset-data.enc +1 -1
|
@@ -1 +1,368 @@
|
|
|
1
|
-
'use strict';(function(_0x594da2,_0x446358){const _0x2a0d5c={_0x243fa3:0x27,_0x28edf7:0x2e0,_0x1a3d13:'M!iI',_0x3d2b5d:0x2e8,_0x82b5fa:'VZSr',_0x38ec04:0x2e1,_0x3888a7:0x2be,_0x41d0ee:0x18,_0x5b92ec:0x105,_0x54834a:0x302,_0x2442f8:'&XOz',_0x4f0cf7:0x2cf,_0x346d76:0x29b,_0x17ad41:'s&Zt',_0x7aa833:0x345,_0xffb6a:0x2df,_0x588d6a:0x106,_0x5e1d70:0xbc,_0xfce89a:0xa9},_0x53a4df={_0x37b335:0x289};function _0x5c97c4(_0x520b71,_0x2d0e78,_0x5f18cf,_0x4c1a16){return _0x4966(_0x2d0e78- -0x60,_0x4c1a16);}function _0x429f4c(_0x24b152,_0x3d2e59,_0x58c3e7,_0x1fa1a6){return _0x4966(_0x58c3e7- -_0x53a4df._0x37b335,_0x1fa1a6);}const _0xb98b5b=_0x594da2();while(!![]){try{const _0x59aa1e=-parseInt(_0x429f4c(-_0x2a0d5c._0x243fa3,-0x121,-0xe0,'s9wL'))/(-0x19*0xa6+-0x3ee*0x3+0x1c01)+parseInt(_0x5c97c4(_0x2a0d5c._0x28edf7,0x2c7,0x349,_0x2a0d5c._0x1a3d13))/(-0x16ae+0x25f1*-0x1+-0xbb*-0x53)*(parseInt(_0x5c97c4(0x2c3,_0x2a0d5c._0x3d2b5d,0x2fd,_0x2a0d5c._0x82b5fa))/(0x22b0+0x553*0x1+-0x2800))+parseInt(_0x5c97c4(0x237,_0x2a0d5c._0x38ec04,_0x2a0d5c._0x3888a7,'s3Ts'))/(0x13cd*0x1+-0x39+-0x10*0x139)*(-parseInt(_0x429f4c(-_0x2a0d5c._0x41d0ee,-_0x2a0d5c._0x5b92ec,-0xeb,'AD5W'))/(0x135b+0x66c*-0x2+-0x67e))+parseInt(_0x5c97c4(0x1f9,0x22e,_0x2a0d5c._0x54834a,_0x2a0d5c._0x2442f8))/(0x1817+0x1*-0x20e3+0x8d2)+parseInt(_0x5c97c4(_0x2a0d5c._0x4f0cf7,_0x2a0d5c._0x346d76,0x1a6,_0x2a0d5c._0x17ad41))/(-0xa8d*-0x1+-0x15e4+-0x3ca*-0x3)+parseInt(_0x5c97c4(_0x2a0d5c._0x7aa833,_0x2a0d5c._0xffb6a,0x2ea,'o[al'))/(-0xd5a+-0x23e6+0x3148)*(parseInt(_0x429f4c(-0x36,-0x8c,-_0x2a0d5c._0x588d6a,'^(Fi'))/(-0x18ce+-0x5c2+0x1e99))+parseInt(_0x429f4c(-_0x2a0d5c._0x5e1d70,-0x134,-_0x2a0d5c._0xfce89a,'^(Fi'))/(-0x3*-0x70b+-0x3*0x40b+-0x2*0x47b);if(_0x59aa1e===_0x446358)break;else _0xb98b5b['push'](_0xb98b5b['shift']());}catch(_0xc01e3){_0xb98b5b['push'](_0xb98b5b['shift']());}}}(_0x51d6,-0x10cde0+-0x2*0x79532+-0x10d*-0x2aaa));var __createBinding=this&&this[_0x31a8fd(0x485,0x57a,0x5c2,'3MQ2')+_0x2dc9a6(0x286,0x200,0x228,'DZ2@')]||(Object[_0x2dc9a6(0xb8,0x15b,0xc3,'5Qq)')]?function(_0x1006f8,_0x305669,_0x32afb1,_0x26cae7){const _0x11b1f3={_0x1e4818:0x6a4,_0x34457b:'U6Iw',_0x8e3988:0x53c,_0x6a03db:0x4ad,_0x4e57b8:0x277,_0x52c034:0x2fd,_0x3cd74e:'RffP',_0x5be039:'Ppth',_0xf64e02:'AD5W',_0xa50a4:0x43f,_0x4096f0:0x435,_0x509330:0x3b9,_0x3c90af:0x379,_0x5f2d97:0x2ee,_0x567d81:0x257,_0x3858cc:0x351,_0x238c54:0x65e,_0x384e7d:'&XOz',_0x49f848:0x571,_0x53f1e7:0x514,_0x32991e:'o[al',_0x527ca5:0x31a,_0x3086d6:0x1f4,_0x346293:'M3*h',_0x4eef52:0x490,_0x5f1fad:0x6f5,_0x243016:0x5f2,_0x366b66:'^zO(',_0xa570c7:0x342,_0x3ca9d5:0x399,_0x40d536:0x43e,_0x1beb16:'SKNb',_0x1399e6:0x2de,_0x2ba48e:0x360,_0x5aab48:'O$FC',_0x5da9ec:0x301,_0x207d4c:0x576,_0x82eb9f:0x5e0,_0x35b640:0x4cd,_0x55be66:0x53b,_0x360703:0x62b},_0x5547d0={_0x5d79d9:0x1e2},_0x147e20={_0x40a5d0:0xff,_0x232a75:0xf4},_0x26d1ce={_0x282893:0x1eb,_0x2ce703:'3SQ&',_0x54ca42:0x3ef,_0x46af63:0x40f,_0x2e66eb:0x32b,_0x500500:0x319,_0x2aa90f:0x28c,_0x5d9e7a:0x362,_0x36da6e:'w2]9',_0x468017:0x42d,_0x35bacd:'DZ2@',_0x4c30cf:0x479},_0x21de5c={_0x1a837e:0x46},_0x356ad5={_0x235bd6:0x1e9,_0x390c63:0x112},_0x27d7a9={};_0x27d7a9[_0x50edd5('Ppth',0x679,0x607,_0x11b1f3._0x1e4818)]=_0x50edd5(_0x11b1f3._0x34457b,0x56f,_0x11b1f3._0x8e3988,_0x11b1f3._0x6a03db),_0x27d7a9[_0xe5f482('^(Fi',0x335,_0x11b1f3._0x4e57b8,_0x11b1f3._0x52c034)]=function(_0x46aa82,_0x23626f){return _0x46aa82===_0x23626f;},_0x27d7a9['lmeMP']=function(_0x5b203c,_0x2a4fe7){return _0x5b203c in _0x2a4fe7;},_0x27d7a9[_0xe5f482(_0x11b1f3._0x3cd74e,0x22d,0x2fc,0x2b2)]=_0x50edd5(_0x11b1f3._0x5be039,0x726,0x655,0x5ac),_0x27d7a9[_0xe5f482(_0x11b1f3._0xf64e02,0x308,0x3a0,_0x11b1f3._0xa50a4)]=_0xe5f482('#9zH',_0x11b1f3._0x4096f0,_0x11b1f3._0x509330,_0x11b1f3._0x3c90af);const _0x41e886=_0x27d7a9;if(_0x41e886[_0xe5f482('Yy2C',0x32d,0x2a1,0x33f)](_0x26cae7,undefined))_0x26cae7=_0x32afb1;var _0x42336b=Object[_0xe5f482('w2]9',_0x11b1f3._0x5f2d97,_0x11b1f3._0x567d81,_0x11b1f3._0x3858cc)+_0x50edd5('Yy2C',0x547,0x64e,_0x11b1f3._0x238c54)+_0x50edd5(_0x11b1f3._0x384e7d,0x4a6,_0x11b1f3._0x49f848,_0x11b1f3._0x53f1e7)](_0x305669,_0x32afb1);if(!_0x42336b||(_0x41e886[_0xe5f482(_0x11b1f3._0x32991e,_0x11b1f3._0x527ca5,0x2c6,_0x11b1f3._0x3086d6)](_0x41e886[_0xe5f482(_0x11b1f3._0x346293,0x48e,0x3e5,_0x11b1f3._0x4eef52)],_0x42336b)?!_0x305669[_0x50edd5('BYDk',0x75b,_0x11b1f3._0x5f1fad,_0x11b1f3._0x243016)]:_0x42336b[_0xe5f482('#9zH',0x37c,0x357,0x435)]||_0x42336b[_0xe5f482(_0x11b1f3._0x366b66,_0x11b1f3._0xa570c7,_0x11b1f3._0x3ca9d5,_0x11b1f3._0x40d536)+'le'])){if(_0x41e886[_0xe5f482(_0x11b1f3._0x1beb16,_0x11b1f3._0x1399e6,_0x11b1f3._0x2ba48e,0x268)](_0x41e886[_0xe5f482('M3*h',0x2d0,0x258,0x1cf)],_0x41e886[_0xe5f482(_0x11b1f3._0x5aab48,_0x11b1f3._0x5da9ec,0x1f8,0x299)]))_0x42336b={'enumerable':!![],'get':function(){function _0x4c251b(_0x19fc84,_0x2b7e5c,_0xe28d50,_0x38c5fc){return _0xe5f482(_0x38c5fc,_0x2b7e5c-_0x356ad5._0x235bd6,_0x19fc84- -_0x356ad5._0x390c63,_0x38c5fc-0xc);}function _0x2a670b(_0x5d2704,_0x398aef,_0x388e35,_0x163d52){return _0x50edd5(_0x398aef,_0x398aef-0x182,_0x388e35- -0x2c1,_0x163d52-_0x21de5c._0x1a837e);}if(_0x41e886[_0x4c251b(_0x26d1ce._0x282893,0x25f,0xe1,'yKX4')]!==_0x41e886[_0x4c251b(0x1f4,0x245,0x1ca,_0x26d1ce._0x2ce703)]){var _0x2f9a32=[];for(var _0x2a40ec in _0x225a1a)if(_0x2649f5[_0x2a670b(0x41c,'3MQ2',_0x26d1ce._0x54ca42,_0x26d1ce._0x46af63)]['hasOwnProp'+_0x2a670b(_0x26d1ce._0x2e66eb,'T5kk',_0x26d1ce._0x500500,0x20c)][_0x4c251b(_0x26d1ce._0x2aa90f,0x21f,_0x26d1ce._0x5d9e7a,_0x26d1ce._0x36da6e)](_0x268364,_0x2a40ec))_0x2f9a32[_0x2f9a32[_0x2a670b(_0x26d1ce._0x468017,_0x26d1ce._0x35bacd,0x3f3,_0x26d1ce._0x4c30cf)]]=_0x2a40ec;return _0x2f9a32;}else return _0x305669[_0x32afb1];}};else return 0x2de+-0x19c7+-0x1*-0x16ea;}function _0xe5f482(_0x534572,_0xc26839,_0x6f3500,_0x29259e){return _0x2dc9a6(_0x534572-_0x147e20._0x40a5d0,_0x6f3500-_0x147e20._0x232a75,_0x6f3500-0x2f,_0x534572);}function _0x50edd5(_0x4b2428,_0x433d3b,_0x1b7b96,_0x214673){return _0x31a8fd(_0x4b2428-_0x5547d0._0x5d79d9,_0x1b7b96-0x146,_0x1b7b96-0x11f,_0x4b2428);}Object[_0x50edd5('3MQ2',_0x11b1f3._0x207d4c,_0x11b1f3._0x82eb9f,_0x11b1f3._0x35b640)+_0x50edd5('3SQ&',_0x11b1f3._0x55be66,_0x11b1f3._0x360703,0x5fe)](_0x1006f8,_0x26cae7,_0x42336b);}:function(_0x448130,_0x3c4f8b,_0x2687ac,_0x1943db){const _0x2c3c68={_0x4c2fe6:'BYDk',_0x283898:0x453,_0x342351:0x48a},_0x44449b={_0x5d978c:0x17};function _0x309ac4(_0x4fca11,_0x260237,_0x9c8302,_0x3da36f){return _0x31a8fd(_0x4fca11-_0x44449b._0x5d978c,_0x9c8302- -0x78,_0x9c8302-0x175,_0x260237);}const _0x3219df={};_0x3219df['vHUxX']=function(_0xf340d,_0xba5ec4){return _0xf340d===_0xba5ec4;};const _0x504b18=_0x3219df;if(_0x504b18[_0x309ac4(0x42d,_0x2c3c68._0x4c2fe6,_0x2c3c68._0x283898,_0x2c3c68._0x342351)](_0x1943db,undefined))_0x1943db=_0x2687ac;_0x448130[_0x1943db]=_0x3c4f8b[_0x2687ac];}),__setModuleDefault=this&&this[_0x2dc9a6(0x2ce,0x1c1,0x197,'#9zH')+_0x2dc9a6(0x2e1,0x2d0,0x2ee,'^(Fi')]||(Object['create']?function(_0x5cd136,_0x50e651){const _0x21334e={_0x57580b:0x4e0,_0x314406:'23o1',_0x521624:0x6ac,_0x2929a8:0x7,_0x1f36b3:'T5kk'},_0x52c518={_0x550bc7:0x16c,_0x169b11:0x530},_0x5ef274={_0xe39ad:0x1b0,_0x2a4b42:0x6d},_0x54e575={};_0x54e575['QBHDs']='default';const _0x3c679c=_0x54e575,_0x3d3044={};_0x3d3044[_0x461c8d(-0x64,-0x82,0x57,'s9wL')]=!![];function _0x2d8fd8(_0x12f67e,_0x209b4a,_0x1fa557,_0x45d74f){return _0x31a8fd(_0x12f67e-_0x5ef274._0xe39ad,_0x45d74f-0x73,_0x1fa557-_0x5ef274._0x2a4b42,_0x209b4a);}function _0x461c8d(_0x48ce10,_0xa60d71,_0x34f568,_0x4f5b98){return _0x31a8fd(_0x48ce10-_0x52c518._0x550bc7,_0x48ce10- -_0x52c518._0x169b11,_0x34f568-0x9,_0x4f5b98);}_0x3d3044[_0x2d8fd8(0x4ca,'!X!j',_0x21334e._0x57580b,0x5ac)]=_0x50e651,Object[_0x2d8fd8(0x59c,_0x21334e._0x314406,0x623,0x5fd)+_0x2d8fd8(_0x21334e._0x521624,'3MQ2',0x5bf,0x627)](_0x5cd136,_0x3c679c[_0x461c8d(-0x79,-0xa9,_0x21334e._0x2929a8,_0x21334e._0x1f36b3)],_0x3d3044);}:function(_0x283473,_0x3878cd){const _0x350a40={_0x252033:0x20,_0x5c5da0:0x16c,_0x54e42b:0xc0,_0x4d1b5b:0x19,_0x5ad5c9:0x15,_0x24b2c9:'#@st',_0x24b5a7:0x11a},_0x215959={_0x1d913b:0x63},_0x3feb92={_0x113933:0xa7},_0x4c06ef={};_0x4c06ef[_0x15f232(-0x62,_0x350a40._0x252033,'RhCV',-0x7b)]=_0x5220ad(-_0x350a40._0x5c5da0,-0xb,'Ppth',-_0x350a40._0x54e42b);function _0x5220ad(_0x17f837,_0x2dcabc,_0x1f5cb3,_0x1aeb00){return _0x2dc9a6(_0x17f837-_0x3feb92._0x113933,_0x1aeb00- -0x1cc,_0x1f5cb3-0x14b,_0x1f5cb3);}const _0x5efcfd=_0x4c06ef;function _0x15f232(_0x531c80,_0x4085a8,_0x861a82,_0x3c1017){return _0x2dc9a6(_0x531c80-0x72,_0x4085a8- -0x271,_0x861a82-_0x215959._0x1d913b,_0x861a82);}_0x283473[_0x5efcfd[_0x15f232(-_0x350a40._0x4d1b5b,-_0x350a40._0x5ad5c9,_0x350a40._0x24b2c9,-_0x350a40._0x24b5a7)]]=_0x3878cd;});function _0x31a8fd(_0x3ca33c,_0x2d857e,_0x36f6dc,_0x299a49){return _0x4966(_0x2d857e-0x297,_0x299a49);}function _0x4966(_0x298865,_0x4cb0a7){_0x298865=_0x298865-(0x3e5*-0x2+-0x5*-0xa4+0x5bc);const _0x57e123=_0x51d6();let _0x9afc3a=_0x57e123[_0x298865];if(_0x4966['mLVamY']===undefined){var _0x420045=function(_0x3de897){const _0x3f176a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4a82a4='',_0x42fdc4='';for(let _0x4ffeab=0x8*-0x35e+-0x3e*-0x39+0xd22,_0xd60d02,_0x409a6f,_0x839a13=0x1e*0x13d+0x6bb*0x3+-0x3957;_0x409a6f=_0x3de897['charAt'](_0x839a13++);~_0x409a6f&&(_0xd60d02=_0x4ffeab%(0x16e*-0x7+-0x67*-0x2f+-0x8e3)?_0xd60d02*(0x91b+-0x45f*0x3+0x5*0xda)+_0x409a6f:_0x409a6f,_0x4ffeab++%(-0x23b4+-0x1dd0+0x4188))?_0x4a82a4+=String['fromCharCode'](0xf9b+-0xc5*0x2f+0x158f&_0xd60d02>>(-(0x16d6*-0x1+0x7*-0x295+0x5*0x82f)*_0x4ffeab&-0x1969+0x27f+0x5bc*0x4)):-0x17d5+0x2*0xb6+-0x1669*-0x1){_0x409a6f=_0x3f176a['indexOf'](_0x409a6f);}for(let _0x57fb71=0x4*-0x2dd+0x25ce+-0x1a5a*0x1,_0x31a073=_0x4a82a4['length'];_0x57fb71<_0x31a073;_0x57fb71++){_0x42fdc4+='%'+('00'+_0x4a82a4['charCodeAt'](_0x57fb71)['toString'](0x1d*0x107+-0x1cbf*0x1+-0xfc))['slice'](-(0x1bdd*-0x1+0x2266+-0x1*0x687));}return decodeURIComponent(_0x42fdc4);};const _0x421a0c=function(_0x40c57f,_0x586969){let _0x4ac838=[],_0x2a0dbf=-0x11*0x24a+0x2271*0x1+0x479,_0x2170e4,_0x4a7979='';_0x40c57f=_0x420045(_0x40c57f);let _0x55e9e0;for(_0x55e9e0=-0x12*0x1c6+0x163d+0x9af;_0x55e9e0<0x2204+0x2*0x95f+-0x33c2;_0x55e9e0++){_0x4ac838[_0x55e9e0]=_0x55e9e0;}for(_0x55e9e0=0x19*0x64+-0x1*-0xb6f+-0x1533;_0x55e9e0<0x2aa*0x7+-0xe9f+-0x307;_0x55e9e0++){_0x2a0dbf=(_0x2a0dbf+_0x4ac838[_0x55e9e0]+_0x586969['charCodeAt'](_0x55e9e0%_0x586969['length']))%(0xd*-0x94+-0x67*-0x23+0x1*-0x591),_0x2170e4=_0x4ac838[_0x55e9e0],_0x4ac838[_0x55e9e0]=_0x4ac838[_0x2a0dbf],_0x4ac838[_0x2a0dbf]=_0x2170e4;}_0x55e9e0=0x34c+0x194*0x8+-0xfec,_0x2a0dbf=0x11*0x1+-0x1d*0x137+0x1195*0x2;for(let _0x5e9d51=0x761+0x1161+0xc61*-0x2;_0x5e9d51<_0x40c57f['length'];_0x5e9d51++){_0x55e9e0=(_0x55e9e0+(-0xb88+-0x683*-0x1+-0x283*-0x2))%(-0x11*0x4a+-0x1351+0x193b),_0x2a0dbf=(_0x2a0dbf+_0x4ac838[_0x55e9e0])%(0x1e2b*-0x1+0x175e+0x7cd),_0x2170e4=_0x4ac838[_0x55e9e0],_0x4ac838[_0x55e9e0]=_0x4ac838[_0x2a0dbf],_0x4ac838[_0x2a0dbf]=_0x2170e4,_0x4a7979+=String['fromCharCode'](_0x40c57f['charCodeAt'](_0x5e9d51)^_0x4ac838[(_0x4ac838[_0x55e9e0]+_0x4ac838[_0x2a0dbf])%(-0x1697+0x20d2*-0x1+0x3869)]);}return _0x4a7979;};_0x4966['nHRdwY']=_0x421a0c,_0x4966['QAGKQJ']={},_0x4966['mLVamY']=!![];}const _0x49a9c3=_0x57e123[0x3*-0x6d1+-0x343+0x17b6],_0x2497ef=_0x298865+_0x49a9c3,_0x22d524=_0x4966['QAGKQJ'][_0x2497ef];return!_0x22d524?(_0x4966['TdEiiu']===undefined&&(_0x4966['TdEiiu']=!![]),_0x9afc3a=_0x4966['nHRdwY'](_0x9afc3a,_0x4cb0a7),_0x4966['QAGKQJ'][_0x2497ef]=_0x9afc3a):_0x9afc3a=_0x22d524,_0x9afc3a;}var __importStar=this&&this['__importSt'+'ar']||(function(){const _0x230d8f={_0x653d12:0x116,_0x375f90:'8MWy',_0x33fe7e:0x25,_0x175270:0x30,_0xfdd2d8:'WBrw',_0x3f68ff:'yKX4',_0x185010:0xc4,_0x558481:0x121,_0x52ffe9:0xb6,_0x59478f:'RhCV',_0x118a22:0xd2,_0x2f15c8:'T5kk'},_0x5c62c8={_0x166aff:0x245,_0x51b18c:0x35f,_0x2d206d:0x327,_0x2fae87:0x2ed,_0x4e6b6b:0x59c,_0x172e3b:0x66f,_0xfa887e:0x68f,_0x37463d:0x3e8,_0x4e2783:'O$FC',_0x592381:0x4a8,_0x2cb9e8:0x44b,_0x691015:'w2]9',_0xd93b74:0x6ce,_0x3e8113:0x276,_0x562fd5:0x29a,_0x15d1f2:'LY6v',_0x4dfb9a:0x4fc,_0x23b474:'8MWy',_0x348b4f:0x5c4,_0x157f3b:'&XOz',_0x560ead:'Yy2C',_0x28e907:0x22f,_0x4b33fd:0x438,_0x52d1b1:0x331},_0x114a4a={_0x476f26:0x7d},_0x126ff9={_0x3ac38c:0x4f2,_0x16dd9f:0x477,_0x41fa43:'VeBY',_0x33d4e7:0x2c5,_0xca9a84:0x96,_0x512036:0x2b,_0x14886b:'DZ2@',_0x3f31be:0x2e3,_0x2d8bd6:'!X!j',_0x246da0:0x28f,_0x39f62d:0x528,_0x4d76af:0x65a,_0x2cbc45:0x555,_0x3cc6a1:'taNj'},_0x3d0ff1={_0x987288:0xf3,_0x39b3cb:0x1aa,_0x237963:'0&5w',_0x5f575b:'Kxg$',_0x342687:0x3c9,_0x1d0fcb:'M3*h',_0x3d03c0:0x39d,_0x363ea8:'KWRr',_0x1a8609:0x4fd,_0x52ee53:0x481,_0x56cbe6:0x218,_0x58f1a5:'^(Fi',_0xbc6d57:0xb1,_0x5c3055:'RffP',_0x46953b:0x280,_0x153461:0x17a,_0x1ebe49:0x135,_0x5a345f:0x1c9,_0x5aa575:0x14f,_0x2c56ad:'0&5w',_0x3bc405:'23o1',_0x1b5b97:0x47,_0x5e2693:0x1d4,_0x401c3b:0x1a3,_0x2ff2a2:0xd1},_0x22cb4a={_0x4d9461:0x2e},_0x3ab595={_0x996dc6:0x34c},_0xf0cba7={_0x472673:0x16d},_0x2e1e20={'PAMMo':function(_0x55502c,_0x5533dd){return _0x55502c===_0x5533dd;},'SUlLY':_0x13b29e(-0x9,-_0x230d8f._0x653d12,-0xad,_0x230d8f._0x375f90),'RIdHj':_0x53fedc(0x82,_0x230d8f._0x33fe7e,'s3Ts',0x9e),'UkRkU':function(_0x52bfb2,_0x28bf80){return _0x52bfb2-_0x28bf80;},'eQXUG':_0x53fedc(_0x230d8f._0x175270,0x83,_0x230d8f._0xfdd2d8,0x10a),'FnxvH':function(_0x5d9070,_0x5d99e9){return _0x5d9070(_0x5d99e9);},'MHWUU':function(_0x116a7e,_0x23c6c0){return _0x116a7e===_0x23c6c0;},'gxqNL':_0x53fedc(0x39,0x1,_0x230d8f._0x3f68ff,_0x230d8f._0x185010),'dfyEk':_0x53fedc(_0x230d8f._0x558481,_0x230d8f._0x52ffe9,_0x230d8f._0x59478f,_0x230d8f._0x118a22),'TAjyT':function(_0x393af7,_0x4f095a){return _0x393af7!=_0x4f095a;},'KBXgp':function(_0x485d38,_0xc96f9e){return _0x485d38(_0xc96f9e);},'AoWSW':function(_0xf51b80,_0x5108a1){return _0xf51b80<_0x5108a1;},'IyJur':function(_0x1dd63d,_0x1c0c1f){return _0x1dd63d!==_0x1c0c1f;},'hSHOT':_0x53fedc(0xd0,0x177,_0x230d8f._0x2f15c8,0x94),'qLgGr':function(_0x1e1088,_0x1183b0,_0x248b51){return _0x1e1088(_0x1183b0,_0x248b51);}};function _0x13b29e(_0x54a09a,_0x5a7dbf,_0x2c7189,_0x40a249){return _0x2dc9a6(_0x54a09a-_0xf0cba7._0x472673,_0x2c7189- -0x1f5,_0x2c7189-0xd5,_0x40a249);}function _0x53fedc(_0x520c2f,_0x2008ce,_0x254f10,_0x32aaf8){return _0x31a8fd(_0x520c2f-0x70,_0x32aaf8- -_0x3ab595._0x996dc6,_0x254f10-0x1d1,_0x254f10);}var _0x58b66a=function(_0x2d61dd){const _0x48a90d={_0x1ce414:0x1ca,_0x21c641:0x5cc},_0x93d029={_0x464446:0x113,_0x2ec6db:0x33d},_0x3fa3c2={_0x167652:0x138,_0x2f1e91:0xd9};function _0x37646e(_0x58a502,_0x394b2d,_0x3835ab,_0x4c1e0a){return _0x53fedc(_0x58a502-_0x3fa3c2._0x167652,_0x394b2d-_0x3fa3c2._0x2f1e91,_0x394b2d,_0x3835ab-0x7);}const _0x1dcff0={'AaKNz':function(_0x5e31ee,_0x21271a){function _0x11a134(_0xdfbb79,_0x41fb6c,_0x381e05,_0xf6b0fb){return _0x4966(_0xf6b0fb- -0x1c5,_0x41fb6c);}return _0x2e1e20[_0x11a134(0xdf,'AD5W',-_0x22cb4a._0x4d9461,0x44)](_0x5e31ee,_0x21271a);}};function _0x5a5d88(_0x71c1ec,_0x46ff55,_0x2d111b,_0x2f624a){return _0x53fedc(_0x71c1ec-0x1bd,_0x46ff55-_0x93d029._0x464446,_0x2f624a,_0x46ff55-_0x93d029._0x2ec6db);}if(_0x2e1e20[_0x5a5d88(_0x126ff9._0x3ac38c,_0x126ff9._0x16dd9f,0x57e,_0x126ff9._0x41fa43)](_0x37646e(_0x126ff9._0x33d4e7,'s&Zt',0x28c,0x363),_0x2e1e20[_0x37646e(0x113,'KWRr',_0x126ff9._0xca9a84,-0x6f)]))_0x496287[_0x37646e(-_0x126ff9._0x512036,_0x126ff9._0x14886b,0xd0,0x199)](_0x59c8f4);else return _0x58b66a=Object[_0x37646e(_0x126ff9._0x3f31be,_0x126ff9._0x2d8bd6,_0x126ff9._0x246da0,0x24b)+_0x5a5d88(0x5ba,_0x126ff9._0x39f62d,0x45c,'#@st')]||function(_0x3e1270){function _0x17e83b(_0x20f112,_0x415714,_0x8a2c80,_0x28b1df){return _0x37646e(_0x20f112-0x107,_0x415714,_0x20f112-0x2c7,_0x28b1df-0xb0);}function _0x23d8f0(_0x3a0f38,_0x5baa53,_0x2585c1,_0x1dd725){return _0x5a5d88(_0x3a0f38-_0x48a90d._0x1ce414,_0x5baa53- -_0x48a90d._0x21c641,_0x2585c1-0x101,_0x1dd725);}if(_0x2e1e20[_0x23d8f0(-0x111,-_0x3d0ff1._0x987288,-_0x3d0ff1._0x39b3cb,_0x3d0ff1._0x237963)](_0x2e1e20[_0x17e83b(0x36d,_0x3d0ff1._0x5f575b,_0x3d0ff1._0x342687,0x33e)],_0x2e1e20[_0x17e83b(0x34b,_0x3d0ff1._0x1d0fcb,_0x3d0ff1._0x3d03c0,0x457)])){const _0x529cac=_0x2bb521[0x1901+0x2050+0x2*-0x1ca8],_0x386211=_0x47e6b6[_0x17e83b(0x4b3,_0x3d0ff1._0x363ea8,_0x3d0ff1._0x1a8609,_0x3d0ff1._0x52ee53)](_0x1dcff0[_0x23d8f0(-0x16d,-_0x3d0ff1._0x56cbe6,-0x19e,_0x3d0ff1._0x58f1a5)](_0x3760cd[_0x23d8f0(-0xa9,-0x159,-0x248,'#bl5')],-0x1abe+-0x1891+0x3352));return _0x14d77d[_0x23d8f0(-0xf5,0x3,_0x3d0ff1._0xbc6d57,_0x3d0ff1._0x5c3055)](_0x1ed1d1,_0x529cac,_0x23d8f0(-_0x3d0ff1._0x46953b,-0x1e7,-_0x3d0ff1._0x153461,'#@st'),_0x386211);}else{var _0x241d00=[];for(var _0x261153 in _0x3e1270)if(Object[_0x23d8f0(-0x75,-_0x3d0ff1._0x1ebe49,-_0x3d0ff1._0x5a345f,'Kxg$')][_0x23d8f0(-0xb9,-_0x3d0ff1._0x5aa575,-0x1e1,_0x3d0ff1._0x2c56ad)+_0x17e83b(0x413,_0x3d0ff1._0x3bc405,0x35a,0x3bb)][_0x23d8f0(0x1d,-_0x3d0ff1._0x1b5b97,-0x94,'yKX4')](_0x3e1270,_0x261153))_0x241d00[_0x241d00[_0x23d8f0(-_0x3d0ff1._0x5e2693,-_0x3d0ff1._0x401c3b,-_0x3d0ff1._0x2ff2a2,'!IS@')]]=_0x261153;return _0x241d00;}},_0x2e1e20[_0x5a5d88(_0x126ff9._0x4d76af,0x5c8,_0x126ff9._0x2cbc45,_0x126ff9._0x3cc6a1)](_0x58b66a,_0x2d61dd);};return function(_0x146e04){const _0x128a41={_0x815c17:0x197,_0x510127:0x4,_0xc88d3b:0x2f1};function _0x52db4c(_0x2c537e,_0x358887,_0x51995f,_0x1ac4c0){return _0x53fedc(_0x2c537e-_0x114a4a._0x476f26,_0x358887-0x5b,_0x2c537e,_0x358887-0x426);}function _0x751a63(_0x10a4f7,_0x566820,_0x3d0223,_0x1cb921){return _0x13b29e(_0x10a4f7-_0x128a41._0x815c17,_0x566820-_0x128a41._0x510127,_0x1cb921-_0x128a41._0xc88d3b,_0x566820);}if(_0x2e1e20[_0x751a63(0x3c6,'&XOz',0x29f,0x357)](_0x2e1e20[_0x751a63(_0x5c62c8._0x166aff,'23jb',0xe5,0x1ea)],_0x2e1e20[_0x751a63(_0x5c62c8._0x51b18c,'#@st',_0x5c62c8._0x2d206d,_0x5c62c8._0x2fae87)]))return _0x250a63['documentRe'+_0x52db4c('taNj',_0x5c62c8._0x4e6b6b,_0x5c62c8._0x172e3b,_0x5c62c8._0xfa887e)][_0x52db4c('&XOz',0x4f3,0x59e,_0x5c62c8._0x37463d)+_0x52db4c(_0x5c62c8._0x4e2783,_0x5c62c8._0x592381,0x5af,_0x5c62c8._0x2cb9e8)](_0xac76a,_0x1336f5);else{if(_0x146e04&&_0x146e04[_0x52db4c(_0x5c62c8._0x691015,0x610,0x6ea,_0x5c62c8._0xd93b74)])return _0x146e04;var _0x4bee7b={};if(_0x2e1e20[_0x751a63(0x265,'s9wL',_0x5c62c8._0x3e8113,_0x5c62c8._0x562fd5)](_0x146e04,null)){for(var _0x2e7007=_0x2e1e20[_0x52db4c(_0x5c62c8._0x15d1f2,0x578,0x540,_0x5c62c8._0x4dfb9a)](_0x58b66a,_0x146e04),_0x2d8741=0xfc8+-0x45*-0xe+0x138e*-0x1;_0x2e1e20[_0x52db4c(_0x5c62c8._0x23b474,_0x5c62c8._0x348b4f,0x5ba,0x675)](_0x2d8741,_0x2e7007[_0x751a63(0x16e,_0x5c62c8._0x157f3b,0x237,0x272)]);_0x2d8741++)if(_0x2e1e20[_0x751a63(0x21e,_0x5c62c8._0x560ead,_0x5c62c8._0x28e907,0x239)](_0x2e7007[_0x2d8741],_0x2e1e20['hSHOT']))__createBinding(_0x4bee7b,_0x146e04,_0x2e7007[_0x2d8741]);}return _0x2e1e20[_0x751a63(_0x5c62c8._0x4b33fd,'#bl5',0x421,_0x5c62c8._0x52d1b1)](__setModuleDefault,_0x4bee7b,_0x146e04),_0x4bee7b;}};}());const _0x1d2146={};function _0x2dc9a6(_0x38e31d,_0x1dfd37,_0x4723f8,_0x11f8d8){return _0x4966(_0x1dfd37- -0x54,_0x11f8d8);}_0x1d2146[_0x2dc9a6(0x127,0x20d,0x1c9,'^(Fi')]=!![],Object[_0x31a8fd(0x5eb,0x513,0x52c,'31fc')+_0x2dc9a6(0x24b,0x1c6,0x22e,'yKX4')](exports,_0x31a8fd(0x576,0x56d,0x4b9,'U6Iw'),_0x1d2146),exports[_0x31a8fd(0x5ec,0x528,0x483,'s9wL')+_0x2dc9a6(0x1b2,0x299,0x1c8,'uBa4')]=exports[_0x2dc9a6(0x317,0x2c3,0x32d,'Yy2C')+_0x31a8fd(0x473,0x470,0x568,'r8[)')]=void(-0x91+-0x9ed+0x11*0x9e);function _0x51d6(){const _0x1f4564=['W7n9mbOZ','W7DSkZWRWQeglSoRrW','vmoWDCkrA1PRWR3cJSo9','rhpdThDC','rM5lpmoi','eSkJo2TNWPRdVW','WPZcP8k9fSoM','WQhcH8kYWQahvmoOW4ddUq','W7JcJmkhW5FcRetcOWTKtW','t8ogE8ksba','W7XSmq8+WRO','tvBdVeVdUG','W6NdMYRcHmk0W78iWQGxBq','quxdGMO','WQhdK8k0WPJcPq','e8oaW6NcH8o5sGvIW77cQq','hvpcP8oyq8kaAhysymo7xmoCuq','W7CowhOrshi','xCoMWQpdJGzlnCk2sMW','W7xcSCkNW7tdLG','WOTbWQGiENTsWPVdSY4aWRG2zG','m8o1W6xcVmow','W4xcJ2O9','WOuCBY8','W65dfSoXja','WOldTSkoqGC','W5TPWRCPWRijsX3cG8kG','WQxcOmkVjCojWRfwCHfp','EMddT354','WRpcQCo6W6O','w0BdIMO','q8opW6SXqG','W4HlaCovWRdcM8o+ka','54IF5Ocn5BsK5PQ55Pwe','w8o8BSkhCen4WQZcHq','5PEb5Qk15yQS5BUv5Asc6lAIWQm9','eJ/dSSomWPm','w8klWROnBmoxW5VdOCkb','WPzTW6ZdNSkahCktzG','q1ldH0hdPG','cSkwW5tcNqW','W4TremopWRdcHSoLp38','gmoAW77cGSoHwW','WR7dTeLfW7K','WPtdOSkWrdrCWOL7','W5Lieaie','WOm8iCkJW70ZWQCylq','W4hcI3ivmLdcNSknhSkq','d2xcKSkkWQNcR8oGW6q9W4q','WORcUCo/W7RdRG1NWPpdKde','WOvYW6ddUmkd','eCkoW6xcIceAvq','sCkfkmkAtG','nSkppmkXBq','Dvz6wa','emoEFsns','W5aFW7zs','C8k/n8kctcPTWQK','W5efshOjs3W0W6lcJq','WOSyCddcSCk3WPK','W6FcOmk1WP3cGtBdSmojc3u','eSoRW6/cLmo1wGDI','da7dSmopWQW','mCkanmkJWOC','W7GrW4pcJwVcImoAWP3dNmo8WQe','emo3W6VcPSoL','tfxdKdz0','WRFdSCoZW6ZdNwhcHmomnfJdVCoqWQ4','WPtdQ8kIWPRcOW','umohtCkwg2ddJqi','W5rbhmoBWRdcNa','eSoxW6pcGCoGxdHVW4lcRW','WP7dKSkGWQlcIG','svZdGYPf','z8oeu0NcJq','BSkXmmkiua','ySorASkEhgtdVHxdGCkg','k8kphwvR','xeJdL2D2','C8o8uwBcK2xcKSkMbbG','rCoqv8kmg3ZdRaldI8kX','rK/dThVdVSkchcldJ8o9','x1jQv8o6','W4S4W5HViq','CwldH0pdIW','jCowW58xyq','W45PWQicWOmoDWRcV8kP','q0ZdGMbyW6ldK8k8W7ZcOW','D8oGW7XgD8oqW5fV','W5FcJmkCW5pcGq','aCowW4jMW4JcT0DZga','W5biWPS7WRW','g8o/W7pcGCkO','oYddUSoFWQyWW5tcVCon','WP7cVCoEW6Pp','d8kOgSkeDMi','uKRdJcW','ymkaW7tcSCkWoSosW60','ymkKk8kzqq','u8kpWPvFW6tcVKT+c0S','sSohv8kr','WQJcMCo9W5zd','WQhcN8oQW6W','W5lcJ3u6aLRcVG','y1bVvCoLuG','W4LwoCopWQe','rHPtcIZdImkpWQie','nSooW4hcVmoU','o2BcKmkr','imorW4RcOCkzhmo6','zsJdVCk6ka','rCkoWO5FW40','WOHDW4pdJmkJ','WO/cGCoZW4DU','D8kPnmko','WPZcTmkIhmoMWQBcIa','oConW65KAW','WPBdQCkGyWjgWPzbr3S','WOVdQKneW7aWtW','lMBdSSovWPO1W5JcRmolrq','emkeW6vQxq','qhxdQcnG','uvtdTNRdPSku','W4fdpSoOWPa','gSkzW6JcNGOayG/cQCkB','gSkpW6lcIa','WPBcJbxcRvhdQ1b5W4BdUa','oSkJpe17WOFdV0pcQhi','fmotW60','W7DXlIyg','W73dKt/cHmkUW7uQWQm','obJdJSoVWR4','wLbdeSofWPBcHq','uvxdTg3dTSkuaq','gmo8W4bJzG','hmkoW6/cMrSDrq','kSo6W6DQAJnj','W4OfW6T4kZ0hW4ddNru','aCo3W4NcPSoq','v8o6A8km','WQFcG8oSW6ddHHvC','WPNdGmoZW7DKWR7cKCkwdG','WQZdRuL0W4S5yZm','umkfWOj+W6JcQe55c0e','gmojW6HSfq','W5JcM8kxW4RcRa','CmkUWOnyW74','CYztiYO','gCknWPi','FmkVWRa+lgWjW5iuWQ3dSCo4WRm','rCkfWObdW6ZcRa','WRNdVN1LW60','EIxdH8kGmW','ECo8thBcNx3cSSkIbaC','kmoyW5xcNCkV','pCobW4JcUmkjhW','W5fkeCooWQhcMCoPp2ZcVG','fCkoW6JcGW','s8kNfmkhya','pCkOamkeWOpcQmo1','WORcOmkyjSoG','i8k1hx5U','DwddRZvs','wCkbWQxcH8oGrGDL','sSoWWR3dJq','osBdTCopWPqLW5VcVCo3va','W4JcGxe','pmk1d8kwWOlcT8osoSkyW4u','W446Ce06','qHtcVxNcUv8nrfja','h8oyW780rmojW5ZdTCkLgG','WOupzIlcPmk1WPJcGdCH','tXddTCkbhSoAlbOPrW','sSoDWQZdMWq','WOxcL8kkWQqRt8oiW5RdTCkK','W5GpweSB','W6RdMZJcPmk0W7KQWR8vEa','WP8dfmk/W7u','dCkeW7FcHbSe','zcLqite','zGBdH8kClq','zev9sSopshy','sGVdVSkioConesO','dSo0W6O','W6/cMhqbea','WP3dPCkNqZDuWO54BxG','WRpcJ8o2W6ZdVbjIWPldLa','W4ypt0CCv2uD','WONcGSobW7Ti','rePuhW','sGVdVmkjjmoeotOG','WOpcUWlcRxy','wapdO8khjmoDpa','reNdUwRdKCkEjJFdRSoZ','rCkFWRVdH8kNhf9xW5JcGhrEWRm','W50vW6TOiZWjW6ZdNa4','eColyd9pW5ZcTmopCmk6','W4ymxua','WQCyaCknW4a','W6BcRmkVWR3cRcZdVCoe','hCkSmLO','WQ1aWOu','bg/cOmkCWOa','CNfvm8oP','xLbogq','lHNdGSoOWOS','W4NcK8kTW5lcNq','WPWYnmk/W6ysWRSBk8oB','aNpcU8kkWRy','WO/dL8kDWPRcPa','WPVdO8k9wq','uLtdUhW','pSouW5CTqW','WRVcOCo5W6Tgw2/cPKuf','zCk5kSkpEJXrWR/cKmov','qfRdR2JdTW','W4pdLt3cSxJdMxz/','FmozW5G','WPBcV8k3WReC','vJpcNKJcNG','WPFdPCk4qWzh','W4xcTmoHb1zcWRXdBwldRq','CCk1jCkpFIXZWRxcP8oj','WQmryHVcOq','dmk4amktD34','C8omWOFdNZO','W6jjg8oxn8okbq7dKb8','quBdKg1QW6tdJCkG','sCk7B8kg','WPVcV8k4hmoTWRRcHmkXWOZdTq','qHtcQNtcN0C','mmkqW6/cHdO','W4pdKKtdOq7cVqDJW4tdM8oQnqm','WO3cVmoCW6PU','jSovW4/cO8kJaSob','WRWktXtcHq','WPVcHSoLW4T3','W5BcGxu4kvZcQmkD','mmk/oL5QWO8','qb7cR3tcJL8rsq','WPpdLCkwWPRcGG','ufbeaSo3WPRcJ8oZWPBcSW','uexdOwFdTSkqlq','W6hcJSkfW4VdP0tcOG','W7dcSSkuW4VcHa','mmk5me1N','WOeyDWZcP8k+WQZcRtOO','WQ7cSSonW7PG','WRBcVmkRfa','W41qfmkrW7W','W5atW7X+eW','WP3cPmk3fSoMWQlcPa','uCo8WRNdMbPy','wCkpWPjpW5BcSKe','W54Avge/','qh/dQsfv','ufPleSoUWPO','xLZdL3rRW7/cKCk0W4S','rXJcQhxcVfKpvwnx','WPWYm8kJW6OxWQ0','pmo6W6XUCsTUW7yrWPq','WPxdO8k3qG5qWPnNCgG','eCkaW6ZcIa','W6JdKd/cMmkOW78CWRmkEa','W6dcT3ecda','tKxdUwNdP8kp','WRlcG8oUW53dGHfOWQldLsy','W7zfbmoghmobnaldHHO','WOa4mG','ufVdS0TR','WOmYnSk5W64hWRS','rqTwhaFdI8k9WQ8cga','WQBcQsdcRha','WPRcHcFcOuS','f8kgW5dcLaK','DmoIWOuAc8oSW59suCkPla','WQtcRmk3fmo3WRjCDsS','k8kFW6bBxa','m8oPW6JcT8oW','W4qftvSbsNijW6VcGG','WO3dN8o2W7fE','E8oJWONdQGK','qWDqhqO','wSoWDSkMqfbDWRhcN8oS','WP1LW7BdMCkQ','x8kwWOn6W4y','pmkGmh1A','qmkBWRJdH8kNg1T6W6hcHeXQWO0','AetdTaHF','WOFcLXddTqq','W5NdJCkx','pJ3dUCoiWOa','emokW77cPSo1xabLW77cOW','WOpcHmkgpCol','uSkblCkFFa','cmoEW7OUx8oc','W4ZcGw8/','WRxcMmk3WQy9','ECoWuwxcQ2W','WRpcI8kTWRe','W7tdQ8kSWR0','WOqKEYZcGq','WPFcR8ktWOG3','w8oDuSkMxG','sa3dS8kzfSornJO','WQBcOHZcOwG','vHJcSNNcUeK3uurf','WPxdHSo2W7W','WP/dGCkaWQ/cU8oSxmosW5bF','WOrLW7hdKCkDdCk+','W4ddLZ7cOxddN0L4','W73cQmkqW43cOq','rmohxCkkaMRdKq/dT8k3','W6JdJdJcLa','iSoyW53cPG','tSoqWRpdLeXacbJcL8k+htWs','k8oTW7vY','WQpcGCk9WRa1qCoNW4ddG8kv','WOtdNCk+BIq','gmkPfCkTWO8','d0ZcK8k6WQa','imoWW6vUqdzz','DefOsmo+reldN8o0lq','tXddN8kLda','WPJdOmkTyJi','W4v2a8oAaa','A8oQzSkyhW','WQtcOSk8hmo6','WQtdP8kgxdy','W51TWQuMWOC','w8o0uMC','fCkTcSkvD3pdKaJdVwe','BSkze8kFvW','W7zfa8oAemoeiG','uafqgXZdJmkxWQyj','qGpdVCkj','sg3dRNjw','iCobW5/cQ8kzgmow','W73cH8kkW4lcVue','WPxdMSklWOBcQa','WQ9BW7hdN8k2kCk1zHpdRq','WPqlAIdcTq','WPZcRCovW4ddTW','zwFcLq','ECo6yCkxqLz3WQZcVSoS','W4pcNhiO','wSklWPjdW7VcIfXKoG','W7tcOCkeWRlcHG','W7NdNZ/cHSkfW7m8','DSoCvSkysq','WRhcICo5W7ZdJGDTWPldRJe','h8oDW4LpBa','sa3dS8kZ','c8ouW6aLB8ocW7ddVa','WQRcI8kTWRy5q8oS','WOeyDWFcV8kZWRJcTIC9','pSkmW4pcPry','kSk7W5jIyW','xuVdLJD1W6tcGe5rWQK','W6hcHmk7WPdcGq','umontq','fSkQj8kQWOy','W6hcJCkxW4ZcVuBcTbW','AvrR','Fuf9uSoXrNC','WOHgW4ddOmk3','WO/dHSoSW7TpWQhcGSkB','iSobW4/cOa','ot/dUCo4WQa','kCk1jmkKWOy','zSkNWPbFW5W','WQpcRSopW7hdUW','WPFcJqpcTvNdVf9VW7JdUa','EKJdNNJdSq','W6adFuyr','EtdcK3FcTa','tSoZqCoAltNdPX7cS2C','5Psk5QoD5lMb5A615z+Y','W7rpbSoAaCoCiXy','W4xcNeKykG','WPJcJb/cTG','bCo+W5JcSCkK','CCoWu2FcQ2e','DSo3zmkLBa','W7FcOmkXW6FcGW','WQjmW6/dI8kT','WONdSCoCW4z/','WOdcJq7cRxG','W5Xcc8o5WQ8','WOtdLCkrWPpcUmoWzCooW5G','k8oKW7KsFa','trjldbS','W7vXnHS+WQe+jmoxsW','d8ojW7DIAG','W5ZcJHi','xvfebCo/WPlcHmoPWRdcPq','WQtcRmk1fCoQWRTPydbl','srddPmkv','uL3dJhzN','EKTNtW','WQFdOCk+WQ3cOW','W4VcLCkOW7lcNa','Cr7cI07cRq','wLTogCo9','oSoDW7HBFITv','kSkjamk6ya','oIZdOSo+WPyJW7hcOmoxva','n8oKrZ5Q','D0f6zCo/qLBdHmoPoa','gmonW6OGwCoEW6RdRmkHaa','f8opyIf5W4FcTq','E1ddRcDm','W6NcIuCElq','umo0CG','f8okvcfo','W4pcJxi+l0O','aCooW6BcH8oX','pbJdGSodWPO','eSomW77cNCoMvG','WPdcKCo+W7ddSW','xZlcT3ZcLW','yWxdKCkJcW','DwRdS3FdIW','WP/cICkGamoj','WRXOW7xdLCk2','W7aHBMW+','WOCKa8kJW6mf','tSohwSkAha','WPxcHGlcJf3dVvvjW73dRW','q0ZdGMb6W6ldJCkkW5BcTa','W7Dmhmoqea','sWFdPmkOfmoxhICKuq','lNJcHCkgWOdcR8o9W7mCW4G','nSo4W7VcUCks','WOlcHmkAWOC+','WOhcJX/cU1K','uvddMgFdNa','ggpcQmktWQO','zSkGk8kyutfWWQlcNCov','pSkOeG','aSoaW7FcRCkw','WQNcRCoKW7S','WRNcHmoqW75Q','g8keW6FcHbawyqtcQmki','W5S1BMyG','k8oluH1U','WRJcG8oPW7RdGGvM','W7DSkZWRWQeggCoqwG','W7zro8oaaG','WRRdPvn4','yKfVrCowsh7dImoija','n8kzW7bRxG','WP3cOCkBhmom','nmk7luX9','kCo6FWrf','cSoDvsnuW4VcSSowESkM','zmozwexcRq','kmk5W4a','54Qc5Oc+5PUt5PEh5AAR6lEAW5VcPW','dmoCAa','vmoMs8kmtef8WRxcImoN','erFcPZ7cOSourHldVSoCoCoksa','imo1W5RcP8oN','bmoYW4vGtW','WPBcJbxcRvhdQ1b5W4FdUa','o2xcGSkwWRdcPCo8W6K','cSkYb8kA','WP47jmkK','WPpdJ8kqWPxcOCoNySouW61k','W77cVbiGWRW3AWFcISkDaq','WQdcOCk5WRiZ','n8kIpePZWO/dTfNcJMq','uLVdHMvQW64','lJZdTmojWO0YW5ZcP8oc','kCo6W7vjzHzz','yeT9smoKtMddLa','W7Dgob8H','jhZcMSk6WQ0','WRKIzJdcNCk/WPJcQJK9','W51wbSofWORcLCoHngS','WOdcVSkJ','W59TWRO4WPe','W6tcO8kJWPBcMG','i8kxfMzB','W4nJWR8J','W5TRos8j','WPRcQmkKea','WPFcMX/cQ0JdVw10W7RdVG','jSoPW7rBua','qHBdG8kjcSobpsaRuq','W7dcQSkYWRdcMJRdHSoz','W5fooGCd','eaZdNmonWQW','E8ouumkGEq','B2JdGfVdHG','W6jma8oBWO0','WP7cTmkN','W6VdTHZcQCkR','kCkSaSk2WOlcPCoZnW','xHdcSxG','uCkmW6u','gSokW6tcHG','WOD2W6VdJSkJbSk2zW','W6/cHSkQWRJcGW','D0fGrmoIqgBdImosmW','W5nTfG','W4izteS','WRFcGSk/WQT2sCoT','WPRdGCkl','WOldVmk4xHC','o8o4wW','W4tcG8kJWPZcIG','rSoxB0/cHW','W4P4WRK/WO0','WR7cUSoYW65Wr3/cQfuB','t8oWyCkxxubWWQ7cIa','WRddMmoXW7T/','W7vHg8oBmG','ndRdKSotWOSLW5BcVCokqW','WQ/cPmkVeSoa','vXtcSNJcIfexvxnb','zKFdPuFdGW','sCo0CCkjCfP9','v8oLWRtdVt4','xCocWPZdKGa','b8odW6VcNa','D8oHCxRcRG','f8olyJ4','W6b1WQuIWPe','y3BdOwFdPG','yfzHvCo/vwVdNCo+','iSoBW4/cOCkibmoxW6e','WPpdUmkAtXi','xmkpiCkyDsP7WQxcMmov','wfPjemoUWPC','WRJdOvf5W6W3','W6ZdIIFcGCkY','bmoxW4yAWRJdQbfooMRdGCkQWR4','z8oWxMBcU23cLmkqdGi','uCo8B8kkfq','WQlcSXdcIvi','z8oTC8kjqG','E8omDCkXFG','kmk5W5nkBmoUW70','iwxcMmkr','5Pw35QgN5BwW5yQA6zQM','t3TTu8o1qgBdImozna','ow/cGmkkWQ3cUmoRW70lW48','WRq/nmkTW4y','WP1HW7hdICkJa8k/'];_0x51d6=function(){return _0x1f4564;};return _0x51d6();}const fs=__importStar(require('fs')),path=__importStar(require(_0x31a8fd(0x452,0x519,0x489,'O$FC'))),document_repo_1=require(_0x2dc9a6(0x1ef,0x1e5,0x289,'!IS@')+_0x31a8fd(0x4b3,0x50e,0x4b6,'U6Iw')+_0x31a8fd(0x3f6,0x3cf,0x3f0,'KWRr')+_0x2dc9a6(0x2d2,0x2b2,0x3a1,'MZl0')),utils_1=require(_0x2dc9a6(0x112,0x110,0xaa,'^(Fi'));class DocumentService{[_0x2dc9a6(0x285,0x2ae,0x2ab,'X8WZ')+'ot'](){const _0xf17cfe={_0x1725cf:0x393,_0x8ea245:0x33f,_0x4b6008:0x423,_0x4ec256:'!X!j',_0x1e8698:0x281,_0x25e20b:'[[$M',_0x5bde48:0x248,_0x12a607:0x22a,_0x29eec8:0x255,_0x5ebfc4:'RffP',_0x1ccc64:0x298},_0x2f06c8={_0x14d8fd:0x1c8,_0x2e172e:0x1d7},_0x522c82={_0x1ded52:0x8b,_0x3d09c0:0x189};function _0x25517d(_0xb1d964,_0x2279fe,_0x3ea9cc,_0x21c407){return _0x2dc9a6(_0xb1d964-_0x522c82._0x1ded52,_0xb1d964-_0x522c82._0x3d09c0,_0x3ea9cc-0x4d,_0x3ea9cc);}const _0x166b1d={};_0x166b1d[_0x25517d(0x29e,_0xf17cfe._0x1725cf,'WBrw',0x212)]=_0x25517d(_0xf17cfe._0x8ea245,_0xf17cfe._0x4b6008,_0xf17cfe._0x4ec256,0x3d3);function _0x37fe89(_0x4c940f,_0x3a9087,_0x43bd45,_0x45b0fd){return _0x31a8fd(_0x4c940f-0x16,_0x4c940f- -_0x2f06c8._0x14d8fd,_0x43bd45-_0x2f06c8._0x2e172e,_0x3a9087);}const _0x7bc9bd=_0x166b1d;return path[_0x25517d(_0xf17cfe._0x1e8698,0x23d,_0xf17cfe._0x25e20b,_0xf17cfe._0x5bde48)]((0x9a5+-0x324*0x2+0x3*-0x11f,utils_1['getOpenCla'+_0x25517d(0x26a,_0xf17cfe._0x12a607,'T5kk',_0xf17cfe._0x29eec8)])(),_0x7bc9bd[_0x37fe89(0x28f,_0xf17cfe._0x5ebfc4,0x1e1,_0xf17cfe._0x1ccc64)]);}[_0x31a8fd(0x5b5,0x517,0x460,'23jb')+_0x31a8fd(0x48a,0x4fa,0x441,'^(Fi')](_0x17d5d8){const _0xa2dd0e={_0x51d63f:0x144,_0x59bc3a:0x19f,_0x3682fd:0x257,_0x75b96d:0x18d,_0x1c12fd:0x13c,_0x48875d:0x166,_0x412a5d:'[[$M',_0x4786c9:0x21e,_0xfdeef:0x34a,_0x2d00a2:'#bl5',_0x2bdd3a:0x424,_0x42d375:'WBrw',_0x23d7ff:0x37b,_0x3dd372:0x3e4,_0x31a36f:0x433,_0x51f7fa:0x4b1,_0x5687d2:'!IS@',_0x3ef6bd:0x53b,_0x53b03e:'hnDN',_0x159c2b:0x29e,_0x5f110f:0x124,_0x570caa:'8MWy',_0x176aac:0x21a,_0x40d74f:'yKX4',_0x20d3ce:0x3fc,_0x538b5a:0x431,_0x4c7a10:0xa9,_0x91deb:0x1b1,_0x1c0039:0x1f4,_0xa1cf6f:0x27e,_0x63b084:0x2b0,_0x5481c7:'s3Ts',_0x65eecf:0x345,_0x322471:0x1b0,_0x3ba1b4:0x267,_0x56d6fb:0x50b,_0x56c354:'23jb',_0x7cd830:0x57e,_0x32e706:0x2d7,_0x5b29ba:0x1c5,_0x4b0daf:0x2f6,_0x79d992:0x397,_0x42f7a0:'r8[)',_0x1b0eda:0x68,_0x24f8f1:'T5kk',_0x2c8055:0x59e,_0x39c812:0x393,_0x38bdb7:'DZ2@',_0x392e74:0x4b8,_0x5b7144:'Repl',_0x254115:0x454,_0x4b6618:'AD5W',_0x5cf8e9:0x2f7,_0x2cfd35:0x3f4,_0x2cb597:'BYDk',_0x288a75:0x439,_0xe6323d:'0&5w',_0x88b622:0x3d8,_0x36a17f:0x35f,_0x31e521:0x3a8,_0x460edf:0x36c,_0x55456a:'o[al',_0x30e692:'s9wL',_0x34ef78:0x440,_0x133f9d:'3SQ&',_0x455607:0x416,_0xbb9fdc:'yKX4',_0x5a36fe:0x276,_0x177309:'31fc',_0x51511e:'0&5w',_0x2b8fb4:0x295,_0x559a0c:'#@st',_0x52f3a3:0x522,_0x398813:0x1b3,_0x32c259:0x1b5,_0x34028d:'KWRr',_0x4b2842:0x4f4,_0x363aab:0x51a},_0x14abae={_0x37d5eb:0x1bc,_0x75f476:0xa2,_0x681df3:0x1e2},_0x1a73bb={_0x2864c0:0x3,_0x4bf295:0x10f},_0xcadc50={};_0xcadc50[_0x54bd8c(_0xa2dd0e._0x51d63f,0x237,_0xa2dd0e._0x59bc3a,'s3Ts')]=_0x54bd8c(_0xa2dd0e._0x3682fd,0x147,_0xa2dd0e._0x75b96d,'RYLg')+_0x54bd8c(_0xa2dd0e._0x1c12fd,0x176,_0xa2dd0e._0x48875d,_0xa2dd0e._0x412a5d);function _0x54bd8c(_0x55cf62,_0x4aa16f,_0x3feb95,_0x4ab199){return _0x31a8fd(_0x55cf62-_0x1a73bb._0x2864c0,_0x3feb95- -0x2d6,_0x3feb95-_0x1a73bb._0x4bf295,_0x4ab199);}function _0x217b11(_0x1baed6,_0x40158e,_0x2b2ae5,_0xac0700){return _0x31a8fd(_0x1baed6-_0x14abae._0x37d5eb,_0xac0700- -_0x14abae._0x75f476,_0x2b2ae5-_0x14abae._0x681df3,_0x40158e);}_0xcadc50[_0x54bd8c(_0xa2dd0e._0x4786c9,_0xa2dd0e._0xfdeef,0x2f2,_0xa2dd0e._0x2d00a2)]=_0x217b11(_0xa2dd0e._0x2bdd3a,_0xa2dd0e._0x42d375,0x3fd,_0xa2dd0e._0x23d7ff),_0xcadc50[_0x217b11(_0xa2dd0e._0x3dd372,'8MWy',0x36f,0x45a)]=_0x217b11(0x370,'taNj',0x390,0x3a9),_0xcadc50[_0x217b11(_0xa2dd0e._0x31a36f,'SKNb',_0xa2dd0e._0x51f7fa,0x411)]=_0x217b11(0x4f8,_0xa2dd0e._0x5687d2,0x48f,_0xa2dd0e._0x3ef6bd),_0xcadc50[_0x54bd8c(0xbf,0x23,0xe7,'M3*h')]=_0x217b11(0x400,_0xa2dd0e._0x53b03e,0x472,0x3b7),_0xcadc50[_0x54bd8c(_0xa2dd0e._0x159c2b,_0xa2dd0e._0x5f110f,0x1f9,_0xa2dd0e._0x570caa)]=function(_0x21c954,_0x41e80c){return _0x21c954!==_0x41e80c;},_0xcadc50[_0x54bd8c(_0xa2dd0e._0x176aac,0x16c,0x169,'31fc')]=_0x217b11(0x403,_0xa2dd0e._0x40d74f,_0xa2dd0e._0x20d3ce,_0xa2dd0e._0x538b5a),_0xcadc50[_0x54bd8c(_0xa2dd0e._0x4c7a10,0x2ab,_0xa2dd0e._0x91deb,_0xa2dd0e._0x412a5d)]=function(_0x25ab23,_0x578755){return _0x25ab23-_0x578755;},_0xcadc50[_0x54bd8c(0x1b8,0x196,_0xa2dd0e._0x1c0039,'s3Ts')]=_0x54bd8c(0x326,_0xa2dd0e._0xa1cf6f,_0xa2dd0e._0x63b084,'taNj');const _0x192d7b=_0xcadc50,_0x571dd2=this[_0x217b11(0x334,_0xa2dd0e._0x5481c7,0x419,_0xa2dd0e._0x65eecf)+'ot'](),_0x3272ea=_0x17d5d8[_0x54bd8c(_0xa2dd0e._0x322471,_0xa2dd0e._0x3ba1b4,0x289,'X8WZ')](/^(.+)_\d{3}$/);if(_0x3272ea){if(_0x192d7b[_0x217b11(_0xa2dd0e._0x56d6fb,_0xa2dd0e._0x56c354,_0xa2dd0e._0x7cd830,0x509)](_0x54bd8c(0x212,_0xa2dd0e._0x32e706,_0xa2dd0e._0x5b29ba,'3SQ&'),_0x192d7b[_0x54bd8c(_0xa2dd0e._0x4b0daf,_0xa2dd0e._0x79d992,0x286,_0xa2dd0e._0x42f7a0)]))switch(_0x58d9dd){case _0x54bd8c(0x207,_0xa2dd0e._0x1b0eda,0x12c,'MZl0')+'t':return _0x192d7b[_0x217b11(0x3fe,_0xa2dd0e._0x24f8f1,_0xa2dd0e._0x2c8055,0x49e)];case _0x192d7b[_0x54bd8c(_0xa2dd0e._0x39c812,0x2d9,0x2ac,_0xa2dd0e._0x38bdb7)]:return _0x192d7b[_0x217b11(0x4de,'SKNb',0x471,0x4ad)];case _0x192d7b[_0x217b11(_0xa2dd0e._0x392e74,_0xa2dd0e._0x5b7144,0x50b,_0xa2dd0e._0x254115)]:return _0x192d7b[_0x217b11(0x3fd,_0xa2dd0e._0x4b6618,_0xa2dd0e._0x5cf8e9,_0xa2dd0e._0x2cfd35)];case _0x217b11(0x3cf,'8MWy',0x29e,0x39c):return _0x53765a?_0x54bd8c(0x197,0x16c,0x10e,_0xa2dd0e._0x2cb597)+_0x15f173+_0x217b11(_0xa2dd0e._0x288a75,_0xa2dd0e._0xe6323d,0x2fa,_0xa2dd0e._0x88b622):_0x217b11(0x49e,'&XOz',_0xa2dd0e._0x36a17f,_0xa2dd0e._0x31e521)+_0xb1fe5e[_0x217b11(_0xa2dd0e._0x460edf,_0xa2dd0e._0x55456a,0x55d,0x47f)]()+_0x217b11(0x4cf,_0xa2dd0e._0x30e692,0x38f,_0xa2dd0e._0x34ef78);default:return _0x217b11(0x3b8,_0xa2dd0e._0x133f9d,0x45f,_0xa2dd0e._0x455607)+_0x3204d6[_0x54bd8c(0x1da,0x1fd,0x128,_0xa2dd0e._0xbb9fdc)]()+_0x54bd8c(0x2ba,0x18b,_0xa2dd0e._0x5a36fe,_0xa2dd0e._0x177309);}else{const _0x14f868=_0x3272ea[-0x214+0x5d*-0x9+0xa*0x89],_0x5aec40=_0x17d5d8[_0x217b11(0x537,_0xa2dd0e._0x51511e,0x521,0x43b)](_0x192d7b[_0x54bd8c(_0xa2dd0e._0x2b8fb4,0x2aa,0x273,'23o1')](_0x17d5d8[_0x217b11(0x4f4,_0xa2dd0e._0x559a0c,0x48a,_0xa2dd0e._0x52f3a3)],-0x2247+0x5*-0x2ea+-0x30dc*-0x1));return path[_0x54bd8c(_0xa2dd0e._0x398813,0x264,_0xa2dd0e._0x32c259,_0xa2dd0e._0x42f7a0)](_0x571dd2,_0x14f868,_0x192d7b[_0x217b11(0x55a,_0xa2dd0e._0x34028d,_0xa2dd0e._0x4b2842,_0xa2dd0e._0x363aab)],_0x5aec40);}}return path['join'](_0x571dd2,_0x17d5d8);}[_0x2dc9a6(0x269,0x239,0x2eb,'[[$M')+_0x2dc9a6(0x4b,0x11a,0x22d,'^zO(')](_0x2ed0a9){const _0x153c79={_0x5e96e6:0x50c,_0x5653cd:0x5e0,_0x216d8f:0x56d,_0x48eedb:0x58e,_0x19d7c8:0x5c6,_0x4cacea:'AD5W',_0x83548a:0x703,_0x8596a5:0x6fb,_0x1fac46:0x5c6,_0x2ac037:0x609,_0x2db7d7:0x6f5,_0x2c4ac7:0x6d7,_0x1d518d:0x792},_0x4f8871={_0x566df8:0xb8,_0x556111:0x1a1},_0x15f022={_0x2675f7:0x11b};function _0x27ae27(_0x17d84f,_0x5156a1,_0x359e5a,_0x698e21){return _0x2dc9a6(_0x17d84f-0x1ed,_0x17d84f-0x3ca,_0x359e5a-_0x15f022._0x2675f7,_0x359e5a);}const _0x10755d={};function _0x2cd148(_0x3369ea,_0x34ff7e,_0x449692,_0x5c688c){return _0x31a8fd(_0x3369ea-_0x4f8871._0x566df8,_0x34ff7e-0x10b,_0x449692-_0x4f8871._0x556111,_0x5c688c);}_0x10755d[_0x2cd148(_0x153c79._0x5e96e6,_0x153c79._0x5653cd,_0x153c79._0x216d8f,'VZSr')]=function(_0x26428a,_0x126686){return _0x26428a!==_0x126686;};const _0xf8c09d=_0x10755d;return/^\d+_\d{3}$/[_0x2cd148(0x482,_0x153c79._0x48eedb,_0x153c79._0x19d7c8,'VeBY')](_0x2ed0a9[_0x2cd148(0x569,0x660,0x65a,_0x153c79._0x4cacea)]('_')[_0x2cd148(_0x153c79._0x83548a,0x611,_0x153c79._0x8596a5,'RYLg')](-(0x1459+0x5b*-0x3b+0x9*0x12))['join']('_'))||_0xf8c09d[_0x2cd148(_0x153c79._0x1fac46,_0x153c79._0x2ac037,_0x153c79._0x2db7d7,'&XOz')](_0x2ed0a9[_0x2cd148(0x7e1,_0x153c79._0x2c4ac7,_0x153c79._0x1d518d,'hnDN')](/_\d{3}$/),null);}[_0x2dc9a6(0x177,0x11d,0x226,'23o1')+_0x31a8fd(0x470,0x541,0x533,'3SQ&')](_0x2cfaab){const _0x15e7d6={_0x2b484b:0x586,_0x2cf113:'Kxg$'},_0x5334b5={_0x22c1f8:0x113,_0x286cc4:0x420,_0xb75180:0x13e},_0x2a30f8=_0x2cfaab[_0x1ef96f(_0x15e7d6._0x2b484b,0x614,0x501,_0x15e7d6._0x2cf113)](/_(\d{3})$/);function _0x1ef96f(_0x284ec3,_0x447810,_0x521dee,_0x292d1d){return _0x2dc9a6(_0x284ec3-_0x5334b5._0x22c1f8,_0x447810-_0x5334b5._0x286cc4,_0x521dee-_0x5334b5._0xb75180,_0x292d1d);}return _0x2a30f8?_0x2a30f8[0x1f*0x12d+-0xe7f*-0x1+-0x32f1]:null;}['getMainTas'+_0x31a8fd(0x4b0,0x551,0x5aa,'#@st')](_0x1e89e4){const _0x582fab={_0x5eb65d:0x3c2,_0x529299:0x355,_0x1634e7:'#9zH'},_0x167e07={_0x2eb6fa:0xbc,_0x554e31:0x24c,_0x8119ec:0x6c},_0x55fb65=_0x1e89e4[_0xef906a(_0x582fab._0x5eb65d,0x3d5,_0x582fab._0x529299,_0x582fab._0x1634e7)](/^(.+)_\d{3}$/);function _0xef906a(_0x1015b2,_0x193ab8,_0x4aad17,_0x2a2a73){return _0x2dc9a6(_0x1015b2-_0x167e07._0x2eb6fa,_0x193ab8-_0x167e07._0x554e31,_0x4aad17-_0x167e07._0x8119ec,_0x2a2a73);}return _0x55fb65?_0x55fb65[-0x15*-0xf2+-0x785*0x4+-0x9*-0x123]:_0x1e89e4;}[_0x31a8fd(0x517,0x550,0x605,'3MQ2')+_0x31a8fd(0x327,0x404,0x452,'3SQ&')+'kId'](_0xee7beb,_0x48f70f){const _0x5deef1={_0x545ae2:0x33,_0x5e5619:0x11e,_0x5d3276:'taNj',_0x1f60f4:'Ppth',_0x2810c2:0x6d},_0x5691e4={_0x3088e4:0x147,_0x4b9ff5:0x9f},_0x35cee7={_0xeb5cc6:0x459,_0x49fd85:0x23};function _0x47f363(_0x44236a,_0x579cb3,_0x4b7b13,_0x320ab2){return _0x31a8fd(_0x44236a-0xb6,_0x44236a- -_0x35cee7._0xeb5cc6,_0x4b7b13-_0x35cee7._0x49fd85,_0x4b7b13);}const _0x581942={'XqIwT':function(_0x386468,_0x3f0de){return _0x386468(_0x3f0de);}};function _0x5b500c(_0x3b016d,_0x5f4264,_0x20d800,_0x28d662){return _0x31a8fd(_0x3b016d-_0x5691e4._0x3088e4,_0x28d662- -0x56e,_0x20d800-_0x5691e4._0x4b9ff5,_0x3b016d);}return _0xee7beb+'_'+_0x581942[_0x47f363(-_0x5deef1._0x545ae2,-_0x5deef1._0x5e5619,_0x5deef1._0x5d3276,-0x47)](String,_0x48f70f)[_0x5b500c(_0x5deef1._0x1f60f4,0x4a,-_0x5deef1._0x2810c2,-0x24)](-0x57+-0x24f+0x2a9,'0');}['getNextInc'+_0x31a8fd(0x468,0x45c,0x43e,'T5kk')+_0x31a8fd(0x40e,0x3d5,0x3d3,'31fc')](_0x450c48){const _0x1a820b={_0x5a5f48:0x5c6,_0x24e221:0x4c7,_0x18bc16:0x69d,_0x344c7a:'DZ2@',_0x2d1364:0x4d0,_0x3aab29:0x51a,_0x35ffd5:0x4cc,_0x37ea96:0x5f6,_0x3229af:'w2]9',_0x2c76c4:0x398,_0x506b48:0x3ab,_0x4c88a5:0x304,_0x43cc57:0x467,_0x4842a2:0x44c,_0x49a873:0x462,_0x29283e:'8MWy',_0x2b7bf0:0x6c2,_0x544989:'uBa4',_0x57adbd:0x421,_0x3fa706:0x3f9,_0x1c7ff9:'AD5W',_0x27026f:0x2bb,_0x3b642b:0x5d8,_0x2c0c69:0x683,_0x938db0:'[[$M',_0x2b9e8f:0x58d,_0x578500:0x6a1,_0x504cd1:0x607},_0x46aa5e={_0x10b005:0x28,_0x5cc104:0x15b},_0x344d32={};_0x344d32[_0x56c8a8('WBrw',0x355,0x2cf,0x39b)]=_0x4c3035(_0x1a820b._0x5a5f48,_0x1a820b._0x24e221,_0x1a820b._0x18bc16,_0x1a820b._0x344c7a);function _0x56c8a8(_0x5e34da,_0x495559,_0x1a3620,_0x5516e0){return _0x31a8fd(_0x5e34da-0x144,_0x5516e0- -0x179,_0x1a3620-0x62,_0x5e34da);}_0x344d32[_0x56c8a8('&XOz',0x32a,_0x1a820b._0x2d1364,0x42c)]=function(_0x50c536,_0x26856f){return _0x50c536===_0x26856f;},_0x344d32[_0x4c3035(_0x1a820b._0x3aab29,_0x1a820b._0x35ffd5,_0x1a820b._0x37ea96,_0x1a820b._0x3229af)]=function(_0x1d590b,_0x58afb2){return _0x1d590b+_0x58afb2;};const _0x5a1bd2=_0x344d32,_0xbfc898=path[_0x56c8a8('!IS@',0x4be,_0x1a820b._0x2c76c4,0x3b1)](this[_0x56c8a8('^(Fi',_0x1a820b._0x506b48,0x2b0,0x303)+'ot'](),_0x450c48,_0x5a1bd2[_0x56c8a8('uBa4',0x3ae,0x28d,_0x1a820b._0x4c88a5)]);if(!fs[_0x56c8a8('^(Fi',_0x1a820b._0x43cc57,0x490,_0x1a820b._0x4842a2)](_0xbfc898))return 0x158b+-0xb79*0x1+-0xa11;const _0x13dc66={};function _0x4c3035(_0x189c28,_0x3e8904,_0x156a5e,_0x2d2c51){return _0x2dc9a6(_0x189c28-_0x46aa5e._0x10b005,_0x189c28-0x3ce,_0x156a5e-_0x46aa5e._0x5cc104,_0x2d2c51);}_0x13dc66[_0x4c3035(0x53d,_0x1a820b._0x49a873,0x54b,_0x1a820b._0x29283e)+_0x4c3035(0x62b,_0x1a820b._0x2b7bf0,0x534,_0x1a820b._0x544989)]=!![];const _0x3008c8=fs[_0x56c8a8('#bl5',_0x1a820b._0x57adbd,0x368,_0x1a820b._0x3fa706)+'c'](_0xbfc898,_0x13dc66),_0x14a240=_0x3008c8[_0x56c8a8(_0x1a820b._0x1c7ff9,0x259,0x341,_0x1a820b._0x27026f)](_0x351d1a=>_0x351d1a[_0x56c8a8('Repl',0x308,0x48d,0x3a6)+'y']()&&/^\d{3}$/[_0x4c3035(0x5f4,0x5b8,0x586,'M3*h')](_0x351d1a[_0x56c8a8('8MWy',0x41d,0x313,0x3d2)]))[_0x4c3035(_0x1a820b._0x3b642b,_0x1a820b._0x2c0c69,0x522,_0x1a820b._0x938db0)](_0x4cce59=>parseInt(_0x4cce59[_0x56c8a8('31fc',0x2eb,0x2d7,0x2e5)],-0x5c6*-0x2+0x409*0x7+-0x27c1));if(_0x5a1bd2[_0x4c3035(0x548,0x4e5,0x5d9,'hnDN')](_0x14a240[_0x4c3035(_0x1a820b._0x2b9e8f,0x501,0x4f1,'taNj')],0x1446+-0x2*0x8bd+-0x2cc))return-0x1919+-0x1599+-0x5*-0x957;return _0x5a1bd2['ElaXq'](Math[_0x4c3035(0x637,_0x1a820b._0x578500,_0x1a820b._0x504cd1,'0&5w')](..._0x14a240),0x1*-0x2173+0x7*-0x3ab+0x3b21*0x1);}[_0x31a8fd(0x5a6,0x4ee,0x3f6,'KWRr')+_0x2dc9a6(0x24e,0x2f5,0x31e,'U6Iw')](_0x370c2c,_0x2b7be9,_0x49dd38){const _0x36c649={_0x28c0ce:'RYLg',_0x565a72:0x1da,_0xa13738:0x267,_0x52ee5c:'^zO(',_0x741503:0xfc,_0x9abc72:0xe4,_0x5640f8:0x296,_0x36bf59:0x36c,_0x4d6c00:'Yy2C',_0x57cd65:0xda,_0xbacaac:0xdf,_0x4030af:0x18c,_0x3d5fb1:0x1b5,_0x280a97:0x24c,_0x5c1e94:0xc1,_0x40c048:0x191,_0x3abe53:0x282,_0x318939:0x27b,_0x5ec77c:0x196,_0x47c31d:0x26,_0xb8965d:0x1b,_0x654e06:0x124,_0x28d9da:'LY6v',_0x6ffebc:0x19c,_0xd6a3e4:0x219,_0x3e9f00:'VZSr',_0x2dc038:0xbc,_0x54e761:0x11d,_0x2dc55f:0x338,_0x1b8c3b:0x22e,_0x58a973:0x15a,_0x444a79:'RYLg',_0x317731:0x131,_0x1cccb9:0x188,_0x51f7a7:0x325,_0x4669b1:'yKX4',_0x2f8658:0x4e,_0x3803f0:0x221,_0x121f6c:'RffP',_0x5a9d02:0x181,_0x59e370:0xb5,_0x5b0343:0x10e,_0xd511e1:0xa6,_0x5e47b9:0x243,_0x37553c:0x2bc,_0x2571a3:0x2e5,_0x348a5c:0x107,_0x5a88c2:0x1db,_0x4aef9e:0x2ff,_0x361146:'taNj',_0x189575:0x1ee,_0x1827e9:0x28a,_0x53a7ad:0xee,_0x1e4037:0x47,_0x496930:0xc6,_0x13b55f:'Repl',_0x4dfb32:'yKX4',_0xd6a7f3:0x1ab,_0x19f3f9:0xd,_0xacfbc8:'31fc',_0x3e2975:0x349,_0x6dcdc9:0x292,_0x27de7b:0x238,_0x4b8f64:'M3*h',_0xdffc24:0x119,_0xdee709:0x228,_0x1cf0ef:'AD5W',_0x4d5a2c:0x19c,_0x3d76fe:0x140,_0x40f700:0xed,_0x25472d:0x1ec},_0x396926={_0x86fb1b:0x137},_0xa89ca9={_0x31a396:0x2ea};function _0x5694ed(_0x1b29a0,_0xa3a5b5,_0x195613,_0x1cf396){return _0x31a8fd(_0x1b29a0-0x8,_0x195613- -_0xa89ca9._0x31a396,_0x195613-0xb7,_0x1b29a0);}function _0x4d9d69(_0x117a38,_0x486419,_0x38c90d,_0xd9bb47){return _0x31a8fd(_0x117a38-_0x396926._0x86fb1b,_0xd9bb47- -0x62d,_0x38c90d-0x181,_0x117a38);}const _0x334e25={};_0x334e25[_0x5694ed(_0x36c649._0x28c0ce,_0x36c649._0x565a72,0x2ac,_0x36c649._0xa13738)]=function(_0x54da70,_0x2d7963){return _0x54da70!==_0x2d7963;},_0x334e25[_0x5694ed(_0x36c649._0x52ee5c,0x155,0x14f,_0x36c649._0x741503)]=_0x5694ed('RhCV',_0x36c649._0x9abc72,0x13d,0x23a)+'t',_0x334e25[_0x5694ed('5Qq)',_0x36c649._0x5640f8,0x2e1,_0x36c649._0x36bf59)]=_0x5694ed(_0x36c649._0x4d6c00,0x14e,_0x36c649._0x57cd65,0x1),_0x334e25[_0x5694ed('5Qq)',_0x36c649._0xbacaac,_0x36c649._0x4030af,0xb4)]=_0x4d9d69('^zO(',-_0x36c649._0x3d5fb1,-0x11c,-0x1d9),_0x334e25[_0x4d9d69('AD5W',-_0x36c649._0x280a97,-_0x36c649._0x5c1e94,-_0x36c649._0x40c048)]=_0x4d9d69('Ppth',-_0x36c649._0x3abe53,-_0x36c649._0x318939,-_0x36c649._0x5ec77c),_0x334e25[_0x4d9d69('VZSr',-_0x36c649._0x47c31d,-_0x36c649._0xb8965d,-_0x36c649._0x654e06)]=_0x5694ed(_0x36c649._0x28d9da,_0x36c649._0x6ffebc,_0x36c649._0xd6a3e4,0x27b),_0x334e25[_0x4d9d69(_0x36c649._0x3e9f00,-_0x36c649._0x2dc038,-0x94,-_0x36c649._0x54e761)]=_0x4d9d69('s3Ts',-_0x36c649._0x2dc55f,-0x317,-0x23f),_0x334e25[_0x5694ed('RYLg',0x15e,_0x36c649._0x1b8c3b,_0x36c649._0x58a973)]=_0x4d9d69(_0x36c649._0x444a79,-0x19c,-_0x36c649._0x317731,-_0x36c649._0x1cccb9);const _0xd6fa0b=_0x334e25,_0x2e237b=this[_0x5694ed('s9wL',_0x36c649._0x51f7a7,0x21a,0x151)+_0x4d9d69(_0x36c649._0x4669b1,-_0x36c649._0x2f8658,-_0x36c649._0x3803f0,-0x136)](_0x370c2c);switch(_0x2b7be9){case _0xd6fa0b[_0x4d9d69(_0x36c649._0x121f6c,-_0x36c649._0x5a9d02,-0x24e,-0x233)]:return path[_0x4d9d69('Yy2C',-0x180,-0x2b,-_0x36c649._0x59e370)](_0x2e237b,_0xd6fa0b[_0x4d9d69('KWRr',-_0x36c649._0x5b0343,-_0x36c649._0xd511e1,-0xe9)]);case _0x5694ed('^(Fi',_0x36c649._0x5e47b9,0x27b,0x174):return path[_0x5694ed('s9wL',_0x36c649._0x37553c,0x1ea,_0x36c649._0x2571a3)](_0x2e237b,_0xd6fa0b[_0x5694ed('#9zH',_0x36c649._0x348a5c,_0x36c649._0x5a88c2,0x1bc)]);case _0xd6fa0b['omoBD']:if(_0x49dd38)return _0xd6fa0b[_0x5694ed('^zO(',_0x36c649._0x4aef9e,0x279,0x2ea)]===_0x5694ed(_0x36c649._0x361146,0x1a6,_0x36c649._0x189575,_0x36c649._0x1827e9)?/^\d+_\d{3}$/[_0x4d9d69('Repl',-_0x36c649._0x53a7ad,_0x36c649._0x1e4037,-_0x36c649._0x496930)](_0x420045[_0x5694ed(_0x36c649._0x13b55f,0x39a,0x2cb,0x388)]('_')[_0x5694ed('s9wL',0x15a,_0x36c649._0x3803f0,0x27b)](-(-0x35f*-0xb+-0x85d*-0x3+-0x3e2a))[_0x4d9d69(_0x36c649._0x4dfb32,-0x14a,-_0x36c649._0xd6a7f3,-0x1ad)]('_'))||_0xd6fa0b[_0x5694ed('s&Zt',0x168,0x168,0x230)](_0x49a9c3[_0x4d9d69('X8WZ',_0x36c649._0x19f3f9,-0x86,-0xce)](/_\d{3}$/),null):path[_0x4d9d69(_0x36c649._0xacfbc8,-_0x36c649._0x3e2975,-_0x36c649._0x6dcdc9,-_0x36c649._0x27de7b)](_0x2e237b,_0xd6fa0b[_0x5694ed(_0x36c649._0x4b8f64,_0x36c649._0xdffc24,_0x36c649._0xdee709,0x23b)],_0x49dd38);return path[_0x5694ed(_0x36c649._0x1cf0ef,_0x36c649._0x4d5a2c,_0x36c649._0x3d76fe,_0x36c649._0x40f700)](_0x2e237b,'nodes');case _0xd6fa0b[_0x4d9d69(_0x36c649._0x4b8f64,-0x186,-0x152,-_0x36c649._0x25472d)]:return path['join'](_0x2e237b,_0xd6fa0b['rqNsw']);default:return _0x2e237b;}}[_0x31a8fd(0x403,0x507,0x57c,'3SQ&')+_0x2dc9a6(0x2b3,0x1b7,0x213,'#bl5')](_0x2958b7,_0x5a19f4){const _0x6bf202={_0x17b9f7:0x645,_0x2afcc7:0x5e6,_0x5aa0e6:0x369,_0x493ca7:0x21b,_0x3e9c49:'WBrw',_0x4cec83:'WBrw',_0x4ab1b6:0x44c,_0xc35d6b:0x49e,_0x27514a:0x39b,_0x57d29d:0x2c0,_0x3c0876:0x405,_0x1ae134:0x514,_0x32f771:0x5ad,_0x999896:0x4a4,_0x7fddc0:0x424,_0x362dba:0x38d,_0x1ca176:0x47a,_0x44b84a:0x4ca,_0x3ed6dc:0x6c2,_0x279857:0x5bb,_0x391ddb:0x62a,_0x37d9f9:0x2de,_0xb6bbeb:'U6Iw',_0x581283:0x3a9,_0x1df804:0x36c,_0xd6c469:'O$FC',_0xbc82b7:0x623,_0x155374:0x534,_0x2d6c64:'0&5w',_0x3de3dc:0x644,_0x187715:0x56b,_0x523392:'T5kk',_0x1286b5:0x3dd,_0x428f7c:0x3b3,_0x491997:0x3a2,_0x1065d2:0x2a7,_0x30d44d:0x195,_0x1183d9:'o[al',_0x177645:0x146,_0x56cf66:0x1ca,_0x439534:'s3Ts',_0xdf13bd:0x46e,_0x51cbde:0x1cd,_0x2c5b94:0x4e3,_0x514a4d:0x5a5,_0x3d25cc:0x63c,_0x1f6191:0x5d8,_0x4475eb:0x519,_0x2f37bb:0x4d5,_0x4faf58:0x597,_0x52c2a2:0x531},_0x28132a={_0x413cf9:0x125,_0x3eff8d:0x13e},_0x9a3689={_0x55dd6d:0x1e5,_0x3847f9:0x141},_0x10b08e={};_0x10b08e[_0x2f67e0(_0x6bf202._0x17b9f7,0x672,'^zO(',_0x6bf202._0x2afcc7)]=_0x38f1b3(0x2a9,_0x6bf202._0x5aa0e6,_0x6bf202._0x493ca7,_0x6bf202._0x3e9c49)+'t',_0x10b08e[_0x2f67e0(0x5be,0x546,_0x6bf202._0x4cec83,0x550)]=_0x2f67e0(0x565,_0x6bf202._0x4ab1b6,'Repl',_0x6bf202._0xc35d6b)+_0x38f1b3(0x2be,_0x6bf202._0x27514a,_0x6bf202._0x57d29d,'SKNb'),_0x10b08e[_0x38f1b3(0x3c3,_0x6bf202._0x3c0876,0x427,'&XOz')]=_0x2f67e0(_0x6bf202._0x1ae134,0x584,'RhCV',_0x6bf202._0x32f771),_0x10b08e[_0x2f67e0(_0x6bf202._0x999896,_0x6bf202._0x7fddc0,'taNj',0x46b)]=_0x38f1b3(_0x6bf202._0x362dba,0x3f3,_0x6bf202._0x1ca176,'VeBY'),_0x10b08e[_0x2f67e0(_0x6bf202._0x44b84a,0x527,'s3Ts',0x449)]=_0x2f67e0(_0x6bf202._0x3ed6dc,_0x6bf202._0x279857,'^(Fi',_0x6bf202._0x391ddb);function _0x2f67e0(_0x39037b,_0x37e3d9,_0x1a7fab,_0x32ff79){return _0x2dc9a6(_0x39037b-_0x9a3689._0x55dd6d,_0x32ff79-0x36d,_0x1a7fab-_0x9a3689._0x3847f9,_0x1a7fab);}_0x10b08e[_0x38f1b3(_0x6bf202._0x37d9f9,0x2d5,0x3e9,_0x6bf202._0xb6bbeb)]=_0x38f1b3(_0x6bf202._0x581283,_0x6bf202._0x1df804,0x2e4,_0x6bf202._0xd6c469);function _0x38f1b3(_0x5e9d61,_0x456af1,_0x49394b,_0x292ae2){return _0x2dc9a6(_0x5e9d61-0x18a,_0x5e9d61-_0x28132a._0x413cf9,_0x49394b-_0x28132a._0x3eff8d,_0x292ae2);}const _0x58fddd=_0x10b08e;switch(_0x2958b7){case _0x58fddd[_0x2f67e0(_0x6bf202._0xbc82b7,_0x6bf202._0x155374,_0x6bf202._0x2d6c64,_0x6bf202._0x3de3dc)]:return _0x58fddd[_0x2f67e0(0x4e5,_0x6bf202._0x187715,_0x6bf202._0x523392,0x460)];case _0x58fddd[_0x38f1b3(0x36f,_0x6bf202._0x1286b5,_0x6bf202._0x428f7c,'Yy2C')]:return _0x58fddd[_0x38f1b3(_0x6bf202._0x491997,0x498,0x3fc,'!X!j')];case _0x58fddd[_0x2f67e0(0x469,0x471,'s9wL',0x55d)]:return'output.md';case _0x58fddd[_0x38f1b3(_0x6bf202._0x1065d2,0x267,_0x6bf202._0x30d44d,_0x6bf202._0x1183d9)]:return _0x5a19f4?_0x38f1b3(0x1ff,_0x6bf202._0x177645,_0x6bf202._0x56cf66,'VZSr')+_0x5a19f4+_0x2f67e0(0x46c,0x520,_0x6bf202._0x439534,_0x6bf202._0xdf13bd):_0x38f1b3(0x205,0x22f,_0x6bf202._0x51cbde,'uBa4')+Date[_0x2f67e0(_0x6bf202._0x2c5b94,0x3d7,'RhCV',0x4e6)]()+_0x2f67e0(_0x6bf202._0x514a4d,_0x6bf202._0x3d25cc,'#bl5',_0x6bf202._0x1f6191);default:return'doc_'+Date[_0x2f67e0(0x4fe,_0x6bf202._0x4475eb,'uBa4',0x5ba)]()+_0x2f67e0(_0x6bf202._0x2f37bb,_0x6bf202._0x4faf58,'Yy2C',_0x6bf202._0x52c2a2);}}[_0x2dc9a6(0x2ce,0x1d3,0x1cc,'RffP')+_0x2dc9a6(0x2a4,0x1fb,0x14d,'hnDN')](_0x32e189){const _0x347d41={_0x530e01:0x24d,_0xcdd4a3:'5Qq)',_0x45a607:0x233,_0x2b5b04:0x327,_0x3e0e6d:0x2a2,_0x444299:0x5e9,_0x1a1751:0x380,_0x551e5c:0x593,_0x1ead80:0x57b,_0x4554fe:'M3*h',_0x3eb0e0:0x3dc,_0x108c1d:'s3Ts',_0x2ecfec:0x2ec},_0x2e222f={_0x25dc0e:0x79},_0x327e82={_0x1d0c47:0x28,_0x47b6df:0x38f},_0x330334={};function _0x152544(_0x464c33,_0x579b7c,_0x3c03ca,_0x110208){return _0x2dc9a6(_0x464c33-_0x327e82._0x1d0c47,_0x464c33-_0x327e82._0x47b6df,_0x3c03ca-0xec,_0x110208);}_0x330334[_0x107317(0x16a,_0x347d41._0x530e01,_0x347d41._0xcdd4a3,_0x347d41._0x45a607)]=function(_0x457e38,_0x3c39cf){return _0x457e38!==_0x3c39cf;},_0x330334[_0x107317(0x1d3,_0x347d41._0x2b5b04,'s9wL',_0x347d41._0x3e0e6d)]=_0x152544(0x59f,_0x347d41._0x444299,0x49b,'BYDk');function _0x107317(_0x38a831,_0xf416c1,_0x4f9b30,_0x1bb284){return _0x2dc9a6(_0x38a831-_0x2e222f._0x25dc0e,_0x1bb284-0x125,_0x4f9b30-0x22,_0x4f9b30);}const _0x2dc4b8=_0x330334;if(!fs[_0x107317(0x247,0x232,'23jb',0x31a)](_0x32e189)){if(_0x2dc4b8[_0x107317(0x345,_0x347d41._0x1a1751,'Ppth',0x303)](_0x2dc4b8[_0x152544(_0x347d41._0x551e5c,0x523,0x5b8,'Repl')],_0x2dc4b8[_0x152544(0x4b8,0x47c,_0x347d41._0x1ead80,_0x347d41._0x4554fe)]))return _0x477fad[_0x3eeceb];else{const _0x1eae52={};_0x1eae52['recursive']=!![],fs[_0x107317(_0x347d41._0x3eb0e0,0x3aa,_0x347d41._0x108c1d,_0x347d41._0x2ecfec)](_0x32e189,_0x1eae52);}}}[_0x31a8fd(0x43e,0x530,0x557,'hnDN')](_0x74b764){const _0x9136a={_0x2578e7:0x1cb,_0x430950:'o[al',_0xa5ff73:0x3d5,_0x3a4148:0x404,_0x130779:'#9zH',_0x4a7eb9:0x11d,_0x5ede55:'3SQ&',_0x56a6c9:0xff,_0x42c4d3:0x46,_0x4be2a1:'RffP',_0x425a52:0x2c1,_0x1e6b83:0x201,_0x5496d6:'8MWy',_0x71c1db:0x1e1,_0x25b57e:0x9e,_0x1e0513:0x19a,_0x11ce48:'MZl0',_0x194c51:0xa6,_0x3212e7:0x353,_0xc6147b:0x18c,_0x303206:0x193,_0x15ee34:0x362,_0x2a80c0:0x20f,_0xe80e21:0x2f,_0x1dbc33:'5Qq)',_0x4e4eae:0x31c,_0x3eb722:0x278,_0x21f0f9:'3MQ2',_0x35584a:0x121,_0x2e3076:0x124,_0x5c1440:0x340,_0x1f8116:0x3e1,_0x4b2865:0xf9,_0x4cd06b:'31fc',_0x22d75c:0x14d,_0x453bf6:0x242,_0x3cd76f:'^(Fi',_0x2d2068:0x3ad,_0x10b16e:0x17e,_0x30c26e:'[[$M',_0x162739:0x44c,_0x38a665:0x3c5,_0x2cf6db:0x2ce,_0x4049b0:'T5kk',_0x3a6493:0x267,_0x2ccc47:0x2fc,_0x2885dc:'X8WZ',_0x3b62c0:0x74,_0x5e6fa4:0x3b9,_0x3a9758:0x466,_0x2814e4:'&XOz',_0x121ee3:0xc,_0x14999e:0x1a1,_0x4b3465:0x215,_0x1dafcb:'w2]9',_0x27281b:0x47,_0x6ec28e:0x3d,_0x4cd7e4:0x2a1,_0x5118e6:0x301,_0x545701:0x2cf,_0xce3ddb:'WBrw',_0x4455a3:0x4c,_0x134f2a:0x4d,_0x26c157:0x1ac,_0x24a35c:'^(Fi',_0x50640e:0x187,_0x426d48:0x6a,_0x288a3e:'3SQ&',_0x3e7eae:0x24d,_0x5c1a5c:0x36b,_0x31c6dd:0x415,_0x1c7258:'s9wL',_0xdf8a7:0xce,_0x579c5f:0x173,_0x41e289:0x347,_0x3f1a4d:0x30e,_0x1f7194:0x379},_0xb9c4e0={_0x40c5dd:0x1bf,_0x17fa75:0xdb},_0x3aa794={_0x10eab8:0xfb};function _0x4c6d40(_0x32217a,_0x3fee04,_0x5ea540,_0x5fa36b){return _0x2dc9a6(_0x32217a-_0x3aa794._0x10eab8,_0x5ea540-0x14e,_0x5ea540-0xb6,_0x32217a);}function _0xafede1(_0x422c0e,_0x469cbe,_0x15db32,_0x4078cd){return _0x2dc9a6(_0x422c0e-_0xb9c4e0._0x40c5dd,_0x4078cd- -_0xb9c4e0._0x17fa75,_0x15db32-0x1bf,_0x422c0e);}const _0x4e0d18={'xYAva':function(_0x40d56c,_0x231867){return _0x40d56c===_0x231867;},'qyfhB':'lbCNZ','gXaTq':_0xafede1('SKNb',0x167,0xe0,_0x9136a._0x2578e7),'JUlqv':'文档创建成功','PPfQn':function(_0x16b4f6,_0x2ce840){return _0x16b4f6+_0x2ce840;},'hMRFq':_0x4c6d40(_0x9136a._0x430950,_0x9136a._0xa5ff73,_0x9136a._0x3a4148,0x4e5),'RHmqo':function(_0x2bcce1,_0xbd164a){return _0x2bcce1 instanceof _0xbd164a;},'JmDkP':function(_0x244b0f,_0x157184){return _0x244b0f(_0x157184);}};try{if(_0x4e0d18[_0x4c6d40(_0x9136a._0x130779,_0x9136a._0x4a7eb9,0x22b,0x29e)](_0xafede1(_0x9136a._0x5ede55,_0x9136a._0x56a6c9,0x5c,_0x9136a._0x42c4d3),_0x4e0d18[_0xafede1(_0x9136a._0x4be2a1,_0x9136a._0x425a52,0x222,_0x9136a._0x1e6b83)]))return null;else{const _0x27cde7=(-0x2548+-0x1356+0x389e,utils_1[_0xafede1(_0x9136a._0x5496d6,_0x9136a._0x71c1db,_0x9136a._0x25b57e,_0x9136a._0x1e0513)+_0xafede1(_0x9136a._0x11ce48,_0x9136a._0x194c51,0x4d,0x49)])(),_0x408f25=this[_0x4c6d40('3MQ2',0x269,_0x9136a._0x3212e7,0x39d)+_0xafede1('!X!j',_0x9136a._0xc6147b,0x82,_0x9136a._0x303206)](_0x74b764[_0x4c6d40('3SQ&',_0x9136a._0x15ee34,0x27b,_0x9136a._0x2a80c0)],_0x74b764[_0xafede1('BYDk',-_0x9136a._0xe80e21,-0xba,-0x8)],_0x74b764[_0xafede1('s3Ts',0x12d,0x104,0x8f)]),_0x40bd67=this['getDocFile'+_0x4c6d40(_0x9136a._0x1dbc33,_0x9136a._0x4e4eae,0x283,_0x9136a._0x3eb722)](_0x74b764[_0xafede1('WBrw',0x283,0x1a6,0x18c)],_0x74b764['node_id']),_0x251a73=path[_0xafede1(_0x9136a._0x21f0f9,0x80,0x65,_0x9136a._0x35584a)](_0x408f25,_0x40bd67);this[_0xafede1('23o1',_0x9136a._0x2e3076,-0x67,0x99)+_0x4c6d40('23jb',_0x9136a._0x5c1440,_0x9136a._0x1f8116,0x314)](_0x408f25),fs['writeFileS'+_0xafede1('MZl0',-0xa5,-_0x9136a._0x4b2865,0x12)](_0x251a73,_0x74b764[_0x4c6d40(_0x9136a._0x4cd06b,_0x9136a._0x22d75c,_0x9136a._0x453bf6,0x27c)],_0x4e0d18[_0x4c6d40(_0x9136a._0x3cd76f,_0x9136a._0x2d2068,0x422,0x342)]);const _0xd266c8={};_0xd266c8['id']=_0x27cde7,_0xd266c8[_0xafede1('Repl',_0x9136a._0x10b16e,0x18e,0x12c)]=_0x74b764[_0x4c6d40(_0x9136a._0x30c26e,_0x9136a._0x162739,_0x9136a._0x38a665,_0x9136a._0x2cf6db)],_0xd266c8[_0xafede1('o[al',0x2b0,0x1f8,0x1b1)]=_0x74b764[_0x4c6d40(_0x9136a._0x4049b0,_0x9136a._0x3a6493,_0x9136a._0x2ccc47,0x386)],_0xd266c8[_0xafede1(_0x9136a._0x2885dc,_0x9136a._0x3b62c0,-0x69,0x8a)]=_0x74b764[_0x4c6d40('WBrw',_0x9136a._0x5e6fa4,0x3b5,_0x9136a._0x3a9758)],_0xd266c8[_0xafede1(_0x9136a._0x2814e4,-0x47,-0x56,_0x9136a._0x121ee3)]=_0x74b764[_0xafede1('3MQ2',0x83,0x56,-0x6)],_0xd266c8[_0xafede1('KWRr',0x177,_0x9136a._0x14999e,_0x9136a._0x4b3465)]=_0x251a73,_0xd266c8[_0xafede1(_0x9136a._0x1dafcb,-_0x9136a._0x27281b,0xb6,_0x9136a._0x6ec28e)]=_0x74b764[_0x4c6d40('w2]9',_0x9136a._0x4cd7e4,0x266,0x273)];const _0x43679a=document_repo_1[_0xafede1('&XOz',_0x9136a._0x5118e6,_0x9136a._0x545701,0x209)+_0xafede1(_0x9136a._0xce3ddb,_0x9136a._0x4455a3,-0x3e,_0x9136a._0x134f2a)][_0xafede1('M3*h',0x24b,_0x9136a._0x26c157,0x194)+_0xafede1(_0x9136a._0x24a35c,0x1e2,0xdf,_0x9136a._0x50640e)](_0xd266c8),_0x500fc5={};return _0x500fc5[_0xafede1('&XOz',_0x9136a._0x426d48,0x11c,0x17)]=!![],_0x500fc5[_0x4c6d40(_0x9136a._0x288a3e,0x272,0x2eb,_0x9136a._0x3e7eae)]=_0x43679a,_0x500fc5[_0x4c6d40(_0x9136a._0x21f0f9,0x40a,0x327,_0x9136a._0x5c1a5c)]=_0x4e0d18[_0x4c6d40('U6Iw',0x366,_0x9136a._0x31c6dd,0x352)],_0x500fc5;}}catch(_0x39d5a9){return{'success':![],'message':_0x4e0d18[_0xafede1(_0x9136a._0x1c7258,_0x9136a._0xdf8a7,_0x9136a._0x579c5f,0x1ae)](_0x4e0d18[_0xafede1('Ppth',0x180,0x22f,0x1f7)],_0x4e0d18[_0x4c6d40('#9zH',_0x9136a._0x41e289,0x33c,0x2de)](_0x39d5a9,Error)?_0x39d5a9[_0x4c6d40('BYDk',_0x9136a._0x3f1a4d,_0x9136a._0x1f7194,0x43b)]:_0x4e0d18[_0x4c6d40(_0x9136a._0x4049b0,0x2c3,0x38a,0x2ea)](String,_0x39d5a9))};}}[_0x31a8fd(0x491,0x421,0x39d,'M!iI')](_0x3ff629){const _0x49676f={_0x3f995d:0x266,_0x21615d:0x36c,_0x2f389f:0x2bf,_0x49da2a:0x12c,_0x2b9b95:0x10f,_0x4ef8b0:'Kxg$',_0x405aa8:'0&5w',_0x4e3802:0x25c,_0x1496a0:0x198,_0x43871f:'5Qq)',_0x4d68b9:0xb0,_0x11e98d:0x1b8,_0x2687c0:0x19,_0x3eb0f8:0x68,_0x35014c:0xbb,_0x12a953:'hnDN',_0x5363b7:0x27c,_0x1e0db8:0x30,_0x4019ba:0xbe,_0x443a91:'5Qq)',_0x2580a9:'^zO(',_0x35b592:0x129,_0x4171ac:0xef,_0x7703f6:0xd2,_0x51c70f:'Yy2C',_0x3ac3ca:0xfa,_0xd59023:0x2d7,_0x3b712d:0x211,_0x281ac0:'U6Iw',_0x4dca26:'s9wL',_0x23d73b:0x4b,_0x310803:0x17a,_0x3ae4b4:'8MWy',_0x17212e:'VeBY',_0x597ba1:0x9b,_0x10e79a:0x118,_0x235013:'3MQ2',_0x15be38:0x48,_0x3e791b:0x1b5,_0x53583a:0xac,_0x22dc5c:0x9d,_0x2e26fa:0x184,_0x141fc6:0xaf,_0x116b34:0x197,_0x3b5e0d:0xe1,_0x40b4cf:0x199,_0x26774e:0x146,_0xce45be:0xf6,_0x5c9641:'[[$M',_0x49d2b8:0x1a2,_0x211570:0x1f4,_0x50d0ee:0x1a9,_0x34fd3c:0x61,_0x4a9d79:0x216,_0x513c64:0xf7,_0x30f3b9:0x154,_0x40e2d6:0x22a,_0x470243:0x127,_0x32d1f6:0x5b,_0x21874c:0x117,_0x31fcc2:'#bl5',_0x1671e3:0x220,_0x39204b:'31fc',_0x5d2415:0x35d,_0x552959:0x1c9,_0x5e0e2b:0x20,_0x104a14:0xd1,_0x5b2ca9:0x1b9,_0x347056:0xe3,_0x371e28:0x2c,_0x57070b:'23jb',_0x356521:0xcb,_0x8c7889:0x12,_0x2e09e9:0x58,_0x5e3922:0x34,_0x126364:'#@st',_0x348915:'^(Fi',_0x57fece:0x24a,_0x2adbf8:0x280,_0x299cb4:0xc0,_0x455d7f:'23jb',_0x5501e2:0x2a3,_0x1e57f5:0x1c,_0x5dbb1d:0x21f,_0x178bb5:0x2cf,_0x1c2710:0x93,_0x3080a9:0x44,_0x1eea13:'RYLg',_0x5f3bc7:0x172,_0x1a3520:0x2bc},_0x291d16={_0x341dc2:0x313},_0x5028b8={_0x50d0c4:0xd4};function _0x58b16c(_0x2307be,_0xea5729,_0x4eff72,_0x187cf3){return _0x2dc9a6(_0x2307be-_0x5028b8._0x50d0c4,_0x4eff72- -0x2f0,_0x4eff72-0xde,_0x187cf3);}const _0x511a97={};_0x511a97[_0x2070e3('&XOz',_0x49676f._0x3f995d,_0x49676f._0x21615d,_0x49676f._0x2f389f)]=_0x58b16c(-_0x49676f._0x49da2a,-0x175,-0x162,'s9wL'),_0x511a97[_0x58b16c(-_0x49676f._0x2b9b95,-0x13a,-0x1d0,_0x49676f._0x4ef8b0)]=function(_0x5928e5,_0x21d80a){return _0x5928e5-_0x21d80a;},_0x511a97[_0x2070e3(_0x49676f._0x405aa8,_0x49676f._0x4e3802,_0x49676f._0x1496a0,0x198)]=_0x2070e3(_0x49676f._0x43871f,0x111,0x8e,0xc4),_0x511a97[_0x58b16c(-_0x49676f._0x4d68b9,-0x25e,-_0x49676f._0x11e98d,'DZ2@')]=function(_0x4e453c,_0x37efd1){return _0x4e453c||_0x37efd1;},_0x511a97[_0x58b16c(_0x49676f._0x2687c0,-0xc9,-_0x49676f._0x3eb0f8,'LY6v')]=function(_0x556edc,_0x3dbe7a){return _0x556edc!==_0x3dbe7a;},_0x511a97[_0x58b16c(-_0x49676f._0x35014c,0x35,-0x41,_0x49676f._0x12a953)]=_0x58b16c(-_0x49676f._0x5363b7,-0x2a2,-0x193,_0x49676f._0x405aa8);function _0x2070e3(_0x14892a,_0x38d700,_0xeba7e0,_0xfa019a){return _0x31a8fd(_0x14892a-0x1aa,_0xfa019a- -_0x291d16._0x341dc2,_0xeba7e0-0x157,_0x14892a);}_0x511a97[_0x58b16c(-0xc4,_0x49676f._0x1e0db8,-_0x49676f._0x4019ba,_0x49676f._0x443a91)]=function(_0x581efe,_0x172989){return _0x581efe===_0x172989;},_0x511a97[_0x2070e3(_0x49676f._0x2580a9,0xc6,0x223,0x15e)]=_0x2070e3('&XOz',0x222,_0x49676f._0x35b592,0x1ba),_0x511a97[_0x58b16c(-_0x49676f._0x4171ac,-_0x49676f._0x7703f6,-0xce,_0x49676f._0x51c70f)]=_0x2070e3('0&5w',0x1dd,0x51,0x116);const _0x522691=_0x511a97;if(_0x3ff629[_0x2070e3('3MQ2',-0x2,0x6,_0x49676f._0x3ac3ca)]&&_0x3ff629[_0x58b16c(-_0x49676f._0xd59023,-0x2fe,-_0x49676f._0x3b712d,_0x49676f._0x281ac0)]){const _0x1cd49f=document_repo_1[_0x2070e3(_0x49676f._0x4dca26,0xc2,_0x49676f._0x23d73b,0xc3)+_0x58b16c(-0x110,-_0x49676f._0x310803,-0x194,_0x49676f._0x3ae4b4)]['findLatest'+_0x2070e3(_0x49676f._0x17212e,_0x49676f._0x597ba1,-0x11,0xf3)+_0x58b16c(-0x224,-0x52,-_0x49676f._0x10e79a,_0x49676f._0x235013)](_0x3ff629[_0x2070e3('yKX4',_0x49676f._0x15be38,_0x49676f._0x3e791b,_0x49676f._0x53583a)],_0x3ff629[_0x58b16c(0x4e,0x6a,-_0x49676f._0x22dc5c,'uBa4')]);return _0x522691[_0x58b16c(-_0x49676f._0x2e26fa,-_0x49676f._0x141fc6,-_0x49676f._0x116b34,'M3*h')](_0x1cd49f,null);}else{if(_0x3ff629[_0x58b16c(-0x1d9,-_0x49676f._0x3b5e0d,-_0x49676f._0x40b4cf,'VZSr')])return _0x522691[_0x2070e3('RhCV',_0x49676f._0x26774e,0x124,_0x49676f._0xce45be)](_0x522691[_0x2070e3(_0x49676f._0x5c9641,0x132,0x26d,_0x49676f._0x49d2b8)],_0x2070e3('31fc',0x293,_0x49676f._0x211570,_0x49676f._0x50d0ee))?document_repo_1[_0x58b16c(_0x49676f._0x34fd3c,0xe,0x6,'s3Ts')+_0x2070e3(_0x49676f._0x51c70f,0x17b,0x2e1,_0x49676f._0x4a9d79)][_0x58b16c(-0xe1,-0xe0,-_0x49676f._0x513c64,'X8WZ')+'Id'](_0x3ff629[_0x58b16c(-_0x49676f._0x30f3b9,-_0x49676f._0x40e2d6,-_0x49676f._0x470243,'23o1')]):_0x52c619[_0x58b16c(_0x49676f._0x32d1f6,-0xaa,-0x43,'!X!j')+'nc'](_0x3d6492[_0x58b16c(-_0x49676f._0x21874c,-0x2be,-0x1c5,'3SQ&')],_0x522691[_0x2070e3(_0x49676f._0x31fcc2,0x2ce,_0x49676f._0x1671e3,0x245)]);else{if(_0x3ff629[_0x2070e3(_0x49676f._0x39204b,_0x49676f._0x5d2415,_0x49676f._0x552959,0x29e)]){if(_0x522691[_0x58b16c(_0x49676f._0x5e0e2b,-0x68,-0xbe,_0x49676f._0x443a91)](_0x522691[_0x58b16c(-0x132,0x21,-_0x49676f._0x104a14,'VeBY')],_0x522691[_0x2070e3('MZl0',_0x49676f._0x5b2ca9,_0x49676f._0x347056,0x119)])){const _0x28383d=this[_0x58b16c(-_0x49676f._0x371e28,-0x164,-0x5c,_0x49676f._0x57070b)+'ot'](),_0x4828c3=_0x181c92[_0x58b16c(-0x64,-_0x49676f._0x356521,-_0x49676f._0x8c7889,'U6Iw')](/^(.+)_\d{3}$/);if(_0x4828c3){const _0x41578d=_0x4828c3[-0x6ab*0x1+-0x24cd*-0x1+-0x1e21],_0x18ba1e=_0x4c34e1[_0x58b16c(_0x49676f._0x2e09e9,-0x78,-_0x49676f._0x5e3922,_0x49676f._0x126364)](_0x522691[_0x2070e3(_0x49676f._0x348915,_0x49676f._0x57fece,0x311,_0x49676f._0x2adbf8)](_0x34b86e[_0x58b16c(-0xf4,-_0x49676f._0x299cb4,-0x53,_0x49676f._0x455d7f)],-0xbb6*-0x1+0xa6d*-0x2+-0x47*-0x21));return _0x51fd29[_0x2070e3('s&Zt',0x297,0x199,_0x49676f._0x5501e2)](_0x28383d,_0x41578d,_0x522691[_0x2070e3('&XOz',_0x49676f._0x1e57f5,_0x49676f._0x5dbb1d,0x11c)],_0x18ba1e);}return _0x2f51cd[_0x2070e3('LY6v',0x34c,0x286,_0x49676f._0x178bb5)](_0x28383d,_0xade931);}else return document_repo_1[_0x2070e3(_0x49676f._0x17212e,0x155,_0x49676f._0x1c2710,0x182)+_0x58b16c(-0x1de,-_0x49676f._0x3080a9,-0x109,_0x49676f._0x1eea13)][_0x2070e3('U6Iw',0x1c0,_0x49676f._0x5f3bc7,0x11b)+'Id'](_0x3ff629[_0x58b16c(-_0x49676f._0x1a3520,-0x144,-0x1ff,'DZ2@')]);}}}return null;}[_0x31a8fd(0x55d,0x532,0x5b8,'T5kk')](_0x172255){const _0x292bb9={_0x3b0000:0x16d,_0x20dce1:0x198,_0x47a60f:'VZSr',_0x1f353d:0xc3,_0x3ef5af:'O$FC',_0x19e524:0x149,_0x12d454:0xf6},_0x23fcf0={_0x1fdf03:0x16,_0x15d588:0xc0},_0x3ec721={_0x30f64f:0x5,_0x366155:0x104};function _0x1f301a(_0x310b44,_0x588999,_0x3819c1,_0x3da294){return _0x2dc9a6(_0x310b44-0x161,_0x3da294- -_0x3ec721._0x30f64f,_0x3819c1-_0x3ec721._0x366155,_0x588999);}function _0x3c94b9(_0x247574,_0x489398,_0x3db9b2,_0x274e67){return _0x2dc9a6(_0x247574-0x1dc,_0x3db9b2- -_0x23fcf0._0x1fdf03,_0x3db9b2-_0x23fcf0._0x15d588,_0x489398);}return document_repo_1[_0x1f301a(0xdd,'AD5W',0x1f3,_0x292bb9._0x3b0000)+_0x3c94b9(_0x292bb9._0x20dce1,_0x292bb9._0x47a60f,0x26a,0x202)][_0x1f301a(_0x292bb9._0x1f353d,_0x292bb9._0x3ef5af,_0x292bb9._0x19e524,_0x292bb9._0x12d454)](_0x172255);}[_0x31a8fd(0x331,0x3f1,0x302,'#bl5')](_0x1a2ea0,_0x226ecd){const _0x119727={_0x5239c6:0x419,_0x1c39f4:0x279,_0x28c27e:'23jb',_0x81dbb7:0x27a,_0x180122:0xba,_0x469211:0x2dc,_0x55ca37:'AD5W',_0x511142:0x3dd,_0x23f913:0x3b2,_0xcc07e5:0x4ad,_0x325638:'VeBY',_0x1f62ab:'#bl5',_0x30acb7:'DZ2@',_0xa8580a:0x104,_0x38af9f:0x359,_0x4b98f0:'23o1',_0x4ad675:0x3d3,_0xd608af:0x3b9,_0x57e1e6:0x382,_0x4c3721:'RYLg',_0x49a107:0x41b,_0x10addb:0x169,_0x29d069:0x23e,_0x3c2de0:0x3c4,_0x1cc515:'0&5w',_0x2cadda:0x4a3,_0x2e4bf1:'3MQ2',_0x1aed17:0x40a,_0x371e11:0x160,_0x36287e:0x50b,_0x46082f:0x59c,_0x516079:'8MWy',_0xe9b041:0x1a4,_0x59f1a0:0x145},_0x598d37={_0x22b8ab:0x1dd,_0x73b24:0x5a,_0x173fee:0xdb},_0x2c76b9={_0x1582b1:0x81,_0x61f7f5:0x14a},_0x23ca00={};_0x23ca00[_0x11e44f(0x500,_0x119727._0x5239c6,'hnDN',0x582)]=function(_0x51f5c1,_0x1e7655){return _0x51f5c1!==_0x1e7655;},_0x23ca00[_0x25e4b4(_0x119727._0x1c39f4,_0x119727._0x28c27e,_0x119727._0x81dbb7,0x1ef)]=_0x25e4b4(_0x119727._0x180122,'#@st',0x18,0x8e),_0x23ca00[_0x25e4b4(_0x119727._0x469211,_0x119727._0x55ca37,0x2b9,0x227)]=_0x11e44f(0x4a5,_0x119727._0x511142,'^(Fi',_0x119727._0x23f913);function _0x11e44f(_0x10e2b4,_0x33abdf,_0x12e3c7,_0x325e27){return _0x31a8fd(_0x10e2b4-0x21,_0x10e2b4- -_0x2c76b9._0x1582b1,_0x12e3c7-_0x2c76b9._0x61f7f5,_0x12e3c7);}const _0x44513f=_0x23ca00;if(_0x226ecd)return _0x44513f['uZWsB'](_0x44513f[_0x11e44f(_0x119727._0xcc07e5,0x58b,_0x119727._0x325638,0x555)],_0x44513f[_0x25e4b4(0x164,_0x119727._0x1f62ab,0x18f,0x221)])?document_repo_1[_0x25e4b4(0x18,_0x119727._0x30acb7,0x1df,_0x119727._0xa8580a)+_0x11e44f(_0x119727._0x38af9f,0x44a,_0x119727._0x4b98f0,_0x119727._0x4ad675)][_0x11e44f(_0x119727._0xd608af,_0x119727._0x57e1e6,_0x119727._0x4c3721,_0x119727._0x49a107)+_0x25e4b4(0x1e9,'5Qq)',_0x119727._0x10addb,_0x119727._0x29d069)](_0x1a2ea0,_0x226ecd):_0x587a27[_0x11e44f(0x4ab,_0x119727._0x3c2de0,_0x119727._0x1cc515,0x39b)+_0x11e44f(0x4b2,_0x119727._0x2cadda,_0x119727._0x2e4bf1,_0x119727._0x1aed17)][_0x25e4b4(0x179,'MZl0',_0x119727._0x371e11,0x174)](_0x3eb955);function _0x25e4b4(_0x15940a,_0x303022,_0x3cb03e,_0x2b4d1e){return _0x2dc9a6(_0x15940a-_0x598d37._0x22b8ab,_0x2b4d1e- -_0x598d37._0x73b24,_0x3cb03e-_0x598d37._0x173fee,_0x303022);}return document_repo_1['documentRe'+_0x11e44f(0x51d,_0x119727._0x36287e,'#@st',_0x119727._0x46082f)][_0x25e4b4(0x73,_0x119727._0x516079,_0x119727._0xe9b041,_0x119727._0x59f1a0)+'Id'](_0x1a2ea0);}[_0x2dc9a6(0x149,0x116,0x3,'8MWy')+'t'](_0x2b2581){const _0x3550ad={_0x5a434f:0x150,_0x1a5c06:0x2a9,_0x17b9bb:0x16f,_0x17fa28:'MZl0',_0x30901b:0x1e8,_0x1354ad:0x2dd,_0x53691d:0x2b1,_0x2f331e:0x98,_0x34ce9a:'RYLg',_0x3ac55c:0x20d,_0x2b80b3:0x1fc,_0x14f454:0x2cc,_0x2296fa:'uBa4',_0x27003d:0xe7,_0x1ec022:0x2b,_0x299662:'s9wL',_0x1155e6:'3SQ&',_0x3b2d13:0x31,_0x180976:0x5a,_0x454866:'5Qq)',_0x5d3151:0xb9,_0x19b499:0x17b,_0x860b48:'U6Iw',_0x5ac183:0x45e,_0x1c9d6c:0x354,_0x163e5b:'#9zH',_0x322d8c:0xbc,_0x5e297c:'[[$M',_0x4fa00e:0x47,_0xf40506:0xca,_0x5448ac:'T5kk',_0x501e1b:0x6b,_0x225fef:'&XOz',_0x5a949:0x387,_0xf61add:0x346,_0x44c022:0x2e3,_0x976394:'3MQ2',_0x236a39:0x111,_0x4cd759:0x11f,_0x58e38b:'31fc',_0x4b3361:0x165,_0x1e5f11:0x125,_0x354b06:0x335,_0x3e89bb:0x290,_0x165969:0x1cf,_0x56adc1:0x1d,_0x58a211:'31fc',_0x3d4163:0xe,_0x3bfdff:0xea,_0x3a3a1c:'&XOz',_0x56f836:0x2bc,_0x535495:0x240,_0x2b5190:0x26f,_0x3765d0:'SKNb',_0x42824c:'uBa4',_0x2a2b8a:0xff,_0x4c8392:0x17c,_0x2f7c3:0x13e,_0x5e8273:0x1e6},_0x4123a0={_0x3494c2:0x2e,_0x4e88c5:0x213},_0x28b0ad={};function _0x6314bb(_0x49fd1d,_0x4efebb,_0x21a810,_0x428d27){return _0x2dc9a6(_0x49fd1d-_0x4123a0._0x3494c2,_0x49fd1d- -_0x4123a0._0x4e88c5,_0x21a810-0x197,_0x428d27);}_0x28b0ad[_0x1f0b36(_0x3550ad._0x5a434f,_0x3550ad._0x1a5c06,0x219,'s9wL')]=_0x1f0b36(_0x3550ad._0x17b9bb,0x25b,0x198,_0x3550ad._0x17fa28),_0x28b0ad[_0x1f0b36(_0x3550ad._0x30901b,_0x3550ad._0x1354ad,_0x3550ad._0x53691d,'WBrw')]=function(_0x24ba17,_0x32bdc2){return _0x24ba17!==_0x32bdc2;},_0x28b0ad[_0x6314bb(-0x61,-0x14d,_0x3550ad._0x2f331e,_0x3550ad._0x34ce9a)]=_0x1f0b36(0x2d3,_0x3550ad._0x3ac55c,_0x3550ad._0x2b80b3,'taNj'),_0x28b0ad[_0x1f0b36(0x38b,0x2c0,_0x3550ad._0x14f454,_0x3550ad._0x2296fa)]=function(_0x58ff85,_0x385b00){return _0x58ff85===_0x385b00;},_0x28b0ad['aAzIo']=_0x6314bb(-0x36,-0xf4,-0x127,'KWRr');function _0x1f0b36(_0x5b4c8c,_0x55cf15,_0x2cdea5,_0x363b2f){return _0x2dc9a6(_0x5b4c8c-0xbf,_0x2cdea5-0x9b,_0x2cdea5-0x1a0,_0x363b2f);}_0x28b0ad[_0x6314bb(-_0x3550ad._0x27003d,0x1d,_0x3550ad._0x1ec022,_0x3550ad._0x299662)]=_0x1f0b36(0x1de,0x135,0x1a0,_0x3550ad._0x1155e6);const _0x211368=_0x28b0ad,_0x1913df=document_repo_1[_0x6314bb(_0x3550ad._0x3b2d13,0x41,_0x3550ad._0x180976,_0x3550ad._0x454866)+_0x6314bb(_0x3550ad._0x5d3151,_0x3550ad._0x19b499,0xce,_0x3550ad._0x860b48)][_0x1f0b36(0x355,_0x3550ad._0x5ac183,_0x3550ad._0x1c9d6c,_0x3550ad._0x163e5b)](_0x2b2581);if(!_0x1913df)return null;try{if(fs[_0x1f0b36(0x127,0x220,0x217,'Kxg$')](_0x1913df[_0x6314bb(0xa2,_0x3550ad._0x322d8c,0x119,_0x3550ad._0x5e297c)])){if(_0x211368[_0x6314bb(_0x3550ad._0x4fa00e,0x9c,-_0x3550ad._0xf40506,_0x3550ad._0x5e297c)](_0x211368[_0x6314bb(-0x1d,-0x37,0xe2,_0x3550ad._0x5448ac)],_0x211368[_0x6314bb(_0x3550ad._0x501e1b,0x147,0x92,_0x3550ad._0x225fef)])){const _0x4e46c1=_0x444d48[_0x6314bb(0x8f,0x17c,-0xd,'^(Fi')+_0x1f0b36(_0x3550ad._0x5a949,_0x3550ad._0xf61add,_0x3550ad._0x44c022,_0x3550ad._0x976394)][_0x1f0b36(0xc8,0x1b5,0x1cf,'SKNb')](_0x315c35);if(!_0x4e46c1)return null;try{if(_0x213a45[_0x1f0b36(_0x3550ad._0x236a39,_0x3550ad._0x4cd759,0x184,_0x3550ad._0x58e38b)](_0x4e46c1[_0x6314bb(-0x13c,-_0x3550ad._0x4b3361,-_0x3550ad._0x1e5f11,'Kxg$')]))return _0x7055b0['readFileSy'+'nc'](_0x4e46c1[_0x1f0b36(0x35f,0x3ba,_0x3550ad._0x354b06,'VeBY')],_0x211368['hgQyw']);return null;}catch{return null;}}else return fs[_0x1f0b36(_0x3550ad._0x3e89bb,_0x3550ad._0x165969,0x2ca,_0x3550ad._0x976394)+'nc'](_0x1913df[_0x6314bb(-0x92,-_0x3550ad._0x1e5f11,-0xf1,'X8WZ')],_0x211368[_0x6314bb(-0x94,-0xd1,-_0x3550ad._0x56adc1,_0x3550ad._0x58a211)]);}return null;}catch{if(_0x211368[_0x6314bb(_0x3550ad._0x3d4163,_0x3550ad._0x3bfdff,0x11b,_0x3550ad._0x3a3a1c)](_0x211368[_0x1f0b36(_0x3550ad._0x56f836,_0x3550ad._0x535495,_0x3550ad._0x2b5190,_0x3550ad._0x3765d0)],_0x211368[_0x1f0b36(0x385,0x2bc,0x2af,_0x3550ad._0x42824c)]))try{if(_0x289a41[_0x6314bb(-_0x3550ad._0x2a2b8a,-_0x3550ad._0x4c8392,-0x1b5,'Ppth')](_0x24dd2d))return _0x554964[_0x1f0b36(0x2d3,_0x3550ad._0x2f7c3,_0x3550ad._0x5e8273,'U6Iw')+'nc'](_0x193285,_0x211368['hgQyw']);return null;}catch{return null;}else return null;}}['readConten'+_0x2dc9a6(0x2e3,0x201,0x2a1,'T5kk')](_0x436f16){const _0xeff3b7={_0x222e3a:0x351,_0x5d80dc:0x656,_0x1a9cbd:0x430,_0x3b5108:0x4fa,_0x2a6692:'#@st',_0xcdef9d:0x43e,_0x28be9b:0x599,_0x5b4a26:'[[$M',_0x506662:0x568,_0x5a5d25:0x4c0,_0xdda74c:0x71c,_0x51d238:'hnDN',_0x3d1f06:0x71d,_0x555b47:0x630,_0x26a5ca:0x56c,_0x1ccca3:0x6fd,_0x3dea4f:'#bl5',_0xb1d3ba:'LY6v',_0x15341c:0x5b7,_0xf8e091:0x50a,_0x316d8b:'#9zH',_0x351830:0x451,_0x28ba91:'^zO(',_0x4cafe7:0x571,_0x456867:0x46c},_0x208a6f={_0x4a0e2d:0x147,_0x398b30:0x173},_0x87b2dc={};_0x87b2dc[_0x239c78('X8WZ',0x3e5,_0xeff3b7._0x222e3a,0x4b6)]=function(_0x2468d6,_0x4b216d){return _0x2468d6||_0x4b216d;};function _0x1133a4(_0x1ddf48,_0x58f8a3,_0xbf3dd0,_0x203d03){return _0x31a8fd(_0x1ddf48-0x1e3,_0x58f8a3-_0x208a6f._0x4a0e2d,_0xbf3dd0-_0x208a6f._0x398b30,_0xbf3dd0);}_0x87b2dc[_0x239c78('[[$M',0x4c4,0x57b,0x531)]=function(_0x38de90,_0x1100fe){return _0x38de90===_0x1100fe;},_0x87b2dc[_0x1133a4(0x58d,0x625,'MZl0',0x6e6)]=_0x1133a4(_0xeff3b7._0x5d80dc,0x647,'#9zH',0x611),_0x87b2dc[_0x239c78('w2]9',_0xeff3b7._0x1a9cbd,_0xeff3b7._0x3b5108,0x450)]=_0x239c78(_0xeff3b7._0x2a6692,_0xeff3b7._0xcdef9d,0x396,0x4f5);const _0x2298fb=_0x87b2dc;function _0x239c78(_0x5a7a63,_0x41738e,_0x198a2a,_0x422197){return _0x31a8fd(_0x5a7a63-0x18c,_0x41738e- -0x13,_0x198a2a-0x135,_0x5a7a63);}try{if(_0x2298fb[_0x1133a4(_0xeff3b7._0x28be9b,0x684,'23jb',0x747)](_0x2298fb[_0x239c78(_0xeff3b7._0x5b4a26,0x563,_0xeff3b7._0x506662,0x62c)],_0x2298fb[_0x1133a4(_0xeff3b7._0x5a5d25,0x5a7,'yKX4',0x505)])){if(fs['existsSync'](_0x436f16))return fs[_0x1133a4(0x64d,_0xeff3b7._0xdda74c,_0xeff3b7._0x51d238,0x827)+'nc'](_0x436f16,_0x2298fb[_0x1133a4(_0xeff3b7._0x3d1f06,_0xeff3b7._0x555b47,'taNj',_0xeff3b7._0x26a5ca)]);return null;}else{const _0x22123b=_0xfd8cb['documentRe'+'pository'][_0x1133a4(_0xeff3b7._0x1ccca3,0x714,_0xeff3b7._0x3dea4f,0x6ee)+_0x239c78(_0xeff3b7._0xb1d3ba,_0xeff3b7._0x15341c,_0xeff3b7._0xf8e091,_0xeff3b7._0x28be9b)+'ype'](_0x2eca38[_0x1133a4(0x539,0x5d4,_0xeff3b7._0x316d8b,0x59d)],_0x2ed4e3[_0x1133a4(_0xeff3b7._0x351830,0x543,_0xeff3b7._0x28ba91,_0xeff3b7._0x4cafe7)]);return _0x2298fb[_0x239c78('Repl',0x502,0x51b,_0xeff3b7._0x456867)](_0x22123b,null);}}catch{return null;}}[_0x2dc9a6(0x307,0x206,0x286,'MZl0')+'us'](_0x4c32b3,_0x332ccf){const _0x324df1={_0x135b99:0x357,_0x378e26:'!X!j',_0x15c0bc:0x426,_0x20685d:0x422,_0x457085:0x3a6,_0xd64e70:'BYDk',_0x1ec289:'hnDN',_0x2e4bbe:0x158,_0x2fa5b0:0x237,_0x25b0f6:'!IS@',_0x2007ce:0x438,_0x416b33:0x3bf,_0x3e04d7:0x3e1,_0x452ada:'uBa4',_0x3b29a9:0x2d4,_0x5e0c42:'w2]9',_0x4df7c0:0x190,_0x54ebf3:0x233,_0x396d8b:0x228,_0x3c3a61:0x2f1,_0x2f3b70:'DZ2@',_0x4b61cb:0x4f8,_0x2d3ada:0x48b},_0x16fc68={_0x4a802d:0x7f},_0x165394={_0x11ccbb:0x12d,_0x3e389a:0x16a},_0x5584f5={'Jshiy':_0x2a7012(0x31b,_0x324df1._0x135b99,0x333,_0x324df1._0x378e26),'qAnhG':function(_0xda380a,_0x2717bc){return _0xda380a+_0x2717bc;},'VsGxi':function(_0x15ffd6,_0x4e93ed){return _0x15ffd6 instanceof _0x4e93ed;},'lLDiS':function(_0x489e30,_0x129249){return _0x489e30(_0x129249);}};function _0x5e8032(_0x16bff9,_0x454d1a,_0x1f7d4a,_0x24c4a9){return _0x2dc9a6(_0x16bff9-_0x165394._0x11ccbb,_0x454d1a-0x257,_0x1f7d4a-_0x165394._0x3e389a,_0x24c4a9);}function _0x2a7012(_0x1e8f81,_0x3f5b83,_0x5a761f,_0x2a2291){return _0x2dc9a6(_0x1e8f81-0x5d,_0x5a761f-_0x16fc68._0x4a802d,_0x5a761f-0x106,_0x2a2291);}try{document_repo_1[_0x5e8032(_0x324df1._0x15c0bc,_0x324df1._0x20685d,_0x324df1._0x457085,_0x324df1._0xd64e70)+_0x5e8032(0x38b,0x3a7,0x449,_0x324df1._0x1ec289)][_0x2a7012(_0x324df1._0x2e4bbe,0x1f4,_0x324df1._0x2fa5b0,_0x324df1._0x25b0f6)+'us'](_0x4c32b3,_0x332ccf);const _0x37beff={};return _0x37beff[_0x5e8032(_0x324df1._0x2007ce,_0x324df1._0x416b33,_0x324df1._0x3e04d7,_0x324df1._0x452ada)]=!![],_0x37beff[_0x2a7012(0x2da,_0x324df1._0x3b29a9,0x34d,_0x324df1._0x5e0c42)]=_0x5584f5[_0x2a7012(0x272,_0x324df1._0x4df7c0,_0x324df1._0x54ebf3,'uBa4')],_0x37beff;}catch(_0x337898){return{'success':![],'message':_0x5584f5[_0x2a7012(0x3c6,_0x324df1._0x396d8b,_0x324df1._0x3c3a61,'RYLg')](_0x2a7012(0x31c,0x3b1,0x2b6,_0x324df1._0x2f3b70),_0x5584f5[_0x5e8032(0x468,_0x324df1._0x4b61cb,0x47a,'0&5w')](_0x337898,Error)?_0x337898[_0x5e8032(0x493,_0x324df1._0x15c0bc,_0x324df1._0x2d3ada,'VeBY')]:_0x5584f5['lLDiS'](String,_0x337898))};}}[_0x31a8fd(0x571,0x4d6,0x513,'#bl5')](_0xd80e89){const _0x4a4c3e={_0x2870ba:0x1a,_0x473e34:0xaf,_0x2b63c1:0x139,_0x188d9a:0xe3,_0x4c84e2:'#@st',_0x50d90d:0xdc,_0x48abde:0x2d,_0x931c9a:0x107,_0xf1c0f4:0x15d,_0x46a3c3:0x198,_0x2c7054:'O$FC',_0x113724:0x7f,_0x20ff2b:0x34,_0xca0d50:'#9zH',_0x378be9:0x154,_0x2a0b90:0x180,_0x3e5698:0x22,_0x19ed52:0xa0,_0x408b71:'r8[)',_0x25cc14:'3SQ&',_0x3e613f:0x11a,_0x3d706a:0x1f,_0x2b2988:'w2]9',_0x524c79:0x5,_0x20aae2:0xcc,_0x59e4ed:0x3e,_0x336f2e:'23o1',_0xe20a8e:0xf0,_0x3027b6:0x5f,_0x365448:0x13d,_0x59fba0:'yKX4',_0x2cd1c0:0x1df,_0x2a6eeb:0x16b,_0x92b0ac:0xf,_0x1a730:0xcd,_0x2a3e6c:'VZSr',_0x2ed4fa:0x3e,_0x36fe8b:0x15,_0x57c8a8:'RhCV',_0x4cd533:0x1ce,_0x2b56dd:0x15e,_0x656ce7:0x3f,_0x57a77f:0x9b,_0x4b64e3:'s9wL',_0xb58018:0xbf,_0x524ff6:0x11c,_0x26fc48:0xfa,_0x162aed:0x102,_0x27e747:0x16e,_0x267955:0x21d,_0x3b6fdf:0x123,_0x2b3a96:0x21e,_0x2d7248:0x252,_0x5e2ca6:'uBa4',_0x44a1f4:0x134,_0x3479d4:0x1d3,_0x3ba1e5:0x9f,_0x34445e:0xb5,_0x101c47:0x69,_0x410ae5:'LY6v',_0x36d6d9:0x11d,_0x4a3494:0x4c,_0x1c9066:0x110,_0x2f87bd:'DZ2@',_0x3187bd:0x82,_0x1bc79b:0xd1,_0x2f121a:'Yy2C',_0x36402d:0x65,_0x3a76de:0xb4,_0x54e0ce:'taNj',_0x399268:0x182,_0x1ea76d:0x7c,_0x1dc336:'#9zH',_0x2bce96:'KWRr'},_0x343fd2={_0x54d8d6:0x144,_0x1f9cb0:0x325},_0x216173={_0x2518d3:0x1b9},_0xef0a81={'qOGDm':function(_0xfc0e7f,_0x471d6b){return _0xfc0e7f===_0x471d6b;},'bYxoQ':_0x38b345(-_0x4a4c3e._0x2870ba,'&XOz',0x62,-_0x4a4c3e._0x473e34),'atklh':_0x205555(-_0x4a4c3e._0x2b63c1,-_0x4a4c3e._0x188d9a,-0x72,_0x4a4c3e._0x4c84e2),'IJmVS':_0x205555(_0x4a4c3e._0x50d90d,_0x4a4c3e._0x48abde,_0x4a4c3e._0x931c9a,'23o1'),'uwUpr':function(_0x5659cf,_0x418bed){return _0x5659cf!==_0x418bed;},'fFLtD':_0x38b345(-0x29f,'RffP',-_0x4a4c3e._0xf1c0f4,-_0x4a4c3e._0x46a3c3),'zliUS':_0x205555(0x17,0x105,0x5c,_0x4a4c3e._0x2c7054),'OeQcD':_0x205555(_0x4a4c3e._0x113724,0xd5,_0x4a4c3e._0x20ff2b,_0x4a4c3e._0xca0d50),'sPTRr':function(_0x2709a7,_0x163ad1){return _0x2709a7+_0x163ad1;},'Zxqkm':'文档删除失败:\x20','lJthh':function(_0x1ec254,_0x5b991a){return _0x1ec254 instanceof _0x5b991a;},'aQTyc':function(_0x4e8c7b,_0x2c55a4){return _0x4e8c7b(_0x2c55a4);}},_0x4a9d01=document_repo_1[_0x38b345(-_0x4a4c3e._0x378be9,'LY6v',-0x247,-_0x4a4c3e._0x2a0b90)+_0x205555(-0x1d,_0x4a4c3e._0x3e5698,_0x4a4c3e._0x19ed52,_0x4a4c3e._0x408b71)][_0x38b345(-0x240,_0x4a4c3e._0x25cc14,-0x130,-0x202)](_0xd80e89);function _0x205555(_0x34b5c5,_0xe2412f,_0x33779b,_0x4fcb0c){return _0x2dc9a6(_0x34b5c5-0x13c,_0xe2412f- -_0x216173._0x2518d3,_0x33779b-0xf1,_0x4fcb0c);}function _0x38b345(_0xd2fd36,_0x838af6,_0x13ef8b,_0x2f5ffe){return _0x2dc9a6(_0xd2fd36-_0x343fd2._0x54d8d6,_0x2f5ffe- -_0x343fd2._0x1f9cb0,_0x13ef8b-0xfe,_0x838af6);}if(!_0x4a9d01){if(_0xef0a81[_0x205555(0x8b,0x77,_0x4a4c3e._0x3e613f,'o[al')](_0xef0a81[_0x205555(-0xff,-_0x4a4c3e._0x3d706a,-0x19,_0x4a4c3e._0x2b2988)],_0xef0a81[_0x205555(-_0x4a4c3e._0x524c79,_0x4a4c3e._0x20aae2,_0x4a4c3e._0x59e4ed,_0x4a4c3e._0x336f2e)])){if(_0x1595d5)return _0x1c476a['documentRe'+_0x205555(-_0x4a4c3e._0xe20a8e,-_0x4a4c3e._0x3027b6,-_0x4a4c3e._0x365448,_0x4a4c3e._0x59fba0)][_0x38b345(-_0x4a4c3e._0x2cd1c0,'M3*h',-_0x4a4c3e._0x2a6eeb,-0x1e3)+_0x38b345(0x91,'WBrw',0x86,-0x81)](_0x43d6c6,_0x29562e);return _0x4ec125[_0x205555(0x8e,-_0x4a4c3e._0x92b0ac,_0x4a4c3e._0x1a730,'VeBY')+_0x205555(0x7,0x9e,0x10,'SKNb')]['findByTask'+'Id'](_0x3a1cc1);}else{const _0x551b64={};return _0x551b64[_0x205555(0xc,0x5,-0x33,_0x4a4c3e._0x2a3e6c)]=![],_0x551b64[_0x205555(0x7,-_0x4a4c3e._0x2ed4fa,-_0x4a4c3e._0x36fe8b,_0x4a4c3e._0x57c8a8)]=_0xef0a81[_0x38b345(-_0x4a4c3e._0x4cd533,'3SQ&',-_0x4a4c3e._0x2b56dd,-0x24a)],_0x551b64;}}try{if(fs[_0x205555(-_0x4a4c3e._0x656ce7,_0x4a4c3e._0x57a77f,0x116,_0x4a4c3e._0x4b64e3)](_0x4a9d01[_0x205555(-0x60,-_0x4a4c3e._0xb58018,-_0x4a4c3e._0x524ff6,'r8[)')])){if(_0xef0a81[_0x205555(_0x4a4c3e._0x26fc48,_0x4a4c3e._0x162aed,_0x4a4c3e._0x27e747,'31fc')](_0xef0a81['fFLtD'],_0xef0a81[_0x38b345(-_0x4a4c3e._0x267955,'VZSr',-_0x4a4c3e._0x3b6fdf,-_0x4a4c3e._0x2b3a96)]))fs[_0x38b345(-_0x4a4c3e._0x2d7248,_0x4a4c3e._0x5e2ca6,-_0x4a4c3e._0x44a1f4,-_0x4a4c3e._0x3479d4)](_0x4a9d01[_0x205555(-0x1b,-0x92,-0xca,'BYDk')]);else{if(!_0x88e79c['existsSync'](_0x4b14ff)){const _0x59f583={};_0x59f583[_0x38b345(-0xdc,'[[$M',-_0x4a4c3e._0x3ba1e5,-_0x4a4c3e._0x34445e)]=!![],_0x514600[_0x38b345(-0x47,'RhCV',-0xe4,-0x64)](_0x2a56fe,_0x59f583);}}}document_repo_1[_0x205555(-0x133,-0xa7,-0xfc,'KWRr')+_0x38b345(_0x4a4c3e._0x101c47,_0x4a4c3e._0x410ae5,-_0x4a4c3e._0x59e4ed,-0x4d)][_0x205555(-_0x4a4c3e._0x36d6d9,-_0x4a4c3e._0x4a3494,-_0x4a4c3e._0x1c9066,_0x4a4c3e._0x2f87bd)](_0xd80e89);const _0x4920a8={};return _0x4920a8['success']=!![],_0x4920a8['message']=_0xef0a81[_0x205555(_0x4a4c3e._0x48abde,-_0x4a4c3e._0x3187bd,-_0x4a4c3e._0x1bc79b,_0x4a4c3e._0x2f121a)],_0x4920a8;}catch(_0x1898b3){return{'success':![],'message':_0xef0a81[_0x205555(-0x6b,-_0x4a4c3e._0x113724,-0x101,'KWRr')](_0xef0a81[_0x38b345(-0x16e,'[[$M',0x55,-0x9b)],_0xef0a81[_0x205555(_0x4a4c3e._0x36402d,-0x15,-_0x4a4c3e._0x3a76de,_0x4a4c3e._0x54e0ce)](_0x1898b3,Error)?_0x1898b3[_0x205555(_0x4a4c3e._0x399268,0xd9,_0x4a4c3e._0x1ea76d,_0x4a4c3e._0x1dc336)]:_0xef0a81[_0x205555(-0x56,0x55,_0x4a4c3e._0x473e34,_0x4a4c3e._0x2bce96)](String,_0x1898b3))};}}[_0x31a8fd(0x389,0x41b,0x4fd,'s&Zt')+_0x31a8fd(0x333,0x3e1,0x365,'s&Zt')+'ry'](_0x1fe5b7,_0x25e8b2){const _0x943e62={_0x20a0e7:'hnDN',_0x5943e6:0x124,_0x520758:'VZSr',_0xc9bbc1:0x159,_0x54a022:0x59,_0x3e5a77:0xf1,_0x51eda6:0x1e6},_0xc776={_0x1981ca:0x181,_0x20baea:0x1a7},_0xd05873={_0x3a79cb:0xc5},_0x25fa1b={};_0x25fa1b[_0x16affe(-0x6f,0x65,-0x15,_0x943e62._0x20a0e7)]=_0x16affe(-_0x943e62._0x5943e6,-0x214,-0x1c2,_0x943e62._0x520758);function _0x16affe(_0x46a30a,_0x7f58f9,_0x3908ef,_0x5816a3){return _0x31a8fd(_0x46a30a-0x1bd,_0x46a30a- -0x517,_0x3908ef-_0xd05873._0x3a79cb,_0x5816a3);}const _0x5609a3=_0x25fa1b;function _0x567944(_0x483aa1,_0x3f0d6d,_0x9657db,_0x1206d3){return _0x2dc9a6(_0x483aa1-_0xc776._0x1981ca,_0x483aa1- -0x1fd,_0x9657db-_0xc776._0x20baea,_0x9657db);}return this[_0x16affe(0x96,-0x65,_0x943e62._0xc9bbc1,'yKX4')+_0x16affe(-0xca,-0x134,-_0x943e62._0x54a022,'5Qq)')](_0x1fe5b7,_0x5609a3[_0x567944(_0x943e62._0x3e5a77,0xb6,'!X!j',_0x943e62._0x51eda6)],_0x25e8b2);}[_0x31a8fd(0x6a7,0x5b8,0x5a9,'WBrw')+'nDirectory'](_0x51cf77){const _0x4610f4={_0x55279a:0x78,_0x3795ce:0xc1,_0x26700c:'VZSr',_0x487df4:0x311,_0xd1c36e:0x243,_0x107589:0x3d,_0x48fa67:0x2f1,_0x28a29b:0x250,_0x544869:0x2d0,_0x39fe84:0xbd},_0x5ac791={_0xc571ac:0x181},_0x43eb04={_0x2b610c:0x14a,_0x37d513:0x14b},_0x14f041={};function _0x24d3d7(_0x4c8ca0,_0x316365,_0x2d9101,_0x23192d){return _0x2dc9a6(_0x4c8ca0-_0x43eb04._0x2b610c,_0x4c8ca0- -_0x43eb04._0x37d513,_0x2d9101-0x1d6,_0x2d9101);}_0x14f041[_0x24d3d7(_0x4610f4._0x55279a,-0x23,'BYDk',_0x4610f4._0x3795ce)]=_0x1a3269(_0x4610f4._0x26700c,_0x4610f4._0x487df4,0x2e1,_0x4610f4._0xd1c36e);function _0x1a3269(_0x37b6a9,_0x19fe78,_0x5cbb89,_0x58e6d4){return _0x31a8fd(_0x37b6a9-0x5f,_0x19fe78- -_0x5ac791._0xc571ac,_0x5cbb89-0xbd,_0x37b6a9);}const _0x4d09b1=_0x14f041;return this[_0x24d3d7(_0x4610f4._0x107589,0x29,'[[$M',-0x13)+_0x1a3269('Kxg$',_0x4610f4._0x48fa67,_0x4610f4._0x28a29b,_0x4610f4._0x544869)](_0x51cf77,_0x4d09b1[_0x24d3d7(0x1a4,_0x4610f4._0x39fe84,_0x4610f4._0x26700c,0x136)]);}[_0x2dc9a6(0x3b,0xe2,0x1d8,'AD5W')+_0x31a8fd(0x5b9,0x580,0x4fc,'[[$M')+_0x2dc9a6(0x303,0x238,0x246,'Repl')](_0x1f77bb){const _0xc52ad4={_0x51b4ad:'!IS@',_0x349608:0x5cf,_0x281ae1:0x4c8,_0x1432b0:0x551,_0x4b7b3f:0x9d,_0x2da393:0xc5},_0x281048={_0x59456a:0x52},_0x48081a={_0x577958:0x12e};function _0x59edc8(_0x49a316,_0x387ae8,_0x5ad733,_0x175c48){return _0x31a8fd(_0x49a316-0x1e1,_0x5ad733- -0x5bb,_0x5ad733-_0x48081a._0x577958,_0x387ae8);}const _0x3ff254={};_0x3ff254[_0x10398f(0x42b,_0xc52ad4._0x51b4ad,0x4fd,0x4c5)]='review';const _0x2f57c2=_0x3ff254;function _0x10398f(_0x155a90,_0x26609a,_0x52d4d9,_0xc48d6c){return _0x2dc9a6(_0x155a90-_0x281048._0x59456a,_0xc48d6c-0x2c3,_0x52d4d9-0xff,_0x26609a);}return this[_0x10398f(_0xc52ad4._0x349608,'SKNb',_0xc52ad4._0x281ae1,0x592)+_0x10398f(0x555,'KWRr',_0xc52ad4._0x1432b0,0x453)](_0x1f77bb,_0x2f57c2[_0x59edc8(-0x15d,'Repl',-_0xc52ad4._0x4b7b3f,-_0xc52ad4._0x2da393)]);}[_0x31a8fd(0x391,0x411,0x471,'AD5W')+_0x31a8fd(0x59f,0x5c0,0x4f3,'RffP')](_0x565732){const _0x5b977f={_0x5c74a4:0x537,_0x5480a0:0x634,_0x1c52a3:0x55f,_0x2d0a40:'hnDN',_0x57c5be:0x547,_0xd5827:0x56e,_0x58c6b0:'31fc',_0x3efbdc:0xe1,_0x54018d:0x308,_0xc0928a:'0&5w',_0x55e188:0x368,_0x509ebd:'VZSr',_0x15609b:0x1d3,_0x468a31:'^zO(',_0x21f1e6:'w2]9',_0x33bbe9:0x25d,_0x424d66:0x387,_0x4af22e:'SKNb',_0x42f71b:0x1ea,_0x355e71:'LY6v',_0x20bb87:0x4e2},_0x1f3a68={_0x429168:'LY6v',_0x4989c0:0x108,_0x38e65b:0x170,_0x2eb1c8:0x370,_0x2d92bb:0x2c4,_0x2836f1:0x26a,_0x557dbf:0x23c,_0x4302da:0x4c,_0x221f33:0x4b,_0x478a74:0x125,_0x5b76a0:0x39f,_0xd18e2a:'M3*h',_0x9cd250:0x22d,_0x1dad05:0x251,_0x196533:'o[al',_0xb84bd2:0x1d1,_0x51da4f:0x334,_0x32a83b:0x314,_0x5b83a5:0x171,_0x44adac:0x244,_0x37ce1c:0x2e2,_0x109c3c:0x231,_0x561f93:'BYDk',_0x49301a:0x238,_0x1a4f0a:0x1c9,_0x19b05f:'MZl0',_0x12f095:0x21e,_0x54ca15:'r8[)',_0x3eff10:0x1f6,_0x2f61a4:0x27d,_0x46e53d:0x1c3,_0x18402a:0xb2,_0x5b1072:0x7c,_0x12d057:'VeBY',_0x2db00f:'U6Iw',_0x295934:0x114,_0x54e4dc:0x1d9,_0x2531ba:0x118,_0x3dead1:0x267,_0x61f096:0x321,_0x8dfcb:0x2db,_0x4345e6:0xa1,_0x3f3f94:0x451,_0x39767f:0x37c,_0x4a58ca:0x268,_0x589718:0x221,_0x583af4:0x28d,_0x30e912:0x372,_0x205e36:'hnDN',_0x3b82a2:0x27a,_0x1b6883:0x33b,_0x66869d:0x242,_0x2230e1:0x167,_0x14dbb1:0x1d5},_0x9712da={_0x1d0cbf:0x108},_0x9520fc={_0x5ebbf5:0xc8};function _0xdfbee8(_0x4e2674,_0x164df0,_0x1da80a,_0x378f7b){return _0x2dc9a6(_0x4e2674-0x73,_0x164df0-0x2a7,_0x1da80a-0x6f,_0x4e2674);}const _0x7b06d1={'vXCTD':_0xdfbee8('Yy2C',_0x5b977f._0x5c74a4,_0x5b977f._0x5480a0,_0x5b977f._0x1c52a3)+'t','QQitD':_0xdfbee8(_0x5b977f._0x2d0a40,_0x5b977f._0x57c5be,0x61e,_0x5b977f._0xd5827),'onEmk':'nodes','HkQVL':_0x5d2288(0x133,_0x5b977f._0x58c6b0,0x1ac,_0x5b977f._0x3efbdc),'pZIYE':_0xdfbee8('RhCV',0x417,0x31d,0x3b9),'xPMag':function(_0x59bd04,_0x3e059a){return _0x59bd04===_0x3e059a;},'Ovdvj':_0x5d2288(_0x5b977f._0x54018d,_0x5b977f._0xc0928a,_0x5b977f._0x55e188,0x3d8),'VRREn':function(_0x21661c,_0x10cf25){return _0x21661c(_0x10cf25);},'AGeoI':_0x5d2288(0xde,_0x5b977f._0x509ebd,_0x5b977f._0x15609b,0x2e0),'dfbOt':_0xdfbee8(_0x5b977f._0x468a31,0x410,0x30a,0x4c9)},_0x560263=this[_0x5d2288(0x25b,_0x5b977f._0x21f1e6,_0x5b977f._0x33bbe9,0x18b)+'ctory'](_0x565732,_0x7b06d1[_0x5d2288(_0x5b977f._0x424d66,_0x5b977f._0x4af22e,0x2dc,_0x5b977f._0x42f71b)]);function _0x5d2288(_0x42208b,_0x4e5acb,_0x34694b,_0x1aae37){return _0x2dc9a6(_0x42208b-_0x9520fc._0x5ebbf5,_0x34694b-0x8d,_0x34694b-0x12a,_0x4e5acb);}if(!fs[_0xdfbee8(_0x5b977f._0x355e71,0x58a,_0x5b977f._0x20bb87,0x635)](_0x560263))return[];const _0x58b1ed=[],_0x13ba59=_0x2b6889=>{const _0xcc687a={_0x4eb6c7:0x16c},_0x28d0e2={};_0x28d0e2['withFileTy'+_0x329731(_0x1f3a68._0x429168,0x4d,0x58,0x15a)]=!![];const _0x1d9831=fs[_0x329731('hnDN',0x29b,_0x1f3a68._0x4989c0,0x19f)+'c'](_0x2b6889,_0x28d0e2);function _0x2e3cc3(_0x1fce2b,_0x459818,_0x5f13ba,_0x3090de){return _0x5d2288(_0x1fce2b-_0xcc687a._0x4eb6c7,_0x459818,_0x3090de- -0x3,_0x3090de-0xca);}function _0x329731(_0x2cf1f9,_0x28b2b3,_0x58c5f5,_0x51d0ec){return _0x5d2288(_0x2cf1f9-0x125,_0x2cf1f9,_0x51d0ec- -_0x9712da._0x1d0cbf,_0x51d0ec-0x1b9);}for(const _0xf0c926 of _0x1d9831){if(_0x7b06d1[_0x2e3cc3(0x99,'RffP',0x5f,_0x1f3a68._0x38e65b)](_0x7b06d1[_0x329731('3MQ2',_0x1f3a68._0x2eb1c8,_0x1f3a68._0x2d92bb,_0x1f3a68._0x2836f1)],_0x7b06d1[_0x329731('KWRr',0x1eb,0x142,_0x1f3a68._0x557dbf)])){const _0x5495e0=path[_0x329731('r8[)',_0x1f3a68._0x4302da,_0x1f3a68._0x221f33,_0x1f3a68._0x478a74)](_0x2b6889,_0xf0c926[_0x2e3cc3(_0x1f3a68._0x5b76a0,_0x1f3a68._0xd18e2a,_0x1f3a68._0x9cd250,0x33a)]);if(_0xf0c926[_0x2e3cc3(_0x1f3a68._0x1dad05,'KWRr',0x2f1,0x2fd)+'y']())_0x7b06d1[_0x2e3cc3(0x99,_0x1f3a68._0x196533,_0x1f3a68._0xb84bd2,0x16f)](_0x13ba59,_0x5495e0);else _0xf0c926[_0x2e3cc3(0x2f6,'RhCV',_0x1f3a68._0x51da4f,0x2a1)]()&&_0xf0c926[_0x2e3cc3(0x173,'3SQ&',_0x1f3a68._0x32a83b,0x246)][_0x329731('AD5W',_0x1f3a68._0x5b83a5,0x1f2,_0x1f3a68._0x44adac)](_0x7b06d1[_0x2e3cc3(0x36f,'23jb',0x202,_0x1f3a68._0x37ce1c)])&&_0x58b1ed[_0x2e3cc3(0x350,'VZSr',0x205,0x266)](_0x5495e0);}else{const _0x5d0a47=this[_0x2e3cc3(_0x1f3a68._0x109c3c,_0x1f3a68._0x561f93,_0x1f3a68._0x49301a,0x201)+_0x2e3cc3(_0x1f3a68._0x1a4f0a,_0x1f3a68._0x19b05f,0x1cd,_0x1f3a68._0x12f095)](_0x43d336);switch(_0x22e787){case _0x7b06d1[_0x2e3cc3(0x25b,_0x1f3a68._0x54ca15,_0x1f3a68._0x3eff10,0x279)]:return _0x3b9434[_0x2e3cc3(0x29f,'DZ2@',_0x1f3a68._0x2f61a4,_0x1f3a68._0x46e53d)](_0x5d0a47,_0x7b06d1[_0x329731('^(Fi',_0x1f3a68._0x18402a,0x11d,_0x1f3a68._0x5b1072)]);case _0x7b06d1[_0x2e3cc3(0x123,_0x1f3a68._0x12d057,0xce,0x1d1)]:return _0x811f8b['join'](_0x5d0a47,_0x7b06d1[_0x329731(_0x1f3a68._0x2db00f,_0x1f3a68._0x295934,_0x1f3a68._0x54e4dc,_0x1f3a68._0x2531ba)]);case'output':if(_0x11b248)return _0x2c299f[_0x2e3cc3(_0x1f3a68._0x3dead1,'!X!j',_0x1f3a68._0x61f096,_0x1f3a68._0x8dfcb)](_0x5d0a47,_0x329731('WBrw',-0x68,-0x36,_0x1f3a68._0x4345e6),_0x4f847f);return _0x157146[_0x2e3cc3(_0x1f3a68._0x3f3f94,'s&Zt',_0x1f3a68._0x39767f,0x355)](_0x5d0a47,_0x7b06d1[_0x329731('LY6v',_0x1f3a68._0x4a58ca,0x157,_0x1f3a68._0x589718)]);case _0x7b06d1[_0x2e3cc3(_0x1f3a68._0x583af4,'MZl0',0x32a,_0x1f3a68._0x30e912)]:return _0x771234[_0x2e3cc3(0x3b0,_0x1f3a68._0x205e36,_0x1f3a68._0x3b82a2,_0x1f3a68._0x1b6883)](_0x5d0a47,_0x7b06d1[_0x329731('5Qq)',_0x1f3a68._0x66869d,_0x1f3a68._0x2230e1,_0x1f3a68._0x14dbb1)]);default:return _0x5d0a47;}}}};return _0x7b06d1[_0xdfbee8('!IS@',0x56f,0x48c,0x614)](_0x13ba59,_0x560263),_0x58b1ed;}}exports[_0x31a8fd(0x3dd,0x4b0,0x5af,'[[$M')+_0x2dc9a6(0x22c,0x1c2,0x221,'w2]9')]=DocumentService,exports['documentSe'+_0x2dc9a6(0x15e,0x196,0x10c,'VeBY')]=new DocumentService();
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Document Service
|
|
4
|
+
*
|
|
5
|
+
* v1.1.5 更新:
|
|
6
|
+
* - 实现级联存储结构:增量任务存储在主任务的 increments/ 目录下
|
|
7
|
+
* - 路径格式:tasks/{main_task_id}/increments/{increment_seq}/
|
|
8
|
+
*
|
|
9
|
+
* v1.1.1 更新:
|
|
10
|
+
* - 修正存储路径,使用 OpenClaw 标准目录结构
|
|
11
|
+
* - 按任务→节点层级组织成果物
|
|
12
|
+
*/
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
30
|
+
var ownKeys = function(o) {
|
|
31
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
32
|
+
var ar = [];
|
|
33
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
34
|
+
return ar;
|
|
35
|
+
};
|
|
36
|
+
return ownKeys(o);
|
|
37
|
+
};
|
|
38
|
+
return function (mod) {
|
|
39
|
+
if (mod && mod.__esModule) return mod;
|
|
40
|
+
var result = {};
|
|
41
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
42
|
+
__setModuleDefault(result, mod);
|
|
43
|
+
return result;
|
|
44
|
+
};
|
|
45
|
+
})();
|
|
46
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47
|
+
exports.documentService = exports.DocumentService = void 0;
|
|
48
|
+
const fs = __importStar(require("fs"));
|
|
49
|
+
const path = __importStar(require("path"));
|
|
50
|
+
const document_repo_1 = require("../../db/repositories/document.repo");
|
|
51
|
+
const utils_1 = require("../utils");
|
|
52
|
+
class DocumentService {
|
|
53
|
+
// ============================================
|
|
54
|
+
// Directory Structure Methods (v1.1.5)
|
|
55
|
+
// ============================================
|
|
56
|
+
/**
|
|
57
|
+
* Get tasks storage root directory
|
|
58
|
+
* Path: {openclaw_root}/tasks/
|
|
59
|
+
*/
|
|
60
|
+
getTasksRoot() {
|
|
61
|
+
return path.join((0, utils_1.getOpenClawRoot)(), 'tasks');
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Get task directory (v1.1.5 级联结构)
|
|
65
|
+
*
|
|
66
|
+
* 主任务: {openclaw_root}/tasks/{task_id}/
|
|
67
|
+
* 增量任务: {openclaw_root}/tasks/{main_task_id}/increments/{seq}/
|
|
68
|
+
*
|
|
69
|
+
* 例如:
|
|
70
|
+
* - 主任务 task_20260321_xxx -> tasks/task_20260321_xxx/
|
|
71
|
+
* - 增量任务 task_20260321_xxx_001 -> tasks/task_20260321_xxx/increments/001/
|
|
72
|
+
*/
|
|
73
|
+
getTaskDirectory(taskId) {
|
|
74
|
+
const tasksRoot = this.getTasksRoot();
|
|
75
|
+
// 检查是否是增量任务(格式:{main_task_id}_{seq})
|
|
76
|
+
const incrementMatch = taskId.match(/^(.+)_\d{3}$/);
|
|
77
|
+
if (incrementMatch) {
|
|
78
|
+
// 这是增量任务
|
|
79
|
+
const mainTaskId = incrementMatch[1];
|
|
80
|
+
const sequence = taskId.substring(taskId.length - 3); // 最后3位是序号
|
|
81
|
+
// 级联存储:主任务目录/increments/序号/
|
|
82
|
+
return path.join(tasksRoot, mainTaskId, 'increments', sequence);
|
|
83
|
+
}
|
|
84
|
+
// 主任务:直接存储
|
|
85
|
+
return path.join(tasksRoot, taskId);
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* 判断是否是增量任务
|
|
89
|
+
*/
|
|
90
|
+
isIncrementTask(taskId) {
|
|
91
|
+
return /^\d+_\d{3}$/.test(taskId.split('_').slice(-2).join('_')) ||
|
|
92
|
+
taskId.match(/_\d{3}$/) !== null;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* 获取增量任务的序号
|
|
96
|
+
*/
|
|
97
|
+
getIncrementSequence(taskId) {
|
|
98
|
+
const match = taskId.match(/_(\d{3})$/);
|
|
99
|
+
return match ? match[1] : null;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* 获取增量任务的主任务ID
|
|
103
|
+
*/
|
|
104
|
+
getMainTaskId(taskId) {
|
|
105
|
+
const match = taskId.match(/^(.+)_\d{3}$/);
|
|
106
|
+
return match ? match[1] : taskId;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Generate increment task ID
|
|
110
|
+
* Format: {main_task_id}_{seq}
|
|
111
|
+
*/
|
|
112
|
+
generateIncrementTaskId(mainTaskId, sequence) {
|
|
113
|
+
return `${mainTaskId}_${String(sequence).padStart(3, '0')}`;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Get next increment sequence for a main task
|
|
117
|
+
*/
|
|
118
|
+
getNextIncrementSequence(mainTaskId) {
|
|
119
|
+
const mainTaskDir = path.join(this.getTasksRoot(), mainTaskId, 'increments');
|
|
120
|
+
if (!fs.existsSync(mainTaskDir)) {
|
|
121
|
+
return 1;
|
|
122
|
+
}
|
|
123
|
+
const dirs = fs.readdirSync(mainTaskDir, { withFileTypes: true });
|
|
124
|
+
const existingSequences = dirs
|
|
125
|
+
.filter(d => d.isDirectory() && /^\d{3}$/.test(d.name))
|
|
126
|
+
.map(d => parseInt(d.name, 10));
|
|
127
|
+
if (existingSequences.length === 0) {
|
|
128
|
+
return 1;
|
|
129
|
+
}
|
|
130
|
+
return Math.max(...existingSequences) + 1;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Get document directory by type (v1.1.5)
|
|
134
|
+
*/
|
|
135
|
+
getDocDirectory(taskId, type, nodeId) {
|
|
136
|
+
const taskDir = this.getTaskDirectory(taskId);
|
|
137
|
+
switch (type) {
|
|
138
|
+
case 'requirement':
|
|
139
|
+
return path.join(taskDir, 'requirement');
|
|
140
|
+
case 'plan':
|
|
141
|
+
return path.join(taskDir, 'plan');
|
|
142
|
+
case 'output':
|
|
143
|
+
if (nodeId) {
|
|
144
|
+
return path.join(taskDir, 'nodes', nodeId);
|
|
145
|
+
}
|
|
146
|
+
return path.join(taskDir, 'nodes');
|
|
147
|
+
case 'review':
|
|
148
|
+
return path.join(taskDir, 'reviews');
|
|
149
|
+
default:
|
|
150
|
+
return taskDir;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Get document file name
|
|
155
|
+
*/
|
|
156
|
+
getDocFileName(type, nodeId) {
|
|
157
|
+
switch (type) {
|
|
158
|
+
case 'requirement':
|
|
159
|
+
return 'requirement.md';
|
|
160
|
+
case 'plan':
|
|
161
|
+
return 'plan.md';
|
|
162
|
+
case 'output':
|
|
163
|
+
return 'output.md';
|
|
164
|
+
case 'review':
|
|
165
|
+
return nodeId ? `review_${nodeId}.md` : `review_${Date.now()}.md`;
|
|
166
|
+
default:
|
|
167
|
+
return `doc_${Date.now()}.md`;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* Ensure directory exists
|
|
172
|
+
*/
|
|
173
|
+
ensureDirectory(dir) {
|
|
174
|
+
if (!fs.existsSync(dir)) {
|
|
175
|
+
fs.mkdirSync(dir, { recursive: true });
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
// ============================================
|
|
179
|
+
// CRUD Methods
|
|
180
|
+
// ============================================
|
|
181
|
+
/**
|
|
182
|
+
* Create document (v1.1.5 级联存储)
|
|
183
|
+
*
|
|
184
|
+
* Storage paths:
|
|
185
|
+
* - 主任务 requirement: tasks/{task_id}/requirement/requirement.md
|
|
186
|
+
* - 主任务 plan: tasks/{task_id}/plan/plan.md
|
|
187
|
+
* - 主任务 output: tasks/{task_id}/nodes/{node_id}/output.md
|
|
188
|
+
* - 增量任务 requirement: tasks/{main_task_id}/increments/{seq}/requirement/requirement.md
|
|
189
|
+
* - 增量任务 output: tasks/{main_task_id}/increments/{seq}/nodes/{node_id}/output.md
|
|
190
|
+
*/
|
|
191
|
+
create(options) {
|
|
192
|
+
try {
|
|
193
|
+
const docId = (0, utils_1.generateDocId)();
|
|
194
|
+
const docDir = this.getDocDirectory(options.task_id, options.type, options.node_id);
|
|
195
|
+
const fileName = this.getDocFileName(options.type, options.node_id);
|
|
196
|
+
const filePath = path.join(docDir, fileName);
|
|
197
|
+
// Ensure directory exists
|
|
198
|
+
this.ensureDirectory(docDir);
|
|
199
|
+
// Write content to file
|
|
200
|
+
fs.writeFileSync(filePath, options.content, 'utf-8');
|
|
201
|
+
// Save to database
|
|
202
|
+
const document = document_repo_1.documentRepository.createDocument({
|
|
203
|
+
id: docId,
|
|
204
|
+
task_id: options.task_id,
|
|
205
|
+
node_id: options.node_id,
|
|
206
|
+
type: options.type,
|
|
207
|
+
status: options.status,
|
|
208
|
+
file_path: filePath,
|
|
209
|
+
created_by: options.created_by
|
|
210
|
+
});
|
|
211
|
+
return { success: true, document, message: '文档创建成功' };
|
|
212
|
+
}
|
|
213
|
+
catch (error) {
|
|
214
|
+
return {
|
|
215
|
+
success: false,
|
|
216
|
+
message: '文档创建失败: ' + (error instanceof Error ? error.message : String(error))
|
|
217
|
+
};
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* Get document(s)
|
|
222
|
+
*/
|
|
223
|
+
get(options) {
|
|
224
|
+
if (options.task_id && options.type) {
|
|
225
|
+
const doc = document_repo_1.documentRepository.findLatestByTaskAndType(options.task_id, options.type);
|
|
226
|
+
return doc || null;
|
|
227
|
+
}
|
|
228
|
+
else if (options.task_id) {
|
|
229
|
+
return document_repo_1.documentRepository.findByTaskId(options.task_id);
|
|
230
|
+
}
|
|
231
|
+
else if (options.node_id) {
|
|
232
|
+
return document_repo_1.documentRepository.findByNodeId(options.node_id);
|
|
233
|
+
}
|
|
234
|
+
return null;
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* Get document by ID
|
|
238
|
+
*/
|
|
239
|
+
getById(id) {
|
|
240
|
+
return document_repo_1.documentRepository.findById(id);
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
* List documents by task
|
|
244
|
+
*/
|
|
245
|
+
listByTask(taskId, type) {
|
|
246
|
+
if (type) {
|
|
247
|
+
return document_repo_1.documentRepository.findByTaskAndType(taskId, type);
|
|
248
|
+
}
|
|
249
|
+
return document_repo_1.documentRepository.findByTaskId(taskId);
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Read document content
|
|
253
|
+
*/
|
|
254
|
+
readContent(id) {
|
|
255
|
+
const doc = document_repo_1.documentRepository.findById(id);
|
|
256
|
+
if (!doc)
|
|
257
|
+
return null;
|
|
258
|
+
try {
|
|
259
|
+
if (fs.existsSync(doc.file_path)) {
|
|
260
|
+
return fs.readFileSync(doc.file_path, 'utf-8');
|
|
261
|
+
}
|
|
262
|
+
return null;
|
|
263
|
+
}
|
|
264
|
+
catch {
|
|
265
|
+
return null;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* Read document content by path
|
|
270
|
+
*/
|
|
271
|
+
readContentByPath(filePath) {
|
|
272
|
+
try {
|
|
273
|
+
if (fs.existsSync(filePath)) {
|
|
274
|
+
return fs.readFileSync(filePath, 'utf-8');
|
|
275
|
+
}
|
|
276
|
+
return null;
|
|
277
|
+
}
|
|
278
|
+
catch {
|
|
279
|
+
return null;
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* Update document status
|
|
284
|
+
*/
|
|
285
|
+
updateStatus(id, status) {
|
|
286
|
+
try {
|
|
287
|
+
document_repo_1.documentRepository.updateStatus(id, status);
|
|
288
|
+
return { success: true, message: '状态已更新' };
|
|
289
|
+
}
|
|
290
|
+
catch (error) {
|
|
291
|
+
return {
|
|
292
|
+
success: false,
|
|
293
|
+
message: '状态更新失败: ' + (error instanceof Error ? error.message : String(error))
|
|
294
|
+
};
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* Delete document
|
|
299
|
+
*/
|
|
300
|
+
delete(id) {
|
|
301
|
+
const doc = document_repo_1.documentRepository.findById(id);
|
|
302
|
+
if (!doc) {
|
|
303
|
+
return { success: false, message: '文档不存在' };
|
|
304
|
+
}
|
|
305
|
+
try {
|
|
306
|
+
if (fs.existsSync(doc.file_path)) {
|
|
307
|
+
fs.unlinkSync(doc.file_path);
|
|
308
|
+
}
|
|
309
|
+
document_repo_1.documentRepository.delete(id);
|
|
310
|
+
return { success: true, message: '文档已删除' };
|
|
311
|
+
}
|
|
312
|
+
catch (error) {
|
|
313
|
+
return {
|
|
314
|
+
success: false,
|
|
315
|
+
message: '文档删除失败: ' + (error instanceof Error ? error.message : String(error))
|
|
316
|
+
};
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
// ============================================
|
|
320
|
+
// Utility Methods (v1.1.1)
|
|
321
|
+
// ============================================
|
|
322
|
+
/**
|
|
323
|
+
* Get task output directory
|
|
324
|
+
* Used by agents to know where to store artifacts
|
|
325
|
+
*/
|
|
326
|
+
getTaskOutputDirectory(taskId, nodeId) {
|
|
327
|
+
return this.getDocDirectory(taskId, 'output', nodeId);
|
|
328
|
+
}
|
|
329
|
+
/**
|
|
330
|
+
* Get task plan directory
|
|
331
|
+
*/
|
|
332
|
+
getTaskPlanDirectory(taskId) {
|
|
333
|
+
return this.getDocDirectory(taskId, 'plan');
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* Get task reviews directory
|
|
337
|
+
*/
|
|
338
|
+
getTaskReviewsDirectory(taskId) {
|
|
339
|
+
return this.getDocDirectory(taskId, 'review');
|
|
340
|
+
}
|
|
341
|
+
/**
|
|
342
|
+
* List all output files for a task
|
|
343
|
+
*/
|
|
344
|
+
listTaskOutputs(taskId) {
|
|
345
|
+
const outputDir = this.getDocDirectory(taskId, 'output');
|
|
346
|
+
if (!fs.existsSync(outputDir)) {
|
|
347
|
+
return [];
|
|
348
|
+
}
|
|
349
|
+
const outputs = [];
|
|
350
|
+
const scanDir = (dir) => {
|
|
351
|
+
const entries = fs.readdirSync(dir, { withFileTypes: true });
|
|
352
|
+
for (const entry of entries) {
|
|
353
|
+
const fullPath = path.join(dir, entry.name);
|
|
354
|
+
if (entry.isDirectory()) {
|
|
355
|
+
scanDir(fullPath);
|
|
356
|
+
}
|
|
357
|
+
else if (entry.isFile() && entry.name.endsWith('.md')) {
|
|
358
|
+
outputs.push(fullPath);
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
};
|
|
362
|
+
scanDir(outputDir);
|
|
363
|
+
return outputs;
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
exports.DocumentService = DocumentService;
|
|
367
|
+
exports.documentService = new DocumentService();
|
|
368
|
+
//# sourceMappingURL=document.service.js.map
|