diff --git a/pages/setting/Setting.vue b/pages/setting/Setting.vue
index ec0ec26..d878caa 100644
--- a/pages/setting/Setting.vue
+++ b/pages/setting/Setting.vue
@@ -1,9 +1,137 @@
-
-
- {{title}}
-
+
+
+ General Settings
+
+
+
+
+
+
+
+ Beep
+ Beep when the scan is successfull.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Auto-copied to clipboard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search Engine
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dark Mode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Language options
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Help
+
+
+
+
+
+
+
+ FAQ
+
+
+
+
+
+
+
+
+
+
+
+ Feedback
+ Report bugs and tell us what to improve
+
+
+
+
+
+
+
+
+
+
+
+ Provacy policy
+
+
+
+
+
@@ -11,7 +139,13 @@
export default {
data() {
return {
- title: 'Hello'
+ cardMode: true,
+ beepChecked: true,
+ ClipboardCheked: true,
+ DarkModeChecked: true,
+ unlined: false,
+ inactiveColor: 'grey',
+ activeColor: 'darkblue'
}
},
onLoad() {
@@ -23,30 +157,149 @@
}
-