-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c0f1f5
commit 34c639c
Showing
259 changed files
with
96 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
resources/vue/node_moudules | ||
/logs/ | ||
/resources/dist | ||
/ev.exe | ||
/cmd/test/main.go | ||
/ev_store/data/es_view.db | ||
/ev_store/logs/ev/debug.log.20241228 | ||
/ev_store/logs/ev/err.log.20241228 | ||
/ev_store/logs/ev/info.log.20241228 | ||
/ev_store/logs/ev/warn.log.20241228 | ||
/ev_store/plugin_logs/ev-tools.log | ||
/ev_store/plugins_store/ev-tools-test.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ mysql: # dbType为mysql时填 | |
port: "3306" | ||
dbName: "test" | ||
esPwdSecret: "concat_mail!!->[email protected]" # 数据源认证密码的加密密钥 加密方式为 AES | ||
version: "0.0.9" # EV 版本号 | ||
version: "0.0.10" # EV 版本号 | ||
checkForevUpdates: true #是否自动检测ev更新 | ||
checkForPluginUpdates: true #是否自动检测ev插件更新 | ||
evKey: #evKey 需要到插件者后台注册获取 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,12 @@ sqlite: # dbType为sqlite3时填 dbPath为数据保存文件地址 | |
dbName: "es_view.db" | ||
mysql: # dbType为mysql时填 | ||
username: "root" | ||
pwd: "Ww5201314!" | ||
pwd: "" | ||
ip: "127.0.0.1" | ||
port: "3306" | ||
dbName: "test" | ||
esPwdSecret: "concat_mail!!->[email protected]" # es密码加密密钥 加密方式为 AES | ||
version: "0.0.9" # EV 版本号 | ||
version: "0.0.10" # EV 版本号 | ||
deBug: true # 是否为测试模式 如果为 false则打开默认浏览器直接访问地址 | ||
checkForevUpdates: true #是否自动检测ev更新 | ||
checkForPluginUpdates: true #是否自动检测ev插件更新 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package config | ||
|
||
const Version = "v0.0.8" | ||
const Version = "v0.0.10" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
package web | ||
|
||
func (this *WebServer) runNoVerificationRouter() { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.