Skip to content

Commit

Permalink
feat: add default Premium booru
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 23, 2021
1 parent 461296a commit ea6449b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion store/user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
export const state = () => ({
custom: {
boorus: [],
boorus: [
{
domain: 'xbooru.com',
type: 'gelbooru',
nsfw: true,
config: null,
},
],

tagCollections: [
{
Expand Down

0 comments on commit ea6449b

Please sign in to comment.