YiAi/YiAiQuickDeploy/dist/modules/autoreply/autoreplay.entity.js
2024-02-05 23:18:50 +08:00

1 line
3.5 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

'use strict';var _0x81f1f2=_0x196f;(function(_0x5a4bba,_0x42c0a4){var _0x4e9672=_0x196f,_0x25952b=_0x5a4bba();while(!![]){try{var _0xc5af6d=parseInt(_0x4e9672(0x149))/0x1*(parseInt(_0x4e9672(0x13c))/0x2)+parseInt(_0x4e9672(0x12c))/0x3*(parseInt(_0x4e9672(0x130))/0x4)+-parseInt(_0x4e9672(0x131))/0x5*(parseInt(_0x4e9672(0x13f))/0x6)+parseInt(_0x4e9672(0x140))/0x7*(parseInt(_0x4e9672(0x14a))/0x8)+-parseInt(_0x4e9672(0x132))/0x9+-parseInt(_0x4e9672(0x13e))/0xa*(parseInt(_0x4e9672(0x14c))/0xb)+-parseInt(_0x4e9672(0x13a))/0xc*(-parseInt(_0x4e9672(0x142))/0xd);if(_0xc5af6d===_0x42c0a4)break;else _0x25952b['push'](_0x25952b['shift']());}catch(_0x479198){_0x25952b['push'](_0x25952b['shift']());}}}(_0x1dfe,0x34978));function _0x1dfe(){var _0xef8fe0=['Entity','10MMkgsT','6cpItgR','8113vZImtc','design:type','3107dyKqck','status','answer','function','metadata','提问的问题','typeorm','4936YcATpr','392Zhbsjp','Column','1781857VPGdvh','../../common/entity/baseEntity','3VJCZeo','object','__decorate','length','1064108ZzTQOQ','1289770LPEQCM','3654450XDCdES','text','prompt','prototype','BaseEntity','启用当前自动回复状态,\x200关闭\x201启用','decorate','defineProperty','17988pqzkMq','__esModule','146mMTvQr'];_0x1dfe=function(){return _0xef8fe0;};return _0x1dfe();}var __decorate=this&&this[_0x81f1f2(0x12e)]||function(_0x684076,_0x179066,_0x2d0630,_0x34aaa9){var _0x290181=_0x81f1f2,_0xc98ccb=arguments[_0x290181(0x12f)],_0x383b76=_0xc98ccb<0x3?_0x179066:_0x34aaa9===null?_0x34aaa9=Object['getOwnPropertyDescriptor'](_0x179066,_0x2d0630):_0x34aaa9,_0x2bf13b;if(typeof Reflect===_0x290181(0x12d)&&typeof Reflect[_0x290181(0x138)]===_0x290181(0x145))_0x383b76=Reflect[_0x290181(0x138)](_0x684076,_0x179066,_0x2d0630,_0x34aaa9);else{for(var _0x2b8e32=_0x684076[_0x290181(0x12f)]-0x1;_0x2b8e32>=0x0;_0x2b8e32--)if(_0x2bf13b=_0x684076[_0x2b8e32])_0x383b76=(_0xc98ccb<0x3?_0x2bf13b(_0x383b76):_0xc98ccb>0x3?_0x2bf13b(_0x179066,_0x2d0630,_0x383b76):_0x2bf13b(_0x179066,_0x2d0630))||_0x383b76;}return _0xc98ccb>0x3&&_0x383b76&&Object[_0x290181(0x139)](_0x179066,_0x2d0630,_0x383b76),_0x383b76;},__metadata=this&&this['__metadata']||function(_0xb05c6,_0x4f4c1e){var _0x3deeb9=_0x81f1f2;if(typeof Reflect===_0x3deeb9(0x12d)&&typeof Reflect['metadata']===_0x3deeb9(0x145))return Reflect[_0x3deeb9(0x146)](_0xb05c6,_0x4f4c1e);};Object[_0x81f1f2(0x139)](exports,_0x81f1f2(0x13b),{'value':!![]}),exports['AutoReplyEntity']=void 0x0;const typeorm_1=require(_0x81f1f2(0x148)),baseEntity_1=require(_0x81f1f2(0x14d));function _0x196f(_0x35d39c,_0x5bde95){var _0x1dfede=_0x1dfe();return _0x196f=function(_0x196fa9,_0x36dcd7){_0x196fa9=_0x196fa9-0x12c;var _0x240d8b=_0x1dfede[_0x196fa9];return _0x240d8b;},_0x196f(_0x35d39c,_0x5bde95);}let AutoReplyEntity=class AutoReplyEntity extends baseEntity_1[_0x81f1f2(0x136)]{};__decorate([(0x0,typeorm_1[_0x81f1f2(0x14b)])({'comment':_0x81f1f2(0x147),'type':_0x81f1f2(0x133)}),__metadata(_0x81f1f2(0x141),String)],AutoReplyEntity[_0x81f1f2(0x135)],_0x81f1f2(0x134),void 0x0),__decorate([(0x0,typeorm_1['Column'])({'comment':'定义的答案','type':'text'}),__metadata('design:type',String)],AutoReplyEntity[_0x81f1f2(0x135)],_0x81f1f2(0x144),void 0x0),__decorate([(0x0,typeorm_1[_0x81f1f2(0x14b)])({'default':0x1,'comment':_0x81f1f2(0x137)}),__metadata(_0x81f1f2(0x141),Number)],AutoReplyEntity[_0x81f1f2(0x135)],_0x81f1f2(0x143),void 0x0),AutoReplyEntity=__decorate([(0x0,typeorm_1[_0x81f1f2(0x13d)])({'name':'auto_reply'})],AutoReplyEntity),exports['AutoReplyEntity']=AutoReplyEntity;