Skip to content

Commit fe0e4ec

Browse files
committed
更新
1 parent da0cf27 commit fe0e4ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pythonscr/update-script-list/update-script-list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# file.write(html_table)
8585
# print(f'HTML 表格已保存为 {html_file_path}')
8686
# 读取 README.md 文件
87-
readme_path = 'README.md'
87+
readme_path = 'docs/README.md'
8888
with open(readme_path, 'r', encoding='utf-8') as file:
8989
readme_content = file.read()
9090

pythonscr/翻译readme_slp/translate_readme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"translatelist": [
33
{
44
"foldpath": "",
5-
"translatefile": "README.md",
5+
"translatefile": "docs/README.md",
66
"translatedto": [
77
"en",
88
"ko",

0 commit comments

Comments
 (0)