mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2025-09-05 11:46:25 +00:00
🐛v0.1.4.1,随机背景图函数返回uri,修复Windows无背景图
This commit is contained in:
@ -2,4 +2,5 @@ from .config import BGIMAGE_PATH
|
||||
import random
|
||||
def choose_random_bgimage():
|
||||
randomfile = random.choice(list(BGIMAGE_PATH.iterdir()))
|
||||
return str(randomfile)
|
||||
randomurl = randomfile.as_uri()
|
||||
return randomurl
|
Reference in New Issue
Block a user