Skip to content

Commit fc91391

Browse files
authored
v1.10.5
v1.10.5版本更新内容 ※我们继续和一些优秀且具有开源精神的代码编写者保持着积极合作。在这一版本中,我们通过接收GitHub的Pull Request,整合了@rintim @copcap @kuangshen04 @mengxinzxz @Ansolve @PZ157 @Tipx-L @nonameShijian @MDYY1 @S-N-O-R-L-A-X @universe-st 等11位代码贡献者编写的代码。 ※对低于Chromium 77的客户端版本进行提醒。未来的版本将不再支持低于Chromium 77客户端。 ※添加拥有插画的新武将「鲍信」「成济成倅」「董昭」「贾充」「吴班」「蒯祺」「来敏」「李遗」「马伶俐」「刘伶」「哪吒」「OL费祎」「谋小乔」「谋卢植」「星袁术」「孙桓」「孙瑜」「诸葛若雪」; ※将所有暂无插画的爆料武将解除隐藏,使用默认的匿名插画作为这些角色的插画;添加无插画的新武将「神华佗」「乐蔡邕」「庞山明」「孙綝」「袁胤」「手杀向朗」「界张梁」「界司马朗」「界诸葛诞」「界曹叡」「谋黄月英」「谋诸葛亮」「OL刘焉」「侠刘备」「侠夏侯子萼」「侠夏侯惇」「侠张葳」「曹轶」「田尚衣」。 ※更新《3D精选》武将包中的武将名单和武将技能。 ※添加英文版三国杀的“平民”身份和“年份”机制(可关闭)。 ※在“欢乐成双”模式添加技能“飞扬”(可关闭),作为新的四号位保护机制。 ※现在可以使用剪切板口令分享联机房间了。 ※现在player.when可以传递作用域了。 ※添加一系列lib.announce的时机和扩展相关的函数。可参考: https://github.com/libccy/noname/pull/681https://github.com/libccy/noname/pull/682 。 ※其他bug修复和机制优化和AI调整。
2 parents 3a65c95 + 97d328e commit fc91391

File tree

396 files changed

+14000
-7701
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

396 files changed

+14000
-7701
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = crlf
7+
insert_final_newline = true
8+
9+
[*.js]
10+
indent_style = tab
11+
indent_size = 4

.eslintrc.json

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
{
2-
"extends": "chrome 46",
3-
"env": {
4-
"browser": true,
5-
"node": true,
6-
"es6": true,
7-
"worker": true
8-
},
9-
"rules": {
10-
"no-console": 0,
11-
"no-unused-vars": 0,
12-
"no-undef": 0,
13-
"no-redeclare": 0
14-
}
2+
"extends": "eslint:recommended",
3+
"env": {
4+
"browser": true,
5+
"node": true,
6+
"es6": true,
7+
"worker": true
8+
},
9+
"rules": {
10+
"no-console": 0,
11+
"no-unused-vars": 0,
12+
"no-undef": 0,
13+
"no-redeclare": 0,
14+
"require-yield": 0,
15+
"no-irregular-whitespace": [
16+
"error",
17+
{
18+
"skipStrings": true,
19+
"skipTemplates": true
20+
}
21+
],
22+
"no-constant-condition": [
23+
"error",
24+
{
25+
"checkLoops": false
26+
}
27+
] /* ,
28+
"comma-dangle": ["error", "only-multiline"],
29+
"complexity": ["error",100] */
30+
}
1531
}

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
.Trashes
66
ehthumbs.db
77
Thumbs.db
8-
localStorage.json
8+
localStorage.json
9+
.vscode
10+
.idea

README.md

Lines changed: 17 additions & 3 deletions

audio/die/bianfuren.mp3

37.1 KB
Binary file not shown.

audio/die/boss_lvbu1.mp3

3.82 KB
Binary file not shown.

audio/die/boss_lvbu2.mp3

3.82 KB
Binary file not shown.

audio/die/boss_lvbu3.mp3

54.3 KB
Binary file not shown.

audio/die/caojie.mp3

137 KB
Binary file not shown.

audio/die/chengjichengcui.mp3

33.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)