generated from A-kirami/nonebot-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
849 additions
and
694 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
Submodule bawiki-data
updated
from b39c71 to 3b05fa
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
from nonebot_plugin_imageutils import BuildImage | ||
|
||
from .const import RES_PATH | ||
|
||
RES_CALENDER_BANNER = BuildImage.open(RES_PATH / "calender_banner.png") | ||
# RES_SCHALE_BG = BuildImage.open(RES_PATH / "schale_bg.jpg") | ||
RES_GRADIENT_BG = BuildImage.open(RES_PATH / "gradient.png") | ||
RES_GACHA_BG = BuildImage.open(RES_PATH / "gacha_bg.png") | ||
RES_GACHA_CARD_BG = BuildImage.open(RES_PATH / "gacha_card_bg.png") | ||
RES_GACHA_CARD_MASK = BuildImage.open(RES_PATH / "gacha_card_mask.png").convert("RGBA") | ||
RES_GACHA_NEW = BuildImage.open(RES_PATH / "gacha_new.png") | ||
RES_GACHA_PICKUP = BuildImage.open(RES_PATH / "gacha_pickup.png") | ||
RES_GACHA_STAR = BuildImage.open(RES_PATH / "gacha_star.png") | ||
RES_GACHA_STU_ERR = BuildImage.open(RES_PATH / "gacha_stu_err.png") |
Oops, something went wrong.