Skip to content

Commit bf9066e

Browse files
committed
feat: 更名为 ArchiveNote
1 parent 308a387 commit bf9066e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# filetrace
1+
# ArchiveNote

web/src/components/NavBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
></path>
2020
</svg>
2121
</div>
22-
<span class="text-xl font-bold text-gray-900 dark:text-gray-100">FileTrace</span>
22+
<span class="text-xl font-bold text-gray-900 dark:text-gray-100">ArchiveNote</span>
2323
</RouterLink>
2424

2525
<!-- 主导航 -->

web/src/views/index/HomeView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="container mx-auto px-4 py-12">
66
<div class="text-center">
77
<h1 class="text-4xl font-bold text-gray-900 dark:text-gray-100 mb-4">
8-
欢迎使用 <span class="text-blue-600">FileTrace</span>
8+
欢迎使用 <span class="text-blue-600">ArchiveNote</span>
99
</h1>
1010
<p class="text-xl text-gray-600 dark:text-gray-300 mb-8 max-w-2xl mx-auto">
1111
您的个人文件和笔记管理中心,让信息整理变得简单而高效
@@ -255,7 +255,7 @@
255255
<div class="text-center mb-12">
256256
<h2 class="text-3xl font-bold text-gray-900 dark:text-gray-100 mb-4">强大的功能特点</h2>
257257
<p class="text-gray-600 dark:text-gray-400 max-w-2xl mx-auto">
258-
FileTrace 提供完整的文件和笔记管理解决方案,让您的工作更有条理
258+
ArchiveNote 提供完整的文件和笔记管理解决方案,让您的工作更有条理
259259
</p>
260260
</div>
261261

0 commit comments

Comments
 (0)