Skip to content

Commit

Permalink
update script/update_vika.py.
Browse files Browse the repository at this point in the history
Signed-off-by: 曲淡歌 <[email protected]>
  • Loading branch information
qaqhub authored and gitee-org committed Nov 12, 2024
1 parent a946fd0 commit 82e3778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/update_vika.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def main():

# 加载JSON文件
ranked_plugins = load_json_file('zh-cn/ranked_plugins.json')
directory = load_json_file('directory/zh-cn.json')
directory = load_json_file('translation/directory/zh-cn.json')

print(f"ranked_plugins.json 包含 {len(ranked_plugins)} 条记录")
print(f"directory.json 包含 {len(directory)} 条记录")
Expand Down

0 comments on commit 82e3778

Please sign in to comment.