Skip to content

Commit b25f0ef

Browse files
authored
Merge pull request #14 from JECT-Study/feat/detailpage-api-connect
Feat/detailpage api connect
2 parents c3ab67c + 09841dc commit b25f0ef

36 files changed

+2937
-999
lines changed

app.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default {
2121
"kakaokompassauth",
2222
"kakaolink",
2323
"kakaoplus",
24+
"nmap",
2425
],
2526
CFBundleURLTypes: [
2627
{
@@ -40,6 +41,15 @@ export default {
4041
foregroundImage: "./assets/images/adaptive-icon.png",
4142
backgroundColor: "#ffffff",
4243
},
44+
intentFilters: [
45+
{
46+
action: "VIEW",
47+
data: {
48+
scheme: "nmap",
49+
},
50+
category: ["BROWSABLE", "DEFAULT"],
51+
},
52+
],
4353
},
4454

4555
web: {

0 commit comments

Comments
 (0)