docs: 更新项目文档中的仓库链接和版权信息

更新README.md、LICENSE和DEPLOY.md文件中的仓库克隆链接,将原GitHub仓库地址替换为新的项目地址。同时更新LICENSE文件中的版权信息,添加年份和作者信息。
This commit is contained in:
Snowz 2025-05-26 20:33:56 +08:00
parent b0df31fde2
commit 08aa0a8975
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo b
- 在"终端"中执行:
```bash
cd /www/wwwroot/your-domain.com
git clone https://github.com/your-repo/submission-system.git .
git clone https://ckk.photo8.site/Snowz/tougao.git .
```
2. **设置文件权限**

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2024 Content Submission System
Copyright (c) [2025] [SnowZ] [https://ckk.photo8.site/Snowz/tougao.git]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -44,7 +44,7 @@
```bash
# 在宝塔面板文件管理中,进入网站根目录
# 上传项目文件或使用Git克隆
git clone https://github.com/your-repo/submission-system.git
git clone https://ckk.photo8.site/Snowz/tougao.git
```
2. **设置网站**