Skip to content

Commit 812a95e

Browse files
committed
update Copyright
1 parent e62ccf6 commit 812a95e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024-present zhanglkx
3+
Copyright (c) 2025-present zhanglkx
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ npm run build
378378
```
379379
MIT License
380380
381-
Copyright (c) 2024-present zhanglkx
381+
Copyright (c) 2025-present zhanglkx
382382
```
383383

384384
这意味着你可以自由地使用、修改和分发本项目,但需要保留原作者的版权声明。

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ This project is licensed under the [MIT](./LICENSE) License.
378378
```
379379
MIT License
380380
381-
Copyright (c) 2024-present zhanglkx
381+
Copyright (c) 2025-present zhanglkx
382382
```
383383

384384
This means you are free to use, modify, and distribute this project, but must retain the original author's copyright notice.

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ export default defineConfig({
550550
footer: {
551551
message:
552552
'<a href="https://github.com/zhanglkx/FrontendNotes/blob/main/LICENSE" target="_blank">MIT License</a>',
553-
copyright: "Copyright © 2024-present zhanglkx",
553+
copyright: "Copyright © 2025-present zhanglkx",
554554
},
555555

556556
// ==================== 文档页脚配置 ====================

docs/05.关于/01.关于.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ author:
168168
<div style="text-align: center; color: var(--vp-c-text-2); font-size: 0.9rem;">
169169
<p>用心整理,持续更新 💪</p>
170170
<p>Made with ❤️ by zhanglkx</p>
171-
<p style="margin-top: 1rem;"2024-present zhanglkx. All rights reserved.</p>
171+
<p style="margin-top: 1rem;"2025-present zhanglkx. All rights reserved.</p>
172172
</div>

0 commit comments

Comments
 (0)