Skip to content

Commit 1327080

Browse files
committed
feat: 平衡中国
1 parent 6fc56c1 commit 1327080

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

dist/ra2web.min.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3768,7 +3768,7 @@ System.register("version", [], function (e, t) {
37683768
return {
37693769
setters: [],
37703770
execute: function () {
3771-
e("version", "0.81.0");
3771+
e("version", "0.81.1");
37723772
}
37733773
};
37743774
});
@@ -110816,7 +110816,7 @@ System.register("ClientApi", ["BattleControlApi"], function (e, t) {
110816110816
};
110817110817
});
110818110818

110819-
System.register("worker/workerHost", ["threads"], function (e, t) { "use strict"; var i, r, s; t && t.id; return { setters: [function (e) { i = e }], execute: function () { s = class { constructor(e) { this.workerLib = e } async decodeWav(e) { return this.workerLib.decodeWav(e) } async generateVxlGeometry(e, t) { return this.workerLib.generateVxlGeometry(e.toPlain(), t) } async compressFile(e, t) { return this.workerLib.compressFile(e, t) } }, e("workerHostApi", { concurrency: (navigator.hardwareConcurrency || 4) - 1, warmUpPool() { return r = r ?? i.Pool(() => i.spawn(new i.Worker("./dist/worker.min.js?v=0.81.0")), this.concurrency) }, queueTask(t) { this.warmUpPool(), r.queue(e => t(new s(e))) }, async waitForTasks() { await r?.completed() }, async dispose() { r && (await r.terminate(), r = void 0) } }) } } })
110819+
System.register("worker/workerHost", ["threads"], function (e, t) { "use strict"; var i, r, s; t && t.id; return { setters: [function (e) { i = e }], execute: function () { s = class { constructor(e) { this.workerLib = e } async decodeWav(e) { return this.workerLib.decodeWav(e) } async generateVxlGeometry(e, t) { return this.workerLib.generateVxlGeometry(e.toPlain(), t) } async compressFile(e, t) { return this.workerLib.compressFile(e, t) } }, e("workerHostApi", { concurrency: (navigator.hardwareConcurrency || 4) - 1, warmUpPool() { return r = r ?? i.Pool(() => i.spawn(new i.Worker("./dist/worker.min.js?v=0.81.1")), this.concurrency) }, queueTask(t) { this.warmUpPool(), r.queue(e => t(new s(e))) }, async waitForTasks() { await r?.completed() }, async dispose() { r && (await r.terminate(), r = void 0) } }) } } })
110820110820

110821110821
System.register(
110822110822
"Gui",

dist/spbots.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/spbots2.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/worker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</script>
3838

3939
<link href="res/fonts/fonts.css" rel="stylesheet" />
40-
<link rel="stylesheet" href="style.css?v=0.81.0" type="text/css" />
40+
<link rel="stylesheet" href="style.css?v=0.81.1" type="text/css" />
4141
<style type="text/css">
4242
#ra2web-root {
4343
position: relative;
@@ -76,8 +76,8 @@
7676
<script type="text/javascript" src="lib/growingpacker.js"></script>
7777
<script type="text/javascript" src="lib/lzo1x.js"></script>
7878
<script type="text/javascript" src="lib/fullscreen-api-polyfill.min.js"></script>
79-
<script type="text/javascript" src="dist/ra2web.min.js?v=0.81.0"></script>
80-
<script type="text/javascript" src="dist/vendor.bundle.min.js?v=0.81.0"></script>
79+
<script type="text/javascript" src="dist/ra2web.min.js?v=0.81.1"></script>
80+
<script type="text/javascript" src="dist/vendor.bundle.min.js?v=0.81.1"></script>
8181
<script type="text/javascript" src="lib/poll.js?v=2"></script>
8282
<script type="text/javascript">
8383
SystemJS.config({
@@ -99,9 +99,9 @@
9999
"web-audio-polyfill.js": "dist/web-audio-polyfill.min.js?v=2",
100100
"7z-wasm": "dist/7zz.js",
101101
"@ffmpeg/ffmpeg": "dist/ffmpeg.min.js",
102-
"@chronodivide/sp-bots": "dist/spbots.min.js?v=0.81.0",
103-
"@ra2web/sp-bots": "dist/spbots.min.js?v=0.81.0",
104-
"@ra2web/sp-bots-2": "dist/spbots2.min.js?v=0.81.0",
102+
"@chronodivide/sp-bots": "dist/spbots.min.js?v=0.81.1",
103+
"@ra2web/sp-bots": "dist/spbots.min.js?v=0.81.1",
104+
"@ra2web/sp-bots-2": "dist/spbots2.min.js?v=0.81.1",
105105
"@chronodivide/game-api": "game/api/index",
106106
}
107107
})

patch-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div style="background-color:#fff; padding:24px; border-radius:12px; max-width:500px; margin:40px auto; text-align:center; box-shadow:0 4px 18px rgba(0,0,0,0.07);">
2-
<h2 style="color:#e53935; margin-bottom:16px;">版本更新 <span style="color:#ffd600;">0.81.0</span></h2>
2+
<h2 style="color:#e53935; margin-bottom:16px;">版本更新 <span style="color:#ffd600;">0.81.1</span></h2>
33
<p style="color:#212121; font-size:18px; margin-bottom:8px;">
44
<span style="color:#e53935;">修复</span>
55
<span style="color:#ffd600;">联机不同步</span>

res/werhd/files/rules.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6504,7 +6504,7 @@ AllowedToStartInMultiplayer=no
65046504
PipScale=Tiberium
65056505
CrateGoodie=yes
65066506
Storage=18
6507-
Cost=550
6507+
Cost=800
65086508
Points=55
65096509
ROT=5
65106510
Crusher=yes
@@ -6555,7 +6555,7 @@ Sight=4
65556555
Speed=10
65566556
Owner=Russians,Confederation,Africans,Arabs
65576557
AllowedToStartInMultiplayer=no
6558-
Cost=550
6558+
Cost=800
65596559
Points=25
65606560
ROT=5
65616561
Crusher=yes
@@ -6939,7 +6939,7 @@ Speed=10
69396939
CrateGoodie=no
69406940
Owner=Confederation
69416941
AllowedToStartInMultiplayer=no
6942-
Cost=750
6942+
Cost=850
69436943
Points=20
69446944
ROT=5
69456945
Crusher=no

servers.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[CHN2]
22
label="华北大区"
33
available=yes
4-
gameVersion=0.81.0
4+
gameVersion=0.81.1
55
wolUrl="wss://wol.bj1.wangerhuoda.cn/wol"
66
apiRegUrl="https://wol.bj1.wangerhuoda.cn/register"
77
wladderUrl="https://wol.bj1.wangerhuoda.cn/ladder"

0 commit comments

Comments
 (0)