Skip to content

Commit ed67e5c

Browse files
committed
TsumBeta: Release v78
1 parent 2622b65 commit ed67e5c

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

script-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"com.r2studio.TsumBeta": {
8383
"id": "com.r2studio.TsumBeta",
8484
"title": "Disney Tsum Tsum",
85-
"versionCode": 77,
86-
"description": "<b style='color: #2196f3;'>\uD83D\uDD16 版本 v77</b>\n<ul>\n <li>\n 更加完善的自動抽盒\n <br>\n More reliable auto buy \n </li>\n</ul>",
85+
"versionCode": 78,
86+
"description": "<b style='color: #2196f3;'>\uD83D\uDD16 版本 v78</b>\n<ul>\n <li>\n 修復mumu模擬器“自動啟動Tsum app”功能\n <br>\n Fix “Auto Launch Tsum App” for MuMuPlayer \n </li>\n</ul>",
8787
"packageName": "com.linecorp.LGTMTMG",
8888
"downloadURL": "https://github.com/r2-studio/robotmon-scripts/raw/master/scripts/com.r2studio.TsumBeta/index.zip",
8989
"dependencies": []

scripts/com.r2studio.TsumBeta/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the TsumBeta script will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8-
## [v78] - tbd
8+
## [v78] - 2025-11-01
99

1010
### Fixed
1111
- Fixed "Auto launch app" for Android 11+ (currently works with MuMu player).
60 Bytes
Binary file not shown.

scripts/com.r2studio.TsumBeta/src/settings.js

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
var VERSION = 77;
3+
var VERSION = 78;
44

55
/**
66
* Returns the language parameter for the currently active locale.
@@ -321,17 +321,25 @@ var settings = [
321321
}
322322
],
323323
[
324-
{
325-
title: '<b style="color: red">Experimental features</b><br>Things may not work correctly in every scenario',
326-
title_zh_TW: '<b style="color: red">實驗性功能</b><br>無法保證所有功能正常運作'
327-
},
328324
{
329325
key: 'tsumMonitorUrl',
330326
title: 'URL to Tsum Monitor',
331327
title_zh_TW: 'Tsum監視器URL',
332328
default: ""
333329
}
334330
]
331+
// [
332+
// {
333+
// title: '<b style="color: red">Experimental features</b><br>Things may not work correctly in every scenario',
334+
// title_zh_TW: '<b style="color: red">實驗性功能</b><br>無法保證所有功能正常運作'
335+
// },
336+
// {
337+
// key: 'tsumMonitorUrl',
338+
// title: 'URL to Tsum Monitor',
339+
// title_zh_TW: 'Tsum監視器URL',
340+
// default: ""
341+
// }
342+
// ]
335343
];
336344

337345
// noinspection JSUnusedGlobalSymbols

0 commit comments

Comments
 (0)