Skip to content

Commit

Permalink
Merge branch 'MaaAssistantArknights:dev' into fix/appimage_arch
Browse files Browse the repository at this point in the history
  • Loading branch information
horror-proton authored Feb 6, 2024
2 parents f7620b9 + 0df3764 commit 63185a0
Show file tree
Hide file tree
Showing 37 changed files with 530 additions and 272 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release-nightly-ota.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,28 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Taggify Version
run: |
$csprojPath = "src/MaaWpfGui/MaaWpfGui.csproj"
$csprojPath = Resolve-Path -Path $csprojPath
$tag = '${{ steps.set_tag.outputs.tag }}' -replace '.*?/', ''
if ($tag -match '\d+(\.\d+){1,3}') {
$match = $Matches[0]
} else {
$match = "0.0.1"
}
echo "Tag value: $tag"
echo "Version value: $match"
[xml]$csproj = Get-Content -Path $csprojPath
$node = $csproj.Project.PropertyGroup | where {$_.ApplicationVersion -ne $null}
$node.InformationalVersion = $tag
$node.Version = $match
$node.FileVersion = $match
$node.AssemblyVersion = $match
$csproj.Save($csprojPath)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run './build.cmd DevBuild'
run: |
$env:GITHUB_WORKFLOW = 'dev-build-win' # pretend this is a dev-build-win workflow
Expand Down
6 changes: 3 additions & 3 deletions resource/global/YoStarEN/resource/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@
},
"IC-Open": {
"text": [
"Event",
"Ideal",
"City",
"open"
"Endless",
"Carnival"
]
},
"DV-Open": {
Expand Down Expand Up @@ -6591,4 +6591,4 @@
"SAND"
]
}
}
}
2 changes: 1 addition & 1 deletion resource/global/YoStarEN/resource/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"pool": "Cloudtop Lucid Dreams",
"time": 1705424400
},
"last_updated": "2024-02-03 17:43:17.544"
"last_updated": "2024-02-06 11:03:11.971"
}
16 changes: 16 additions & 0 deletions resource/global/YoStarJP/resource/item_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,22 @@
"sortId": -10000,
"usage": "尖滅試験作戦達成で得られる報酬。補給品との交換に用いられる。"
},
"act3bossrush_milestone_point": {
"classifyType": "NONE",
"description": "試練の成否はそれほど重要ではない、これは貴殿が実戦において正確な選択を行うためのサポートである。",
"icon": "act3bossrush_milestone_point.png",
"name": "試練経験値",
"sortId": -10000,
"usage": "試練が終了すると獲得できる経験値。試練の等級を上げることができる。"
},
"act3bossrush_token_relic": {
"classifyType": "NONE",
"description": "デコードされていないデータブロック。データの変換には必ずロスが生じることを覚えておくといい。データ保存ツールは有効活用すべきであるが、頼りすぎないことだ。",
"icon": "act3bossrush_token_relic.png",
"name": "ブラックボックス",
"sortId": -10000,
"usage": "抑制ユニットのデータアップデートを行うために使用する。"
},
"act4d0_intelligencepoint": {
"classifyType": "NONE",
"description": "任務のフィードバックは勿論のこと、戦利品収集、材料研究、論文交流や戦場の清掃など、ロドスの効率的な情報システムは絶えず動作しており、各種作戦行動中に多岐にわたる情報を収集している。それぞれ計算し出される結論をまとめると、ブラックボックスの外の人間は、既に量子化された数値を見れば良い、ということになる。",
Expand Down
56 changes: 46 additions & 10 deletions resource/global/YoStarJP/resource/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@
"イベント"
]
},
"IC-Open": {
"text": [
"理想都市",
"エンドレス",
"カーニバル",
"開催中"
]
},
"LE-Open": {
"text": [
"塵影に交わる残響",
Expand Down Expand Up @@ -336,6 +344,14 @@
"^スカジ$",
"斯卡蒂"
],
[
"^スカジ[^シジアァの]",
"斯卡蒂"
],
[
"スカジっ9は",
"斯卡蒂"
],
[
"エアースカーペ",
"断崖"
Expand Down Expand Up @@ -549,7 +565,7 @@
"末药"
],
[
"^ガヴィル$",
"^ガヴィル",
"嘉维尔"
],
[
Expand Down Expand Up @@ -705,7 +721,7 @@
"推进之王"
],
[
"^テキサス$",
"^テキサス",
"德克萨斯"
],
[
Expand Down Expand Up @@ -753,7 +769,7 @@
""
],
[
"^ヤトウ$",
"^ヤトウ",
"夜刀"
],
[
Expand Down Expand Up @@ -925,15 +941,15 @@
"流星"
],
[
"^ジェシカ$",
"^ジェシカ",
"杰西卡"
],
[
"アドナキエル",
"安德切尔"
],
[
"^クルース$",
"^クルース",
"克洛丝"
],
[
Expand Down Expand Up @@ -1097,7 +1113,7 @@
"卡缇"
],
[
"^ノイルホーン$",
"^ノイルホーン",
"黑角"
],
[
Expand Down Expand Up @@ -1189,11 +1205,11 @@
"蜜蜡"
],
[
"カシャ",
"^カシャ",
"卡达"
],
[
"カ(ツ|シ)(ャ|セ|)",
"^カ(ツ|シ)(ャ|セ|)",
"卡达"
],
[
Expand Down Expand Up @@ -1228,6 +1244,14 @@
"^グレイ$",
"格雷伊"
],
[
"^グレイ「",
"格雷伊"
],
[
"^グレイ[^デテスズム]",
"格雷伊"
],
[
"ナイトメア",
"夜魔"
Expand Down Expand Up @@ -1337,11 +1361,11 @@
"温蒂"
],
[
"ファソトム",
"ファントム",
"傀影"
],
[
"ファントム",
"ファソトム",
"傀影"
],
[
Expand Down Expand Up @@ -1476,6 +1500,10 @@
"「清平」",
"“清平”"
],
[
"清平",
"“清平”"
],
[
"源石祭壇",
"源石祭坛"
Expand Down Expand Up @@ -1740,10 +1768,18 @@
"「逍遥」",
"“逍遥”"
],
[
"逍遥",
"“逍遥”"
],
[
"「弦驚」",
"“弦惊”"
],
[
"弦驚",
"“弦惊”"
],
[
"障害物",
"障碍物"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions resource/global/YoStarJP/resource/version.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"activity": {
"name": "火山と雲と夢色の旅路",
"time": 1705388400
"name": "理想都市-エンドレスカーニバル-・復刻",
"time": 1707202800
},
"gacha": {
"pool": "雲間の明晰夢",
"time": 1705388400
},
"last_updated": "2024-02-03 17:43:17.544"
"last_updated": "2024-02-06 11:03:11.971"
}
16 changes: 16 additions & 0 deletions resource/global/YoStarKR/resource/item_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,22 @@
"sortId": -10000,
"usage": "첨멸 실험 작전을 완료한 후 획득하는 보상. 보급품을 교환할 수 있다."
},
"act3bossrush_milestone_point": {
"classifyType": "NONE",
"description": "시뮬레이션에서 옳고 그름은 중요하지 않다. 그것들은 단지 실전에서 올바른 선택을 할 수 있도록 도와주는 보조일 뿐이다.",
"icon": "act3bossrush_milestone_point.png",
"name": "시련 경험치",
"sortId": -10000,
"usage": "시련을 끝마치고 얻은 경험치로 시련의 등급을 올리는 용도로 사용된다."
},
"act3bossrush_token_relic": {
"classifyType": "NONE",
"description": "해독되지 않은 데이터 큐브. 정보의 전달 과정에 종종 불가피한 손실을 겪는다는 것을 명심하라. 정보기록 장치를 현명하게 활용하되, 의존하지는 말 것.",
"icon": "act3bossrush_token_relic.png",
"name": "블랙큐브",
"sortId": -10000,
"usage": "억제 유닛에 데이터를 업그레이드하는 용도로 사용된다."
},
"act4d0_intelligencepoint": {
"classifyType": "NONE",
"description": "임무 피드백, 전리품 수집, 재료 연구, 논문 교류나 전장 청소까지, 로도스 아일랜드의 효율적인 정보 시스템은 멈추는 일 없이 늘 각종 작전에서 다양한 정보를 수집하며, 수집한 정보를 분석하고 계산하여 다양한 결론을 도출해낸다. 그러니 블랙박스 바깥에 있는 사람은, 이 양자화된 데이터를 보기만 하면 된다는 거다.",
Expand Down
24 changes: 20 additions & 4 deletions resource/global/YoStarKR/resource/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@
"진입하기"
]
},
"IC-Open": {
"text": [
"이상적인",
"엔드리스",
"카니발",
"개방중"
]
},
"LE-Open": {
"text": [
"링거링에코스",
Expand Down Expand Up @@ -595,7 +603,7 @@
"远牙"
],
[
".*(홀|훌)(룽|롱)데(이|0)",
".*(홀|훌)(룽|롱)데이*",
"첸더홀룽데이"
],
[
Expand Down Expand Up @@ -2095,7 +2103,7 @@
"重力"
],
[
"(사일런스더.*|.*스더패러디그.*)",
"(사일런스더.*|.*더패러디그.*)",
"사일런스더패러디그매틱"
],
[
Expand Down Expand Up @@ -2183,25 +2191,33 @@
"破旧的木篱"
],
[
"(.+야.+라더.+|.*퍄.+라.+|더카스.+)",
"(.+야.+라더.+|.*퍄.+라.+|^더카.+$)",
"에이야퍄들라더크비트아스카"
],
[
"에이야퍄들라더크비트아스카",
"纯烬艾雅法拉"
],
[
".*디.+리건.*",
"(.+리건트.*|.*디.+리건.*)",
"스와이어디엘리건트위트"
],
[
"스와이어디엘리건트위트",
"琳琅诗怀雅"
],
[
".*이오피타",
"브라이오피타"
],
[
"브라이오피타",
"苍苔"
],
[
".*사이러스",
"폰사이러스"
],
[
"폰사이러스",
"青枳"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions resource/global/YoStarKR/resource/version.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"activity": {
"name": "화산의 꿈 여행",
"time": 1705388400
"name": "이상적인 도시: 엔드리스 카니발 (재개방)",
"time": 1707202800
},
"gacha": {
"pool": "구름 위의 자각몽",
"time": 1705388400
},
"last_updated": "2024-02-03 17:43:17.544"
"last_updated": "2024-02-06 11:03:11.971"
}
8 changes: 8 additions & 0 deletions resource/global/txwy/resource/item_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,14 @@
"sortId": 60022,
"usage": "裝有各種物資補給,包含多種隨機材料。"
},
"randomMaterialRune_12": {
"classifyType": "CONSUME",
"description": "來自危機合約的材料補給箱。給予努力治療著這片大地的人們的微小回報。----危機合約",
"icon": "randomMaterialRune_12.png",
"name": "起源行動物資補給",
"sortId": 60023,
"usage": "裝有各種物資補給,包含多種隨機材料。"
},
"randomMaterialRune_2": {
"classifyType": "CONSUME",
"description": "來自危機合約的材料補給箱。給予努力治療著這片大地的人們的微小回報。----危機合約",
Expand Down
2 changes: 1 addition & 1 deletion resource/global/txwy/resource/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"pool": "熾焰無霾",
"time": 1705995000
},
"last_updated": "2024-02-03 17:43:17.544"
"last_updated": "2024-02-06 11:03:11.971"
}
Loading

0 comments on commit 63185a0

Please sign in to comment.