123456 |
- module.exports = {
- changeRelationTitle: [{"content": ""}, {"content": "确定要和老板解约吗?"}, {"content": "确定要抢夺该艺人吗?"}, {"content": "确定要抢夺该艺人吗?"}, {"content": "确定要解雇该艺人吗?"}],
- relationSuccess: [{"image": ""}, {"image": "userInformation/userinformation_redeem_success"}, {"image": "userInformation/userinformation_loot_success"}, {"image": "userInformation/userinformation_sign_success"}, {"image": "userInformation/userinformation_fire_success"}],
- relationFail: [{"image": ""}, {"image": "userInformation/userinformation_redeem_fail"}, {"image": "userInformation/userinformation_loot_fail"}, {"image": "userInformation/userinformation_sign_fail"}, {"image": "userInformation/userinformation_fire_fail"}],
- relationFail805: [{"content": ""}, {"content": "<color=#f73939>金币不足</c>,赚到更多的金币\n再来解约吧~"}, {"content": "<color=#f73939>金币不足</c>,赚到更多的金币\n再来抢夺吧~"}, {"content": "<color=#f73939>金币不足</c>,赚到更多的金币\n再来抢夺吧~"}, {"content": "<color=#f73939>金币不足</c>,赚到更多的金币\n再来解雇吧~"}],
- }
|