mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
feat: 自定义角色图上传
This commit is contained in:
parent
be1c00db59
commit
64275de0e8
11 changed files with 498 additions and 326 deletions
25
lib/guides.js
Normal file
25
lib/guides.js
Normal 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;
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue