You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

36 lines
780 B

/********************************************************************************
* 版本信息输出
*
*/
var HQCHART_VERSION="1.1.14068";
function PrintHQChartVersion()
{
var log=
`*************************************************************************************************************
*
* HQChart Ver: ${HQCHART_VERSION}
*
* License: Apache License 2.0
* Source: https://github.com/jones2000/HQChart
*
*************************************************************************************************************
`
console.log(log);
}
PrintHQChartVersion();
export
{
HQCHART_VERSION
}