-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: compatible with v6 plugin API, refactor messaging system (#421)
Co-authored-by: Alex <alexzhang1030@foxmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3e882aa
commit 3feec46
Showing
225 changed files
with
4,129 additions
and
4,694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<script setup lang="ts"> | ||
</script> | ||
|
||
<template> | ||
<div class="h-screen w-screen $ui-fcc flex-col"> | ||
<div class="outer"> | ||
<div class="inner"> | ||
<i class="i-logos-vue inline-block h8! w8!" alt="Vue logo" /> | ||
</div> | ||
</div> | ||
<slot /> | ||
</div> | ||
</template> | ||
|
||
<style scoped> | ||
@keyframes connecting { | ||
0% { | ||
--at-apply: opacity-60 scale-60; | ||
} | ||
50% { | ||
--at-apply: opacity-80 scale-80; | ||
} | ||
100% { | ||
--at-apply: opacity-100 scale-100; | ||
} | ||
} | ||
.outer, | ||
.inner { | ||
--at-apply: transform rounded-[50%] bg-primary-500 bg-opacity-10; | ||
} | ||
.outer { | ||
--at-apply: p-6; | ||
animation: connecting 1.2s linear infinite; | ||
} | ||
.inner { | ||
--at-apply: pt-6 pr-5 pb-4 pl-5; | ||
animation: connecting 1.2s 0.1s backwards linear infinite; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.