This commit is contained in:
1-6
2023-09-24 08:50:43 +08:00
parent 20416a586a
commit e9eb67473b
9 changed files with 35 additions and 216 deletions
-1
View File
@@ -14,7 +14,6 @@ func getPaterner(uuid, path string) (string, string, bool) {
break
}
}
for _, f := range ls { //同源
if f.Address == address && (f.Title == path || f.UUID == path) {
data = plugins.GetBytes(f.UUID)