Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "chat/demo/flutter_module"]
path = chat/demo/flutter_module
url = https://codeup.aliyun.com/zlxt/zlxt-front/Histar-Flutter.git
64 changes: 26 additions & 38 deletions atomic_x/oh-package-lock.json5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions atomic_x/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"license": "Apache-2.0",
"packageType": "InterfaceHar",
"dependencies": {

// "@tencentcloud/atomicxcore": "^3.6.0",

"@tencentcloud/atomicxcore": "4.1.0",

"@tencent/mmkv": "1.3.5"
}
}
2 changes: 1 addition & 1 deletion call/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '1.0.0';
export const HAR_VERSION = '4.2.0';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';
Expand Down
94 changes: 94 additions & 0 deletions call/oh-package-lock.json5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions chat/demo/AppScope/app.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
"label": "$string:app_name"
}
}


18 changes: 18 additions & 0 deletions chat/demo/build-profile.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,27 @@
{
"name": "debug"
},
{
"name": "profile"
},
{
"name": "release"
}
],
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "/Users/shims/.ohos/config/default_demo_R2owGaqvlP_uwPh4dzHWHHUGoaVCDSjc0ldCbVlGoKg=.cer",
"keyAlias": "debugKey",
"keyPassword": "0000001B5FBBE5E7D341C3E78DB1BC31EBA0E236514986DD1E5B39FD6F19A80297B19F788648AC7D53749F",
"profile": "/Users/shims/.ohos/config/default_demo_R2owGaqvlP_uwPh4dzHWHHUGoaVCDSjc0ldCbVlGoKg=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/shims/.ohos/config/default_demo_R2owGaqvlP_uwPh4dzHWHHUGoaVCDSjc0ldCbVlGoKg=.p12",
"storePassword": "0000001BE89C9E7E6844394EFD2E2D993130E37468D1E4863524DFAA5F46F9921369A456E6ADD2CAF69EE3"
}
}
]
},
"modules": [
Expand Down
Loading