This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "key_open_app_link_config": { | |
| "hosts": { | |
| "eu_ea": [ | |
| "applink.feishu.cn", | |
| "applink.larksuite.com" | |
| ], | |
| "eu_nc": [ | |
| "applink.feishu.cn", | |
| "applink.larksuite.com" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WARNING THIS IS ON DEVELOPMENT, DO NOT USE THIS | |
| WARNING THIS IS ON DEVELOPMENT, DO NOT USE THIS | |
| WARNING THIS IS ON DEVELOPMENT, DO NOT USE THIS | |
| #!/bin/bash | |
| # git test pre-push hook | |
| # | |
| # To use, store as .git/hooks/pre-push inside your repository and make sure | |
| # it has execute permissions. | |
| # |