模块化rand_image

This commit is contained in:
fumiama
2021-07-02 17:19:41 +08:00
parent 956c741c38
commit 60dbd0d579
8 changed files with 17 additions and 224 deletions

View File

@@ -38,7 +38,7 @@ func NewPools() *Pool {
Pool: map[string][]*pixiv.Illust{},
Form: 0,
}
err := os.MkdirAll(cache.Path, 0644)
err := os.MkdirAll(cache.Path, 0755)
if err != nil {
panic(err)
}