no message
This commit is contained in:
parent
cfc59f5d23
commit
7225438341
@ -1,6 +1,6 @@
|
||||
# Packs-Index
|
||||
- [hash-utils](#hash-utils)
|
||||
- [minecraft-SLP](#minecraft-SLP)
|
||||
- [minecraft-SLP](#minecraft-slp)
|
||||
- [network-endpoint](#network-endpoint)
|
||||
- [socket-utils](#socket-utils)
|
||||
- [string-utils](#string-utils)
|
||||
|
@ -60,7 +60,7 @@ class Metadata(dict):
|
||||
return self["groupId"]
|
||||
|
||||
@property
|
||||
def artifactId(self):
|
||||
def artifactId(self)->str:
|
||||
return self["artifactId"]
|
||||
|
||||
@property
|
||||
@ -123,7 +123,7 @@ def getdatas() -> list[Metadata]:
|
||||
if __name__ == '__main__':
|
||||
readme = f"# Packs-Index\n"
|
||||
for metadata in getdatas():
|
||||
readme += f"- [{metadata.artifactId}](#{metadata.artifactId})\n"
|
||||
readme += f"- [{metadata.artifactId}](#{metadata.artifactId.lower()})\n"
|
||||
f = open('./update/README.MD','r',encoding='utf-8')
|
||||
readme += f.read()
|
||||
f.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user