Skip to content

Commit

Permalink
fix: 长层级课本加换行符
Browse files Browse the repository at this point in the history
  • Loading branch information
GoForceX committed Oct 18, 2023
1 parent fa9b0cc commit 15eec3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/v1.3/tchMaterial-parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def SelEvent(index, *args):
currHier = currHier[currID]["children"]

currID = [element for element in currHier if currHier[element]["title"] == variables[index].get()][0]
url_text.insert("end", f"https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId={currID}&catalogType=tchMaterial&subCatalog=tchMaterial")
url_text.insert("end", f"\nhttps://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId={currID}&catalogType=tchMaterial&subCatalog=tchMaterial")

# 绑定事件
for index in range(6):
Expand Down

0 comments on commit 15eec3c

Please sign in to comment.