Skip to content

Commit

Permalink
Update 1.5.1-release
Browse files Browse the repository at this point in the history
  • Loading branch information
TG-Twilight authored Aug 28, 2024
1 parent 5cfada2 commit 265c5af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ def WriteFile(name, text, suffix, comment, module_total):
try:
with open(OUT_PATH + "/AWAvenue-Ads-Rule-" + name + suffix, 'w', encoding="utf-8") as file:
title = f"""{comment}Title: AWAvenue Ads Rule
{comment}Last modified: {format_time}
{comment}--------------------------------------
{comment}Total lines: {module_total}
{comment}Version: 1.5.0-release-Patch-2
{评论}Last modified: {format_time}
{评论}--------------------------------------
{评论}Total lines: {module_total}
{评论}Version: 1.5.1-release
{comment}Homepage: https://github.com/TG-Twilight/AWAvenue-Ads-Rule
{comment}License: https://github.com/TG-Twilight/AWAvenue-Ads-Rule/blob/main/LICENSE
{评论}Homepage: https://github.com/TG-Twilight/AWAvenue-Ads-Rule
{评论}License: https://github.com/TG-Twilight/AWAvenue-Ads-Rule/blob/main/LICENSE
"""
Expand Down

0 comments on commit 265c5af

Please sign in to comment.