This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix:
🚑
fix a bug about the Sunshine
tags/0.1.0
shangfengh
2 years ago
parent
0e5b594d83
commit
c21702ebef
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.github/workflows/upload_deploy.yml
+2
-0
logic/Preparation/Interface/IOccupation.cs
+ 0
- 1
.github/workflows/upload_deploy.yml
View File
@@ -70,7 +70,6 @@ jobs:
- name: Create PDF
uses: mkrakowitzer/actions-makepdfs@v1.3
if: github.ref == 'refs/heads/master'
with:
markdown_dir: ./Md
output_dir: ./THUAI6/
+ 2
- 0
logic/Preparation/Interface/IOccupation.cs
View File
@@ -416,6 +416,8 @@ namespace Preparation.Interface
return new TechOtaku();
case CharacterType.Idol:
return new Idol();
case CharacterType.Sunshine:
return new Sunshine();
case CharacterType.Athlete:
default:
return new Athlete();
Write
Preview
Loading…
Cancel
Save