wente
2024-06-13 0f96b0f3f0b21c0ef6e4097dfceeb28f9215e327
1
2
3
4
5
6
7
8
9
export default {
  name: 'Hello World',
  text: 'Hello World!\n\nYou clicked here: {x}, {y}',
  buttons: [
    {
      title: "Say 'Hello World'"
    }
  ]
};