+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+ {{ slug }}
+
+ {{ fetchNewsOrgInfo }}
+
+ {{ loading }}
+
+
\ No newline at end of file
diff --git a/server/api/getData/fetchNewsOrgInfo.ts b/server/api/getData/fetchNewsOrgInfo.ts
new file mode 100644
index 0000000..c14b0e0
--- /dev/null
+++ b/server/api/getData/fetchNewsOrgInfo.ts
@@ -0,0 +1,12 @@
+export default defineEventHandler(async(event) => {
+ const body = await readBody(event);
+ return {
+ body: body,
+ title: "News Org 1",
+ slug: "taisounds",
+ website: "https://www.taisounds.com.tw",
+ description: ""
+ }
+})
+
+
\ No newline at end of file
diff --git a/styles/tailwind.css b/styles/tailwind.css
new file mode 100644
index 0000000..f1d8c73
--- /dev/null
+++ b/styles/tailwind.css
@@ -0,0 +1 @@
+@import "tailwindcss";
diff --git a/tailwind.config.ts b/tailwind.config.ts
new file mode 100644
index 0000000..c3f714d
--- /dev/null
+++ b/tailwind.config.ts
@@ -0,0 +1,4 @@
+plugins: [
+ // Other plugins
+ require('tailwindcss-animatecss'),
+]
\ No newline at end of file