Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
test-5
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 22, 2019
1 parent 76f0e2f commit d4d3efd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions 1.sh
@@ -0,0 +1,4 @@
str1="123"
str1=$str1"456"
echo $str1

Expand Up @@ -52,4 +52,4 @@ public Class<? extends WXComponent> getComponentClass(String name, String classN
}
}

}
}
9 changes: 5 additions & 4 deletions dangerfile-static-check.js
Expand Up @@ -83,13 +83,14 @@ hasCFile = check(type_c)
hasAndroidFile = check(type_android)
hasJsFile = check(type_js)

var output_str = ""
if(hasCFile){
console.log('hasIosFile');
output_str += 'hasCFile\n'
}
if(hasAndroidFile){
console.log('hasAndroidFile');
output_str += 'hasAndroidFile\n'
}
if(hasJsFile){
console.log('hasJsFile');
output_str += 'hasJsFile\n'
}

console.log(output_str)
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK/Sources/Model/WXComponent_performance.h
Expand Up @@ -24,4 +24,4 @@
@property (nonatomic,assign) BOOL hasAdd;
@property (nonatomic,assign) BOOL ignoreInteraction;

@end
@end

0 comments on commit d4d3efd

Please sign in to comment.