Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
d653af1c
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
d653af1c
编写于
6月 21, 2023
作者:
Q
qu-xianfei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add gn->hvigor
Signed-off-by:
N
qu-xianfei
<
quxianfei@huawei.com
>
上级
79ce4a07
变更
52
隐藏空白更改
内联
并排
Showing
52 changed file
with
477 addition
and
33 deletion
+477
-33
testfwk/uitest/BUILD.gn
testfwk/uitest/BUILD.gn
+1
-1
testfwk/uitest/build-profile.json5
testfwk/uitest/build-profile.json5
+14
-0
testfwk/uitest/entry/build-profile.json5
testfwk/uitest/entry/build-profile.json5
+14
-0
testfwk/uitest/entry/hvigorfile.ts
testfwk/uitest/entry/hvigorfile.ts
+14
-0
testfwk/uitest/entry/oh-package.json5
testfwk/uitest/entry/oh-package.json5
+14
-0
testfwk/uitest/entry/src/main/ets/MainAbility/app.ets
testfwk/uitest/entry/src/main/ets/MainAbility/app.ets
+1
-1
testfwk/uitest/entry/src/main/ets/MainAbility/pages/index.ets
...fwk/uitest/entry/src/main/ets/MainAbility/pages/index.ets
+1
-1
testfwk/uitest/entry/src/ohosTest/ets/TestAbility/app.ets
testfwk/uitest/entry/src/ohosTest/ets/TestAbility/app.ets
+14
-0
testfwk/uitest/entry/src/ohosTest/ets/TestAbility/pages/index.ets
...uitest/entry/src/ohosTest/ets/TestAbility/pages/index.ets
+14
-0
testfwk/uitest/entry/src/ohosTest/ets/TestRunner/OpenHarmonyTestRunner.ts
...ntry/src/ohosTest/ets/TestRunner/OpenHarmonyTestRunner.ts
+14
-0
testfwk/uitest/entry/src/ohosTest/ets/test/List.test.ets
testfwk/uitest/entry/src/ohosTest/ets/test/List.test.ets
+1
-1
testfwk/uitest/entry/src/ohosTest/ets/test/uitest.test.ets
testfwk/uitest/entry/src/ohosTest/ets/test/uitest.test.ets
+1
-1
testfwk/uitest/hvigor/hvigor-config.json5
testfwk/uitest/hvigor/hvigor-config.json5
+14
-0
testfwk/uitest/hvigorfile.ts
testfwk/uitest/hvigorfile.ts
+14
-0
testfwk/uitest/hvigorw
testfwk/uitest/hvigorw
+12
-0
testfwk/uitest/hvigorw.bat
testfwk/uitest/hvigorw.bat
+13
-0
testfwk/uitest/oh-package.json5
testfwk/uitest/oh-package.json5
+14
-0
useriam/face_auth/js_api_test/function_test/userauth/BUILD.gn
...iam/face_auth/js_api_test/function_test/userauth/BUILD.gn
+1
-1
useriam/face_auth/js_api_test/function_test/userauth/build-profile.json5
...th/js_api_test/function_test/userauth/build-profile.json5
+14
-0
useriam/face_auth/js_api_test/function_test/userauth/entry/build-profile.json5
...api_test/function_test/userauth/entry/build-profile.json5
+14
-0
useriam/face_auth/js_api_test/function_test/userauth/entry/hvigorfile.ts
...th/js_api_test/function_test/userauth/entry/hvigorfile.ts
+14
-0
useriam/face_auth/js_api_test/function_test/userauth/entry/oh-package.json5
...js_api_test/function_test/userauth/entry/oh-package.json5
+14
-0
useriam/face_auth/js_api_test/function_test/userauth/entry/src/main/js/MainAbility/app.js
...nction_test/userauth/entry/src/main/js/MainAbility/app.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauth/entry/src/main/js/MainAbility/pages/index/index.js
...erauth/entry/src/main/js/MainAbility/pages/index/index.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/TestAbility/app.js
...on_test/userauth/entry/src/ohosTest/js/TestAbility/app.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/TestAbility/pages/index/index.js
...th/entry/src/ohosTest/js/TestAbility/pages/index/index.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/TestRunner/OpenHarmonyTestRunner.js
...entry/src/ohosTest/js/TestRunner/OpenHarmonyTestRunner.js
+14
-0
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/test/List.Test.js
...ion_test/userauth/entry/src/ohosTest/js/test/List.Test.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/test/enumTest.js
...tion_test/userauth/entry/src/ohosTest/js/test/enumTest.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/test/execute.js
...ction_test/userauth/entry/src/ohosTest/js/test/execute.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauth/hvigor/hvigor-config.json5
...pi_test/function_test/userauth/hvigor/hvigor-config.json5
+14
-0
useriam/face_auth/js_api_test/function_test/userauth/hvigorfile.ts
...ace_auth/js_api_test/function_test/userauth/hvigorfile.ts
+14
-0
useriam/face_auth/js_api_test/function_test/userauth/hvigorw
useriam/face_auth/js_api_test/function_test/userauth/hvigorw
+13
-0
useriam/face_auth/js_api_test/function_test/userauth/hvigorw.bat
.../face_auth/js_api_test/function_test/userauth/hvigorw.bat
+13
-0
useriam/face_auth/js_api_test/function_test/userauth/oh-package.json5
..._auth/js_api_test/function_test/userauth/oh-package.json5
+14
-0
useriam/face_auth/js_api_test/function_test/userauthnopermission/BUILD.gn
...h/js_api_test/function_test/userauthnopermission/BUILD.gn
+2
-1
useriam/face_auth/js_api_test/function_test/userauthnopermission/build-profile.json5
...st/function_test/userauthnopermission/build-profile.json5
+14
-0
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/build-profile.json5
...ction_test/userauthnopermission/entry/build-profile.json5
+14
-0
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/hvigorfile.ts
...st/function_test/userauthnopermission/entry/hvigorfile.ts
+14
-0
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/oh-package.json5
...function_test/userauthnopermission/entry/oh-package.json5
+14
-0
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/main/js/MainAbility/app.js
...userauthnopermission/entry/src/main/js/MainAbility/app.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/main/js/MainAbility/pages/index/index.js
...ission/entry/src/main/js/MainAbility/pages/index/index.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/TestAbility/app.js
...authnopermission/entry/src/ohosTest/js/TestAbility/app.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/TestAbility/pages/index/index.js
...on/entry/src/ohosTest/js/TestAbility/pages/index/index.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/TestRunner/OpenHarmonyTestRunner.js
...entry/src/ohosTest/js/TestRunner/OpenHarmonyTestRunner.js
+14
-0
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/test/List.Test.js
...rauthnopermission/entry/src/ohosTest/js/test/List.Test.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/test/nopermisson.js
...uthnopermission/entry/src/ohosTest/js/test/nopermisson.js
+2
-2
useriam/face_auth/js_api_test/function_test/userauthnopermission/hvigor/hvigor-config.json5
...tion_test/userauthnopermission/hvigor/hvigor-config.json5
+14
-0
useriam/face_auth/js_api_test/function_test/userauthnopermission/hvigorfile.ts
...api_test/function_test/userauthnopermission/hvigorfile.ts
+15
-0
useriam/face_auth/js_api_test/function_test/userauthnopermission/hvigorw
...th/js_api_test/function_test/userauthnopermission/hvigorw
+13
-0
useriam/face_auth/js_api_test/function_test/userauthnopermission/hvigorw.bat
...s_api_test/function_test/userauthnopermission/hvigorw.bat
+13
-0
useriam/face_auth/js_api_test/function_test/userauthnopermission/oh-package.json5
..._test/function_test/userauthnopermission/oh-package.json5
+15
-0
未找到文件。
testfwk/uitest/BUILD.gn
浏览文件 @
d653af1c
# Copyright (C) 202
2
Huawei Device Co., Ltd.
# Copyright (C) 202
3
Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# You may obtain a copy of the License at
...
...
testfwk/uitest/build-profile.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"app": {
"app": {
"signingConfigs": [
"signingConfigs": [
...
...
testfwk/uitest/entry/build-profile.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"apiType": 'faMode',
"apiType": 'faMode',
"buildOption": {
"buildOption": {
...
...
testfwk/uitest/entry/hvigorfile.ts
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
export
{
legacyHapTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
export
{
legacyHapTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
testfwk/uitest/entry/oh-package.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"license": "",
"license": "",
"devDependencies": {},
"devDependencies": {},
...
...
testfwk/uitest/entry/src/main/ets/MainAbility/app.ets
浏览文件 @
d653af1c
/**
/**
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
testfwk/uitest/entry/src/main/ets/MainAbility/pages/index.ets
浏览文件 @
d653af1c
/**
/**
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
testfwk/uitest/entry/src/ohosTest/ets/TestAbility/app.ets
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import hilog from '@ohos.hilog';
import hilog from '@ohos.hilog';
import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry';
import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry';
import { Hypium } from '@ohos/hypium';
import { Hypium } from '@ohos/hypium';
...
...
testfwk/uitest/entry/src/ohosTest/ets/TestAbility/pages/index.ets
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import hilog from '@ohos.hilog';
import hilog from '@ohos.hilog';
@Entry
@Entry
...
...
testfwk/uitest/entry/src/ohosTest/ets/TestRunner/OpenHarmonyTestRunner.ts
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
hilog
from
'
@ohos.hilog
'
;
import
hilog
from
'
@ohos.hilog
'
;
import
TestRunner
from
'
@ohos.application.testRunner
'
;
import
TestRunner
from
'
@ohos.application.testRunner
'
;
import
AbilityDelegatorRegistry
from
'
@ohos.app.ability.abilityDelegatorRegistry
'
;
import
AbilityDelegatorRegistry
from
'
@ohos.app.ability.abilityDelegatorRegistry
'
;
...
...
testfwk/uitest/entry/src/ohosTest/ets/test/List.test.ets
浏览文件 @
d653af1c
/**
/**
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
testfwk/uitest/entry/src/ohosTest/ets/test/uitest.test.ets
浏览文件 @
d653af1c
/**
/**
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
testfwk/uitest/hvigor/hvigor-config.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"hvigorVersion": "2.0.0",
"hvigorVersion": "2.0.0",
"dependencies": {
"dependencies": {
...
...
testfwk/uitest/hvigorfile.ts
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
export
{
legacyAppTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
export
{
legacyAppTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
\ No newline at end of file
testfwk/uitest/hvigorw
浏览文件 @
d653af1c
# Copyright (C) 2023 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/bash
#!/bin/bash
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
...
...
testfwk/uitest/hvigorw.bat
浏览文件 @
d653af1c
@rem Copyright (C) 2023 Huawei Device Co., Ltd.
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@if
"
%DEBUG%
"
==
""
@echo
off
@if
"
%DEBUG%
"
==
""
@echo
off
@rem ##########################################################################
@rem ##########################################################################
@rem
@rem
...
...
testfwk/uitest/oh-package.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"license": "",
"license": "",
"devDependencies": {
"devDependencies": {
...
...
useriam/face_auth/js_api_test/function_test/userauth/BUILD.gn
浏览文件 @
d653af1c
# Copyright (c) 202
2
Huawei Device Co., Ltd.
# Copyright (c) 202
3
Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauth/build-profile.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"app": {
"app": {
"signingConfigs": [
"signingConfigs": [
...
...
useriam/face_auth/js_api_test/function_test/userauth/entry/build-profile.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"apiType": 'faMode',
"apiType": 'faMode',
"buildOption": {
"buildOption": {
...
...
useriam/face_auth/js_api_test/function_test/userauth/entry/hvigorfile.ts
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
export
{
legacyHapTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
export
{
legacyHapTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
useriam/face_auth/js_api_test/function_test/userauth/entry/oh-package.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"license": "",
"license": "",
"devDependencies": {},
"devDependencies": {},
...
...
useriam/face_auth/js_api_test/function_test/userauth/entry/src/main/js/MainAbility/app.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauth/entry/src/main/js/MainAbility/pages/index/index.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/TestAbility/app.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/TestAbility/pages/index/index.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/TestRunner/OpenHarmonyTestRunner.js
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
hilog
from
'
@ohos.hilog
'
;
import
hilog
from
'
@ohos.hilog
'
;
import
AbilityDelegatorRegistry
from
'
@ohos.app.ability.abilityDelegatorRegistry
'
;
import
AbilityDelegatorRegistry
from
'
@ohos.app.ability.abilityDelegatorRegistry
'
;
...
...
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/test/List.Test.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/test/enumTest.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauth/entry/src/ohosTest/js/test/execute.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauth/hvigor/hvigor-config.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"hvigorVersion": "2.0.0",
"hvigorVersion": "2.0.0",
"dependencies": {
"dependencies": {
...
...
useriam/face_auth/js_api_test/function_test/userauth/hvigorfile.ts
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
export
{
legacyAppTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
export
{
legacyAppTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
\ No newline at end of file
useriam/face_auth/js_api_test/function_test/userauth/hvigorw
浏览文件 @
d653af1c
# Copyright (c) 2023 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/bash
#!/bin/bash
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
...
...
useriam/face_auth/js_api_test/function_test/userauth/hvigorw.bat
浏览文件 @
d653af1c
@rem Copyright (C) 2023 Huawei Device Co., Ltd.
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@if
"
%DEBUG%
"
==
""
@echo
off
@if
"
%DEBUG%
"
==
""
@echo
off
@rem ##########################################################################
@rem ##########################################################################
@rem
@rem
...
...
useriam/face_auth/js_api_test/function_test/userauth/oh-package.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"license": "",
"license": "",
"devDependencies": {
"devDependencies": {
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/BUILD.gn
浏览文件 @
d653af1c
# Copyright (c) 202
2
Huawei Device Co., Ltd.
# Copyright (c) 202
3
Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# You may obtain a copy of the License at
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
import("//test/xts/tools/build/suite.gni")
ohos_js_app_suite("ActsUserauthnopermissionTest") {
ohos_js_app_suite("ActsUserauthnopermissionTest") {
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/build-profile.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"app": {
"app": {
"signingConfigs": [
"signingConfigs": [
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/build-profile.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"apiType": 'faMode',
"apiType": 'faMode',
"buildOption": {
"buildOption": {
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/hvigorfile.ts
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
export
{
legacyHapTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
export
{
legacyHapTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/oh-package.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"license": "",
"license": "",
"devDependencies": {},
"devDependencies": {},
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/main/js/MainAbility/app.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/main/js/MainAbility/pages/index/index.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/TestAbility/app.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/TestAbility/pages/index/index.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/TestRunner/OpenHarmonyTestRunner.js
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
hilog
from
'
@ohos.hilog
'
;
import
hilog
from
'
@ohos.hilog
'
;
import
AbilityDelegatorRegistry
from
'
@ohos.app.ability.abilityDelegatorRegistry
'
;
import
AbilityDelegatorRegistry
from
'
@ohos.app.ability.abilityDelegatorRegistry
'
;
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/test/List.Test.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/test/nopermisson.js
浏览文件 @
d653af1c
/*
/*
*
* Copyright (c) 202
2
Huawei Device Co., Ltd.
* Copyright (c) 202
3
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/hvigor/hvigor-config.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"hvigorVersion": "2.0.0",
"hvigorVersion": "2.0.0",
"dependencies": {
"dependencies": {
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/hvigorfile.ts
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
export
{
legacyAppTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
export
{
legacyAppTasks
}
from
'
@ohos/hvigor-ohos-plugin
'
;
\ No newline at end of file
useriam/face_auth/js_api_test/function_test/userauthnopermission/hvigorw
浏览文件 @
d653af1c
# Copyright (c) 2023 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/bash
#!/bin/bash
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/hvigorw.bat
浏览文件 @
d653af1c
@rem Copyright (C) 2023 Huawei Device Co., Ltd.
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@if
"
%DEBUG%
"
==
""
@echo
off
@if
"
%DEBUG%
"
==
""
@echo
off
@rem ##########################################################################
@rem ##########################################################################
@rem
@rem
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/oh-package.json5
浏览文件 @
d653af1c
/**
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
{
"license": "",
"license": "",
"devDependencies": {
"devDependencies": {
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录