This commit is contained in:
2025-03-18 11:13:31 +08:00
parent 885e3f990b
commit c885d68c94
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
See the `conf.py`: See the `conf.py`:
``` ```
scheme = 'B' scheme = 'A'
schemeA = { schemeA = {
'image_name': 'd1.jpg', 'image_name': 'd1.jpg',
+1 -1
View File
@@ -1,4 +1,4 @@
scheme = 'B' scheme = 'A'
schemeA = { schemeA = {
'image_name': 'd1.jpg', 'image_name': 'd1.jpg',
+1 -1
View File
@@ -25,4 +25,4 @@ if __name__ == '__main__':
run_script("schemeB.py") run_script("schemeB.py")
else: else:
print('请检查配置文件conf.py中的scheme字段') print('Please check the scheme field in the configuration file conf.py')