mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add docs :)
This commit is contained in:
parent
ba1b3afa6f
commit
7b46cc7e6f
41 changed files with 2405 additions and 16 deletions
|
@ -61,10 +61,7 @@ watch(
|
|||
draggable="false"
|
||||
/>
|
||||
<div class="flex flex-col gap-3 text-left">
|
||||
<h1
|
||||
class="text-4xl font-bold m-3 text-left"
|
||||
ref="orgNameAnimation"
|
||||
>
|
||||
<h1 class="text-4xl font-bold m-3 text-left" ref="orgNameAnimation">
|
||||
{{ fetchNewsOrgInfo?.title }}
|
||||
</h1>
|
||||
<span class="text-ms m-1 mt-5 text-left text-wrap">{{
|
||||
|
|
|
@ -1,13 +1,26 @@
|
|||
<script setup lang="ts">
|
||||
import { HeartIcon } from 'lucide-vue-next';
|
||||
import { HeartIcon } from "lucide-vue-next";
|
||||
const localeLink = useLocalePath();
|
||||
</script>
|
||||
<template>
|
||||
<div
|
||||
class="flex flex-col justify-center align-center text-center absolute inset-x-0"
|
||||
>
|
||||
<span class="text-sm text-center align-center justify-center flex flex-row group mb-0"><span>Made with </span><HeartIcon class="w-5 h-5 mx-2 text-red-500 transition-all duration-300 group-hover:scale-125" /><span> & <a href="https://github.com/hpware/news-analyze" class="hover:text-sky-500 transition-all duration-100">Open Source</a></span></span>
|
||||
<span class="text-sm m-4 mt-0 mb-0 text-center align-center justify-center"
|
||||
<span
|
||||
class="text-sm text-center align-center justify-center flex flex-row group mb-0"
|
||||
><span>Made with </span
|
||||
><HeartIcon
|
||||
class="w-5 h-5 mx-2 text-red-500 transition-all duration-300 group-hover:scale-125"
|
||||
/><span>
|
||||
&
|
||||
<a
|
||||
href="https://github.com/hpware/news-analyze"
|
||||
class="hover:text-sky-500 transition-all duration-100"
|
||||
>Open Source</a
|
||||
></span
|
||||
></span
|
||||
>
|
||||
<span class="text-sm m-4 mt-0 mb-0 text-center align-center justify-center"
|
||||
>2025 - {{ new Date().getFullYear() }} © hpware</span
|
||||
>
|
||||
<span class="text-xs mt-0 m-2 text-center align-center justify-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue