ArisStudio / ArisStudio_Legacy

做你自己的碧蓝档案故事 | Make your own BlueArchive story(deprecated)
https://github.com/ArisStudio/ArisStudio_Legacy/wiki
GNU General Public License v3.0
255 stars 28 forks source link

Parse the chronological order of the text #26

Closed Tualin14 closed 10 months ago

Tualin14 commented 1 year ago

Now

Preload

graph LR

F[Text File]
O[Origin Text List]
P[PreLoad Cache]

F-->|Load| O -->|PreLoad| P

Run

graph LR

O[Origin Text List]
P[PreLoad Cache]

C[Each Command]

O -->|Foreach Text| P -->|Combination| C

Hope

Preload

graph LR

F[Text File]
O[Origin Text List]
P[PreLoad Cache]
C[Parsed Commands List]
L[Last Story File]

F-->|Load| O -->|PreLoad| C -->|OutPut| L
O -->|PreLoad| P--> C

Run

for each command in Parsed Commands List

Tualin14 commented 10 months ago

Archive this repository