@icreate/ics-chromely-plugin-core
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -399,3 +399,3 @@ import { LogLevels } from '@icreate/core'; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-05-31 15:27:15 | ||
* @LastEditTime: 2022-05-31 15:41:01 | ||
* @Descripttion: | ||
@@ -402,0 +402,0 @@ * @FilePath: \ics-chromely-plugin-core\src\ics-chromely-plugin-core.ts |
@@ -404,3 +404,3 @@ (function (global, factory) { | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-05-31 15:27:15 | ||
* @LastEditTime: 2022-05-31 15:41:01 | ||
* @Descripttion: | ||
@@ -407,0 +407,0 @@ * @FilePath: \ics-chromely-plugin-core\src\ics-chromely-plugin-core.ts |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-05-31 15:27:15 | ||
* @LastEditTime: 2022-05-31 15:41:01 | ||
* @Descripttion: | ||
@@ -11,0 +11,0 @@ * @FilePath: \ics-chromely-plugin-core\src\ics-chromely-plugin-core.ts |
{ | ||
"name": "@icreate/ics-chromely-plugin-core", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "提供Ics Chromely Client核心本地操作插件js sdk,包含本地日志、主窗体控制、打开三方浏览器、打印机列表、硬件IP和Mac地址、本地配置获取和注册表读写等", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
<!-- | ||
* @Author: 文贝 | ||
* @Date: 2022-02-08 21:36:57 | ||
* @LastEditors: 刘邓 | ||
* @LastEditTime: 2022-05-10 17:01:56 | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-05-31 15:30:49 | ||
* @Descripttion: | ||
* @FilePath: \README.md | ||
* @FilePath: \ics-chromely-plugin-core\README.md | ||
--> | ||
@@ -24,2 +24,3 @@ ### Usage | ||
- RegeditHelper:注册表类 | ||
- ConfigHelper:本地配置类 | ||
### Importing library | ||
@@ -30,3 +31,3 @@ | ||
```javascript | ||
import { LocalLogger, BrowserHelper, WindowHelper, Chromely } from '@icreate/ics-chromely-plugin-core' | ||
import { LocalLogger, BrowserHelper, WindowHelper, Chromely, ConfigHelper } from '@icreate/ics-chromely-plugin-core' | ||
``` | ||
@@ -102,2 +103,11 @@ | ||
setRegeditValue(name: string, value: string): Promise<any> | ||
``` | ||
``` | ||
### ConfigHelper | ||
```javascript | ||
// 获取指定的配置键对应的值 | ||
Get(key: string): Promise<any> | ||
// 获取appsetting.json中的BaseUrl值 | ||
GetBaseUrl(): Promise<any> | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95807
111