diff --git a/initdatas/activity_info.json b/initdatas/activity_info.json index 8c08620..d294d50 100644 --- a/initdatas/activity_info.json +++ b/initdatas/activity_info.json @@ -73,104 +73,6 @@ "start": "2024-01-01 00:00", "end": "2025-01-01 00:00", "params": {"time": 6, "failRate": 60} - }, { - "id": "e2far3lj30vwcpe0mh7", - "task": "DiscordConnect", - "title": "", - "type": 1, - "desc": "", - "category": "Social Tasks", - "score": 0, - "autoclaim": false, - "pretasks": [], - "cfg": {"icon": "discord"}, - "start": "2024-01-01 00:00", - "end": "2025-01-01 00:00", - "params": {} - }, { - "id": "e2far3lj30vwcpe0mf8", - "task": "DiscordJoin", - "title": "", - "type": 1, - "desc": "Join Counter Fire’s official Discord server", - "category": "Social Tasks", - "score": 100, - "autoclaim": false, - "pretasks": [], - "cfg": {"icon": "discord"}, - "start": "2024-01-01 00:00", - "end": "2025-01-01 00:00", - "params": {"time": 6, "failRate": 60} - }, { - "id": "e2fak2lj30vwcpe0awc", - "task": "DiscordRole", - "title": "Discord Role", - "type": 1, - "desc": "Get a role in Counter Fire’s official Discord ", - "category": "Social Tasks", - "score": 200, - "autoclaim": false, - "pretasks": ["e2far3lj30vwcpe0mf8"], - "cfg": {"icon": "discord"}, - "start": "2024-01-01 00:00", - "end": "2025-01-01 00:00", - "params": {"time": 6, "failRate": 60} - }, { - "id": "e2feyflj30vwcpe0sjx", - "task": "YoutubeFollow", - "title": "", - "type": 1, - "desc": "Follow Counter Fire’s official YTB account", - "category": "Social Tasks", - "score": 100, - "autoclaim": false, - "pretasks": [], - "cfg": {"icon": "youtube"}, - "start": "2024-01-01 00:00", - "end": "2025-01-01 00:00", - "params": {"time": 6, "failRate": 60} - }, { - "id": "e2feyflj30vwcpe0sjz", - "task": "YoutubePost", - "title": "", - "type": 1, - "desc": "Post a video introducing @_CounterFire", - "category": "Social Tasks", - "score": 500, - "autoclaim": false, - "pretasks": [], - "cfg": {"icon": "youtube"}, - "start": "2024-01-01 00:00", - "end": "2025-01-01 00:00", - "params": {"time": 6, "failRate": 60} - }, { - "id": "e2fuah0j30vwcpe2my7", - "task": "TwitterRetweet", - "title": "", - "type": 2, - "desc": "Showcase your performance in Counter Fire to your friends!", - "category": "Social Tasks", - "score": 300, - "autoclaim": false, - "pretasks": ["e2yhq2lj30vwcpedv7p"], - "cfg": {"icon": "twitter", "content": "Just scored xx Flame on @_CounterFire! 🔥 Join me in the action-packed fun and let's play to earn! #GamingAdventures #CounterFire"}, - "start": "2024-01-01 00:00", - "end": "2025-01-01 00:00", - "params": {"time": 6, "failRate": 60} - }, { - "id": "e2fuah0j30vwcpe2my7", - "task": "TwitterRetweet", - "title": "", - "type": 1, - "desc": "Post to confess your 💕 for @_CounterFire", - "category": "Social Tasks", - "score": 100, - "autoclaim": false, - "pretasks": ["e2yhq2lj30vwcpedv7p"], - "cfg": {"icon": "twitter", "content": "Just scored xx Flame on @_CounterFire! 🔥 Join me in the action-packed fun and let's play to earn! #GamingAdventures #CounterFire"}, - "start": "2024-01-01 00:00", - "end": "2025-01-01 00:00", - "params": {"time": 6, "failRate": 60} } ], "startTime": 1711086450119, diff --git a/src/common/Constants.ts b/src/common/Constants.ts index b213e87..e210207 100644 --- a/src/common/Constants.ts +++ b/src/common/Constants.ts @@ -15,7 +15,7 @@ export const CONFIRM_MAIL_HTML = `
` // 是否需要手动开启游戏 -export const MANUAL_OPEN_GAME = true +export const MANUAL_OPEN_GAME = false // 每一步能获得的最小分数 export const STEP_SCORE_MIN = 1