Browse Source

Merge remote-tracking branch 'origin/master'

master
徐勤民 4 months ago
parent
commit
633d6ad760
6 changed files with 35 additions and 9 deletions
  1. +1
    -1
      BuildProfile.ets
  2. +7
    -0
      CHANGELOG.md
  3. +15
    -0
      LICENSE
  4. +3
    -0
      README.md
  5. +5
    -4
      oh-package-lock.json5
  6. +4
    -4
      oh-package.json5

+ 1
- 1
BuildProfile.ets View File

@@ -1,5 +1,5 @@
export default class BuildProfile {
static readonly HAR_VERSION = '1.0.4';
static readonly HAR_VERSION = '1.0.0';
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
}

+ 7
- 0
CHANGELOG.md View File

@@ -0,0 +1,7 @@
# [v1.0.0] 2024.05.07

------

> - 环境配置
> - 下证相关功能
> - 签名相关功能

+ 15
- 0
LICENSE View File

@@ -0,0 +1,15 @@
Mozilla Public License Version 2.0

1. Definitions
2. Scope
3. Grant of License
4. Restrictions
5. Original Code
6. Modifications
7. Required Notices
8. Disclaimer of Warranty
9. Limitation of Liability
10. Termination
11. Jurisdiction
12. Miscellaneous


+ 3
- 0
README.md View File

@@ -1,4 +1,7 @@
# 鸿蒙医网信SDK
```shell
ohpm install @szyx/sdk_ywx
```

## 1. 初始化配置相关
> 相关方法Manager为`BJCASDK.settingManager()`


+ 5
- 4
oh-package-lock.json5 View File

@@ -5,13 +5,14 @@
"lockfileVersion": 3,
"ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.",
"specifiers": {
"@szyx/sdk_base@../basic": "@szyx/sdk_base@../basic"
"@szyx/sdk_base@^1.0.0": "@szyx/sdk_base@1.0.0"
},
"packages": {
"@szyx/sdk_base@../basic": {
"@szyx/sdk_base@1.0.0": {
"name": "@szyx/sdk_base",
"resolved": "../basic",
"registryType": "local"
"integrity": "sha512-QkOSe2o4tyIz+MdAwClop1HcJPMUZoDI0XQakQpRFjFix75whV5+qrb7N+mC2NVLRoWh+FxgKkw2V4SrQCCE0Q==",
"resolved": "https://ohpm.openharmony.cn/ohpm/@szyx/sdk_base/-/sdk_base-1.0.0.har",
"registryType": "ohpm"
}
}
}

+ 4
- 4
oh-package.json5 View File

@@ -1,12 +1,12 @@
{
"name": "@szyx/sdk_ywx",
"version": "1.0.4",
"version": "1.0.0",
"description": "医网信,签名sdk。",
"main": "Index.ets",
"author": "xuqm",
"license": "Apache-2.0",
"license": "Mozilla-2.0",
"dependencies": {
"@szyx/sdk_base": "file:../basic"
// "@szyx/sdk_base": "^1.0.2"
// "@szyx/sdk_base": "file:../basic"
"@szyx/sdk_base": "^1.0.1"
}
}

Loading…
Cancel
Save