mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
feat(docs): more changes
This commit is contained in:
parent
4b70a12e79
commit
d5107f93c0
1 changed files with 6 additions and 4 deletions
|
|
@ -24,10 +24,12 @@ const props = withDefaults(defineProps<{
|
||||||
}>(), {
|
}>(), {
|
||||||
staticTitle: 'Warp',
|
staticTitle: 'Warp',
|
||||||
words: () => [
|
words: () => [
|
||||||
'A fast networking library.',
|
'Rapidly-fast networking.',
|
||||||
'A simple networking library.',
|
'Remarkably simple.',
|
||||||
'A powerful networking library.',
|
'It feels so powerful.',
|
||||||
'A lightweight networking',
|
'Type-safe and lightweight.',
|
||||||
|
'Tired of defining schemas?',
|
||||||
|
'Just use Warp.',
|
||||||
],
|
],
|
||||||
typeSpeed: 50,
|
typeSpeed: 50,
|
||||||
deleteSpeed: 20,
|
deleteSpeed: 20,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue