Add more possible buttons
This commit is contained in:
@@ -21,6 +21,17 @@ const possibleLabels = [
|
|||||||
'Rosebud',
|
'Rosebud',
|
||||||
'You show that customer',
|
'You show that customer',
|
||||||
'Do it for Berend',
|
'Do it for Berend',
|
||||||
|
'To the bad cave!',
|
||||||
|
'The more you earn, the more you learn',
|
||||||
|
'Fortune sides with him who dares',
|
||||||
|
'Up, Up, Down, Down, Left, Right, Left, Right, B, A.',
|
||||||
|
'Show me the money',
|
||||||
|
'Something for nothing',
|
||||||
|
'There is no cow level',
|
||||||
|
'WhatIsBestInLife',
|
||||||
|
'RealMenDrillDeep',
|
||||||
|
'WhySoSerious',
|
||||||
|
'IAmIronMan',
|
||||||
];
|
];
|
||||||
const label = randomLabel(possibleLabels);
|
const label = randomLabel(possibleLabels);
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import vue from '@vitejs/plugin-vue';
|
|||||||
import { resolve } from 'path';
|
import { resolve } from 'path';
|
||||||
|
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig(({ mode }) => ({
|
export default defineConfig({
|
||||||
plugins: [vue()],
|
plugins: [vue()],
|
||||||
base: '/',
|
base: '/',
|
||||||
resolve: {
|
resolve: {
|
||||||
@@ -11,4 +11,4 @@ export default defineConfig(({ mode }) => ({
|
|||||||
'@': resolve(__dirname, './src'),
|
'@': resolve(__dirname, './src'),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}));
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user