mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Make a poc for the api for line today & made some docs for myself and
others so others also can use the api
This commit is contained in:
parent
1680945186
commit
ba1b3afa6f
12 changed files with 212 additions and 9 deletions
|
@ -471,7 +471,9 @@ watchEffect((cleanupFn) => {
|
|||
v-else
|
||||
>
|
||||
<!--Menu container-->
|
||||
<div class="flex flex-row g-2 text-gray-400 z-9999 selection:opacity-0">
|
||||
<div
|
||||
class="flex flex-row g-2 rounded-xl gray-500/80 backdrop-blur-sm z-9999 selection:opacity-0"
|
||||
>
|
||||
<button
|
||||
@click="toggleMenu"
|
||||
class="w-8 h-8 text-white hover:text-blue-500 transition-all duration-100 flex flex-row"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue