Browse Source

fix: 🚑 fix a bug about the Sunshine

tags/0.1.0
shangfengh 2 years ago
parent
commit
c21702ebef
2 changed files with 2 additions and 1 deletions
  1. +0
    -1
      .github/workflows/upload_deploy.yml
  2. +2
    -0
      logic/Preparation/Interface/IOccupation.cs

+ 0
- 1
.github/workflows/upload_deploy.yml View File

@@ -70,7 +70,6 @@ jobs:


- name: Create PDF - name: Create PDF
uses: mkrakowitzer/actions-makepdfs@v1.3 uses: mkrakowitzer/actions-makepdfs@v1.3
if: github.ref == 'refs/heads/master'
with: with:
markdown_dir: ./Md markdown_dir: ./Md
output_dir: ./THUAI6/ output_dir: ./THUAI6/


+ 2
- 0
logic/Preparation/Interface/IOccupation.cs View File

@@ -416,6 +416,8 @@ namespace Preparation.Interface
return new TechOtaku(); return new TechOtaku();
case CharacterType.Idol: case CharacterType.Idol:
return new Idol(); return new Idol();
case CharacterType.Sunshine:
return new Sunshine();
case CharacterType.Athlete: case CharacterType.Athlete:
default: default:
return new Athlete(); return new Athlete();


Loading…
Cancel
Save