[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
remove activity
Browse files Browse the repository at this point in the history
  • Loading branch information
krapnikkk committed Mar 9, 2020
1 parent f06d013 commit 615f0ae
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import ReceiveCoupon from "./coupons/receiveCoupon";
import GetCouponCenter from "./coupons/getCouponCenter";
import Exchange from "./coupons/exchange";

import MonsterNian from "./activitys/MonsterNian";
import BrandCitySpring from "./activitys/brandCitySpring";
import Palace from "./activitys/palace";
import ReceiveBless from "./activitys/receiveBless";
// import MonsterNian from "./activitys/MonsterNian";
// import BrandCitySpring from "./activitys/brandCitySpring";
// import Palace from "./activitys/palace";
// import ReceiveBless from "./activitys/receiveBless";

import Cloudpig from "./game/cloudpig";

Expand Down Expand Up @@ -392,20 +392,20 @@ function getEntryDesc(type: couponType | activityType | goodsType | gameType) {
const itemId = Utils.GetQueryString("id");
coupon = new Exchange({ "itemId": itemId }, container, outputTextArea);
break;
case activityType.monsterNian:
activity = new MonsterNian(null, container, outputTextArea);
Config.UAFlag = true;
break;
case activityType.brandCitySpring:
activity = new BrandCitySpring(null, container, outputTextArea);
break;
case activityType.palace:
activity = new Palace(null, container, outputTextArea);
break;
case activityType.receiveBless:
activity = new ReceiveBless(null, container, outputTextArea);
Config.UAFlag = true;
break;
// case activityType.monsterNian:
// activity = new MonsterNian(null, container, outputTextArea);
// Config.UAFlag = true;
// break;
// case activityType.brandCitySpring:
// activity = new BrandCitySpring(null, container, outputTextArea);
// break;
// case activityType.palace:
// activity = new Palace(null, container, outputTextArea);
// break;
// case activityType.receiveBless:
// activity = new ReceiveBless(null, container, outputTextArea);
// Config.UAFlag = true;
// break;
case gameType.cloudpig:
game = new Cloudpig(null, container, outputTextArea);
break;
Expand Down

0 comments on commit 615f0ae

Please sign in to comment.