You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom/index.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ htmlAttrs:
99
99
100
100
Επιπλέον, κάθε διαφάνεια δέχεται την ακόλουθη ρύθμιση στο μπλοκ Frontmatter:
101
101
102
+
<<<<<<< HEAD
102
103
*`clicks` (`number`): Προσαρμοσμένος αριθμός clicks (μάθετε περισσότερα [εδώ](/guide/animations.html#πpοσαpμοσμένος-αpιθμός-clicks)).
103
104
*`disabled` (`boolean`): Απενεργοποιήστε πλήρως τη διαφάνεια.
104
105
*`hide` (`boolean`): Αποκρύψτε τις υπο-διαφάνειες όταν χρησιμοποιείτε το `src` (μάθετε περισσότερα [εδώ](/guide/syntax.html#πολλαπλές-είσοδοι)).
@@ -110,6 +111,20 @@ htmlAttrs:
110
111
*`src` (`string`): Συμπεριλάβετε ένα αρχείο markdown (μάθετε περισσότερα [εδώ](/guide/syntax.html#πολλαπλές-είσοδοι)).
111
112
*`title` (`string`): Παρακάμψτε τον τίτλο για τα στοιχεία `<Title>` και `<Toc>` (μάθετε περισσότερα [εδώ](/builtin/components.html#titles)).
112
113
*`transition` (`string | TransitionProps`): Ορίστε τη μετάβαση μεταξύ της διαφάνειας και της επόμενης (μάθετε περισσότερα [εδώ](/guide/animations.html#μεταβάσεις-διαφανειών)).
114
+
=======
115
+
*`clicks` (`number`): Custom clicks count (learn more [here](/guide/animations.html#custom-total-clicks-count)).
116
+
*`disabled` (`boolean`): Completely disable and hide the slide.
117
+
*`hide` (`boolean`): The same as `disabled`.
118
+
*`hideInToc` (`boolean`): Hide the slide for the `<Toc>` components (learn more [here](/builtin/components.html#toc)).
119
+
*`layout` (`string`): Defines the layout component applied to the slide (learn more [here](/guide/syntax.html#front-matter-layouts) and [here](/builtin/layouts.html)).
120
+
*`level` (`number`): Override the title level for the `<Title>` and `<Toc>` components (only if `title` has also been declared, learn more [here](/builtin/components.html#titles)).
121
+
*`preload` (`boolean`, default `true`): Preload the next slide (learn more [here](/guide/animations.html#motion)).
122
+
*`routeAlias` (`string`): Create a route alias that can be used in the URL or with the `<Link>` component (learn more [here](/builtin/components.html#link)).
123
+
*`src` (`string`): Includes a markdown file (learn more [here](/guide/syntax.html#multiple-entries)).
124
+
*`title` (`string`): Override the title for the `<Title>` and `<Toc>` components (learn more [here](/builtin/components.html#titles)).
125
+
*`transition` (`string | TransitionProps`): Defines the transition between the slide and the next one (learn more [here](/guide/animations.html#slide-transitions)).
126
+
*`zoom` (`number`): Custom zoom scale. Useful for slides with a lot of content.
Copy file name to clipboardExpand all lines: guide/install.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,12 +160,22 @@ npm run slidev -- --open
160
160
161
161
Επιλογές:
162
162
163
+
<<<<<<< HEAD
163
164
*`--port`, `-p` (`number`, προεπιλογή: `3030`): αριθμός port.
164
165
*`--open`, `-o` (`boolean`, προεπιλογή: `false`): άνοιγμα στο πρόγραμμα περιήγησης.
165
166
*`--remote [password]` (`string`): ακούει τον public host και ενεργοποιεί τον απομακρυσμένο έλεγχο, εάν περαστεί μια τιμή, τότε η λειτουργία του παρουσιαστή είναι ιδιωτική και προσβάσιμη μόνο με τη διαβίβαση του συγκεκριμένου κωδικού πρόσβασης στην παράμετρο `password` του URL query.
166
167
*`--log` (`'error', 'warn', 'info', 'silent'`, προεπιλογή: `'warn'`): επίπεδο καταγραφής δεδομένων.
167
168
*`--force`, `-f` (`boolean`, προεπιλογή `false`): αναγκάζει τον βελτιστοποιητή να αγνοήσει την προσωρινή μνήμη και να κάνει re-bundle.
168
169
*`--theme`, `-t` (`string`): παρακάμπτει το θέμα.
170
+
=======
171
+
*`--port`, `-p` (`number`, default: `3030`): port number.
172
+
*`--open`, `-o` (`boolean`, default: `false`): open in browser.
173
+
*`--remote [password]` (`string`): listen to public host and enable remote control, if a value is passed then the presenter mode is private and only accessible by passing the given password in the URL query `password` parameter.
174
+
*`--bind` (`string`, default: `0.0.0.0`): specify which IP addresses the server should listen on in the remote mode.
0 commit comments