feat: 自定义角色图上传

This commit is contained in:
bietiaop 2024-08-01 19:08:43 +08:00
parent be1c00db59
commit 64275de0e8
11 changed files with 498 additions and 326 deletions

25
lib/guides.js Normal file
View file

@ -0,0 +1,25 @@
export default {
guideSources: [
'新艾利都快讯',
'清茶沐沐Kiyotya',
'小橙子阿',
'猫冬',
'月光中心',
'苦雪的清心花凉糕Suki',
'HoYo青枫',
],
collection_id: [
[],
// 来源:新艾利都快讯
[2712859],
[2727116],
[2721968],
[2724610],
[2722266],
[2723586],
[2716049],
],
get guideMaxNum() {
return this.guideSources.length;
},
};