+ import SelfTags from '$lib/home/framework/ui/SelfTags.svelte';
+
+
+
+
Hello 大家好!
+
+
+
diff --git a/frontend-v2/src/lib/home/framework/ui/SelfTags.svelte b/frontend-v2/src/lib/home/framework/ui/SelfTags.svelte
new file mode 100644
index 0000000..b35dd60
--- /dev/null
+++ b/frontend-v2/src/lib/home/framework/ui/SelfTags.svelte
@@ -0,0 +1,77 @@
+
+
+
+
+
+ {#each showingTags as tag (tag)}
+ # {tag}
+ {/each}
+
+
diff --git a/frontend-v2/src/routes/+page.svelte b/frontend-v2/src/routes/+page.svelte
index cc88df0..226e475 100644
--- a/frontend-v2/src/routes/+page.svelte
+++ b/frontend-v2/src/routes/+page.svelte
@@ -1,2 +1,7 @@
-
Welcome to SvelteKit
-
Visit svelte.dev/docs/kit to read the documentation
+
+
+
+
+