Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeric-X committed Oct 19, 2024
1 parent 896feb2 commit fc68aa3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,10 @@ docker compose up -d
测试过的服务器:

- [x] [Nextcloud](https://nextcloud.com/)
- [x] [坚果云](https://www.jianguoyun.com/)
- [x] [AList](https://alist.nn.ci/)
- [x] [InfiniCLOUD](https://infini-cloud.net/en/)
- [x] [aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)

注意:
- 坚果云有每月流量限制和短时间内请求次数限制,建议自行设置桌面端的`轮询服务器间隔``最大上传文件大小`

## 客户端

桌面客户端(Windows/Linux/macOS)运行在后台时将自动同步剪贴板
Expand Down
1 change: 0 additions & 1 deletion docs/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ Desktop client (Windows/Linux/macOS) has a built-in server, basically the same a

Tested server:
- [x] [Nextcloud](https://nextcloud.com/)
- [x] [坚果云](https://www.jianguoyun.com/)
- [x] [AList](https://alist.nn.ci/)
- [x] [InfiniCLOUD](https://infini-cloud.net/en/)
- [x] [aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)
Expand Down
2 changes: 2 additions & 0 deletions src/SyncClipboard.Core/AppCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ private static void InitLanguage(ConfigManager configManager)

public void Run()
{
var appConfig = Services.GetRequiredService<IAppConfig>();
Logger.Write($"App core started, app name '{appConfig.AppStringId}', version '{appConfig.AppVersion}'");
var configManager = Services.GetRequiredService<ConfigManager>();
InitLanguage(configManager);

Expand Down

0 comments on commit fc68aa3

Please sign in to comment.