1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 16:47:03 +08:00

Dev: Uniform comments of generated files

This commit is contained in:
LmeSzinc
2021-12-07 23:23:08 +08:00
parent 29d963a2c0
commit d5735604e1
39 changed files with 43 additions and 43 deletions

View File

@@ -95,8 +95,8 @@ class OSChapter:
def encode(self):
lines = []
lines.append('# This file is generated by dev_tools.os_extract')
lines.append("# Don't modified it manually.")
lines.append('# This file was automatically generated by dev_tools/os_extract.py.')
lines.append("# Don't modify it manually.")
lines.append('')
lines.append('DIC_OS_MAP = {')
for index, chapter in self.chapter.items():