From f6f8e82a7b1e42e8587f18a161bcbebd33321721 Mon Sep 17 00:00:00 2001 From: chenchun Date: Sun, 26 Apr 2026 23:01:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A1=B5=E9=9D=A2):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=B0=E9=97=BB=E3=80=81=E4=BD=9C=E5=93=81=E3=80=81=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E5=AE=A4=E5=92=8C=E8=81=94=E7=B3=BB=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加四个新的页面组件:news.vue、work.vue、studio.vue 和 contact.vue 同时更新.gitignore文件,添加.trae忽略项 --- .gitignore | 1 + app/pages/contact.vue | 9 +++++++++ app/pages/news.vue | 9 +++++++++ app/pages/studio.vue | 9 +++++++++ app/pages/work.vue | 9 +++++++++ 5 files changed, 37 insertions(+) create mode 100644 app/pages/contact.vue create mode 100644 app/pages/news.vue create mode 100644 app/pages/studio.vue create mode 100644 app/pages/work.vue diff --git a/.gitignore b/.gitignore index 4a7f73a..2b7db83 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ logs .DS_Store .fleet .idea +.trae # Local env files .env diff --git a/app/pages/contact.vue b/app/pages/contact.vue new file mode 100644 index 0000000..0ec248a --- /dev/null +++ b/app/pages/contact.vue @@ -0,0 +1,9 @@ + + + diff --git a/app/pages/news.vue b/app/pages/news.vue new file mode 100644 index 0000000..b7e27c6 --- /dev/null +++ b/app/pages/news.vue @@ -0,0 +1,9 @@ + + + diff --git a/app/pages/studio.vue b/app/pages/studio.vue new file mode 100644 index 0000000..e6bf7ac --- /dev/null +++ b/app/pages/studio.vue @@ -0,0 +1,9 @@ + + + diff --git a/app/pages/work.vue b/app/pages/work.vue new file mode 100644 index 0000000..31f93c5 --- /dev/null +++ b/app/pages/work.vue @@ -0,0 +1,9 @@ + + +