From 588605f21ea83e4be3704ba1fd4905318b66ae73 Mon Sep 17 00:00:00 2001 From: Techit Thawiang Date: Sun, 9 Nov 2025 09:40:32 +0700 Subject: [PATCH] Add get your own tree button and chnage example link --- app/pages/tree/[...slug].vue | 3 +++ app/pages/tree/index.vue | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/pages/tree/[...slug].vue b/app/pages/tree/[...slug].vue index d53dbe3..548e3c0 100644 --- a/app/pages/tree/[...slug].vue +++ b/app/pages/tree/[...slug].vue @@ -15,6 +15,9 @@
+
+ Get your own Tree +
diff --git a/app/pages/tree/index.vue b/app/pages/tree/index.vue index 4d4b9a7..9e51ac3 100644 --- a/app/pages/tree/index.vue +++ b/app/pages/tree/index.vue @@ -16,7 +16,7 @@

Features

Currently there aren't much features, to put it easy I only offer custom background image, custom profile image and custom open graph cover image (this can leave blank but will results in no cover image for social media embeds or cards) for now.

Slug

-

This is obvious and simplest thing in the system, it is named after what you'd like, think of a username you would like to use. For example I want https://techit.win/tree/techit, just tell me you want techit as your slug.

+

This is obvious and simplest thing in the system, it is named after what you'd like, think of a username you would like to use. For example I want https://techit.win/tree/techitwinner, just tell me you want techit as your slug.

JSON structure

This is very messed up because I'm very lazy to make a proper API and database than to make a simple JSON static file.