Merge branch 'master' into dev
This commit is contained in:
commit
e16fb88c08
4 changed files with 28 additions and 4 deletions
26
README.md
26
README.md
|
|
@ -2,6 +2,30 @@
|
||||||
|
|
||||||
**A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.**
|
**A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.**
|
||||||
|
|
||||||
|
<a href="https://trendshift.io/repositories/10421" target="_blank">
|
||||||
|
<img
|
||||||
|
src="https://trendshift.io/api/badge/repositories/10421"
|
||||||
|
alt="ccbikai/Sink | Trendshift"
|
||||||
|
style="width: 250px; height: 55px;"
|
||||||
|
width="250"
|
||||||
|
height="55"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
<a href="https://news.ycombinator.com/item?id=40843683">
|
||||||
|
<img
|
||||||
|
src="https://hackernews-badge.vercel.app/api?id=40843683"
|
||||||
|
alt="Featured on Hacker News"
|
||||||
|
style="width: 250px; height: 55px;"
|
||||||
|
width="250"
|
||||||
|
height="55"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
@ -89,5 +113,5 @@ We welcome your contributions and PRs.
|
||||||
|
|
||||||
## ☕ Sponsor
|
## ☕ Sponsor
|
||||||
|
|
||||||
1. [Follow Me on X(Twitter)](https://x.com/ccbikai).
|
1. [Follow Me on X(Twitter)](https://x.com/xkaibi).
|
||||||
2. [Become a sponsor to on GitHub](https://github.com/sponsors/ccbikai).
|
2. [Become a sponsor to on GitHub](https://github.com/sponsors/ccbikai).
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ import { ArrowRight } from 'lucide-vue-next'
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<a
|
<a
|
||||||
href="https://x.com/ccbikai"
|
href="https://x.com/xkaibi"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
title="X(Twitter)"
|
title="X(Twitter)"
|
||||||
class="inline-flex items-center px-3 py-1 mx-auto my-4 space-x-1 text-sm font-medium rounded-lg bg-muted"
|
class="inline-flex items-center px-3 py-1 mx-auto my-4 space-x-1 text-sm font-medium rounded-lg bg-muted"
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ onMounted(() => {
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://x.com/ccbikai"
|
href="https://x.com/xkaibi"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
title="Twitter"
|
title="Twitter"
|
||||||
class="text-gray-400 hover:text-gray-500"
|
class="text-gray-400 hover:text-gray-500"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "sink",
|
"name": "sink",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.1.2",
|
"packageManager": "pnpm@9.1.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue