generated from LiteLoaderQQNT/Plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,5 @@ def geneXMLInfo(): | |
return xml_elements | ||
|
||
|
||
def StartEN(): | ||
if __name__ == "__main__": | ||
START("EN", geneXMLInfo()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,6 @@ def geneXMLInfo(): | |
return xml_elements | ||
|
||
|
||
def StartGBK(): | ||
if __name__ == "__main__": | ||
START("GBK", geneXMLInfo()) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,5 +34,5 @@ def geneXMLInfo(): | |
return xml_elements | ||
|
||
|
||
def StartJP(): | ||
if __name__ == "__main__": | ||
START("JP", geneXMLInfo()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,5 @@ def geneXMLInfo(): | |
return xml_elements | ||
|
||
|
||
def StartKFC(): | ||
if __name__ == "__main__": | ||
START("KFC", geneXMLInfo()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,5 +29,5 @@ def geneXMLInfo(): | |
return xml_elements | ||
|
||
|
||
def StartRUS(): | ||
if __name__ == "__main__": | ||
START("RUS", geneXMLInfo()) |