6.5.0 - 新增 opencc 模块; 修复编辑器问题; 优化打包应用功能及文件管理器
This commit is contained in:
@@ -211,17 +211,17 @@ class Versions {
|
||||
void showInfo() {
|
||||
def title = "Version information for paddleocr library"
|
||||
|
||||
def infoOpencv = "OpenCV version: $opencv"
|
||||
def infoOpenCV = "OpenCV version: $opencv"
|
||||
def infoNdk = "NDK version: $ndk"
|
||||
def infoCmake = "CMake version: $cmake"
|
||||
|
||||
def maxLength = maxOf([title, infoOpencv, infoNdk, infoCmake].collect { it.length() })
|
||||
def maxLength = maxOf([title, infoOpenCV, infoNdk, infoCmake].collect { it.length() })
|
||||
|
||||
[
|
||||
"=".repeat(maxLength),
|
||||
title,
|
||||
"-".repeat(maxLength),
|
||||
infoOpencv,
|
||||
infoOpenCV,
|
||||
infoNdk,
|
||||
infoCmake,
|
||||
"=".repeat(maxLength),
|
||||
|
||||
Reference in New Issue
Block a user