Skip to content

Commit

Permalink
修复启动bug 进一步完善派遣公司
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwuyou committed Jul 17, 2024
1 parent a19105a commit 7221c1e
Show file tree
Hide file tree
Showing 36 changed files with 1,163 additions and 319 deletions.
297 changes: 224 additions & 73 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,28 @@
{
"name": "器者征集",
"entry": "Collect_operators"
},
},
{
"name": "派遣公司",
"entry": "pqgs"
},
"entry": "dispatch_company_all",
"option": [
"领取资源、好感、售卖机",
"社教模拟仪",
"制造物品"
]
},
{
"name": "每日免费礼包",
"entry": "business_kiosk"
},
{
"name": "易物所",
"entry": "Barter_random"
},
},
{
"name": "在主界面喝一瓶2天内过期的水(需要喝水请选择,无需则无视,注意!目前仅支持还剩两天就过期的水)",
"entry": "drink_a_2day_water"
},
},
{
"name": "演训",
"entry": "kaishi",
Expand Down Expand Up @@ -171,138 +176,284 @@
"next": "resource_five"
}
}
}
}
]
},
"打哪个":{
"cases":[
"打哪个": {
"cases": [
{
"name": "第一关(子)(演训用)",
"param": {
"xuanze": {
"next": "SelectStage01"
}
}
},
{
"name": "第二关(丑)(演训用)",
"param": {
"xuanze": {
"next": "SelectStage02"
}
}
},
{
"name":"第一关(子)(演训用)",
"param":{
"xuanze":{
"next":"SelectStage01"
"name": "第三关(寅)(演训用)",
"param": {
"xuanze": {
"next": "SelectStage03"
}
}
},
{
"name":"第二关(丑)(演训用)",
"param":{
"xuanze":{
"next":"SelectStage02"
"name": "第四关(卯)(演训用)",
"param": {
"xuanze": {
"next": "SelectStage04"
}
}
},
{
"name": "第五关(辰)(演训用)",
"param": {
"xuanze": {
"next": "SelectStage05"
}
}
},
{
"name": "第一关(壹)(资源用)",
"param": {
"resource": {
"next": "ancient_both_sea_cantonese_often1"
}
}
},
{
"name":"第三关(寅)(演训用)",
"param":{
"xuanze":{
"next":"SelectStage03"
"name": "第二关(贰)(资源用)",
"param": {
"resource": {
"next": "ancient_both_sea_cantonese_often2"
}
}
},
{
"name": "第三关(叁)(资源用)",
"param": {
"resource": {
"next": "ancient_both_sea_cantonese_often3"
}
}
},
{
"name": "第四关(肆)(资源用)",
"param": {
"resource": {
"next": "ancient_both_sea_cantonese_often4"
}
}
},
{
"name": "第五关(伍)(资源用)",
"param": {
"resource": {
"next": "ancient_both_sea_cantonese_often5"
}
}
}
]
},
"打几次": {
"cases": [
{
"name": "打一次(速通没解锁专用)",
"param": {
"fast": {
"next": "Start1"
}
}
},
{
"name": "打一次(速通解锁专用)",
"param": {
"fast": {
"next": "Speedrun1x"
}
}
},
{
"name":"第四关(卯)(演训用",
"param":{
"xuanze":{
"next":"SelectStage04"
"name": "打两次(速通解锁专用",
"param": {
"fast": {
"next": "Speedrun2x"
}
}
},
{
"name":"第五关(辰)(演训用",
"param":{
"xuanze":{
"next":"SelectStage05"
"name": "打四次(速通解锁专用",
"param": {
"fast": {
"next": "Speedrun4x"
}
}
},
{
"name":"第一关(壹)(资源用)",
"param":{
"resource":{
"next":"ancient_both_sea_cantonese_often1"
"name": "打十次(速通解锁专用)",
"param": {
"fast": {
"next": "Speedrun10x"
}
}
}
]
},
"领取资源、好感、售卖机": {
"cases": [
{
"name": "领取奖励",
"param": {
"entry_dispath_one": {
"name": "dispath_resources"
}
}
}
]
},
"社教模拟仪": {
"cases": [
{
"name": "初级社会指南",
"param": {
"dispath_company_collect": {
"next": "dispatch_social_one"
}
}
},
{
"name":"第二关(贰)(资源用)",
"param":{
"resource":{
"next":"ancient_both_sea_cantonese_often2"
"name": "中级社会指南",
"param": {
"dispath_company_collect": {
"next": "dispatch_social_tow"
}
}
},
{
"name":"第三关(叁)(资源用)",
"param":{
"resource":{
"next":"ancient_both_sea_cantonese_often3"
"name": "高级社会指南",
"param": {
"dispath_company_collect": {
"next": "dispatch_social_three"
}
}
},
{
"name":"第四关(肆)(资源用)",
"param":{
"resource":{
"next":"ancient_both_sea_cantonese_often4"
"name": "进阶社会指南",
"param": {
"dispath_company_collect": {
"next": "dispatch_social_four"
}
}
},
{
"name":"第五关(伍)(资源用)",
"param":{
"resource":{
"next":"ancient_both_sea_cantonese_often5"
"name": "不领取",
"param": {
"dispath_company_collect": {
"next": "dc_back"
}
}
}
]
},
"打几次":{
"cases":[
"制造物品": {
"cases": [
{
"name":"打一次(速通没解锁专用)",
"param":{
"fast":{
"next":"Start1"
"name": "蓝色装备",
"param": {
"fabricate_all": {
"next": "fabricate_one"
}
}
},
{
"name":"打一次(速通解锁专用",
"param":{
"fast":{
"next":"Speedrun1x"
"name": "铜石墨条(蓝装升级",
"param": {
"fabricate_all": {
"next": "fabricate_tow"
}
}
},
{
"name":"打两次(速通解锁专用",
"param":{
"fast":{
"next":"Speedrun2x"
"name": "银石墨条(黄装升级",
"param": {
"fabricate_all": {
"next": "fabricate_three"
}
}
},
{
"name":"打四次(速通解锁专用)",
"param":{
"fast":{
"next":"Speedrun4x"
"name": "100装备经验",
"param": {
"fabricate_all": {
"next": "fabricate_four"
}
}
},
{
"name":"打十次(速通解锁专用)",
"param":{
"fast":{
"next":"Speedrun10x"
"name": "1型钢材",
"param": {
"fabricate_all": {
"next": "fabricate_five_Swipe"
}
}
},
{
"name": "资质证明1",
"param": {
"fabricate_all": {
"next": "fabricate_six_Swipe"
}
}
},
{
"name": "资质证明2",
"param": {
"fabricate_all": {
"next": "fabricate_seven_Swipe"
}
}
},
{
"name": "高级制造申请",
"param": {
"fabricate_all": {
"next": "fabricate_eight_Swipe"
}
}
},
{
"name": "2型钢材",
"param": {
"fabricate_all": {
"next": "fabricate_nine_Swipe"
}
}
},
{
"name": "资质证明3",
"param": {
"fabricate_all": {
"next": "fabricate_ten_Swipe"
}
}
},
{
"name": "不制造",
"param": {
"fabricate_all": {
"next": "dc_back"
}
}
}
]
}
},

"version": "v0.0.1"
}
}
Binary file added assets/resource/base/image/Company/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/coin_flip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/d_company.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Company/donshe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/resource/base/image/Company/office.png
Binary file added assets/resource/base/image/Startup/11.png
Loading

0 comments on commit 7221c1e

Please sign in to comment.