diff --git a/.gitignore b/.gitignore index c68a70d..0e7a59b 100644 --- a/.gitignore +++ b/.gitignore @@ -181,4 +181,3 @@ workspace/ # Private Config config/config.toml - diff --git a/desktop/README.md b/desktop/README.md index e384dd4..6b44fc0 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -53,7 +53,7 @@ nodejs: https://nodejs.org/en To run the project: cd .\desktop - wails dev + wails dev To start the backend service: @@ -69,7 +69,3 @@ To build the application: wails build The built application will be located in the project’s dist directory. - - - - diff --git a/desktop/README_zh.md b/desktop/README_zh.md index 608047b..8e1fe93 100644 --- a/desktop/README_zh.md +++ b/desktop/README_zh.md @@ -53,7 +53,7 @@ nodejs官网安装: https://nodejs.org/en 运行项目: cd .\desktop - wails dev + wails dev 启动服务端: @@ -69,7 +69,3 @@ nodejs官网安装: https://nodejs.org/en wails build 构建好的应用在项目dist目录下 - - - - diff --git a/desktop/app.go b/desktop/app.go index 30ec41d..e796dcc 100644 --- a/desktop/app.go +++ b/desktop/app.go @@ -35,7 +35,7 @@ func (a *App) Greet(name string) string { // ReadAll reads file content func (a *App) ReadAll(filePath string) string { - // 读取文件内容,得到一个含文件内容和callbackid的json字符串 + // Read the file content, resulting in a JSON string containing file content and callback ID data := string(utils.ReadAll(filePath)) utils.Log("ReadAll data: ", data) return data diff --git a/desktop/frontend/index.html b/desktop/frontend/index.html index 7735a74..b6c943e 100644 --- a/desktop/frontend/index.html +++ b/desktop/frontend/index.html @@ -10,4 +10,3 @@ - diff --git a/desktop/frontend/src/App.vue b/desktop/frontend/src/App.vue index 94ff9f8..ccf80a0 100644 --- a/desktop/frontend/src/App.vue +++ b/desktop/frontend/src/App.vue @@ -1,5 +1,5 @@