Joey889 commited on
Commit
596dd71
·
verified ·
1 Parent(s): fcabff4

Upload 5 files

Browse files
Files changed (6) hide show
  1. .gitattributes +2 -0
  2. README.md +19 -5
  3. index.html +12 -17
  4. question-mark.png +3 -0
  5. treasure-chest.png +3 -0
  6. vite.svg +1 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ question-mark.png filter=lfs diff=lfs merge=lfs -text
37
+ treasure-chest.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,11 +1,25 @@
1
  ---
2
- title: AR0518HTML
3
- emoji: 👀
4
  colorFrom: indigo
5
- colorTo: blue
6
  sdk: static
 
 
7
  pinned: false
8
- short_description: Mangus
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: AR 尋寶遊戲
3
+ emoji: 🧭
4
  colorFrom: indigo
5
+ colorTo: pink
6
  sdk: static
7
+ sdk_version: "1.0.0"
8
+ app_file: index.html
9
  pinned: false
 
10
  ---
11
 
12
+ # AR 尋寶遊戲 - 靜態部署包
13
+
14
+ 這是一個 AR 尋寶遊戲的靜態網站部署包,可以輕鬆部署到 Docker 或 Hugging Face Spaces 等平台。
15
+
16
+ ## 使用方法
17
+
18
+ - 點擊「開始遊戲」後允許相機權限
19
+ - 問號隨機出現,點擊尋找寶物
20
+ - 找到寶物後顯示寶箱,點擊重新開始
21
+
22
+ ## 注意事項
23
+
24
+ - 僅支援支援相機的瀏覽器與設備
25
+ - 若在本機測試,請使用 `localhost` 或 HTTPS
index.html CHANGED
@@ -1,19 +1,14 @@
1
  <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
  </html>
 
1
  <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>ar-treasure-hunt</title>
8
+ <script type="module" crossorigin src="/assets/index-CmvnucJ2.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-DFxvSKg-.css">
10
+ </head>
11
+ <body>
12
+ <div id="root"></div>
13
+ </body>
 
 
 
 
 
14
  </html>
question-mark.png ADDED

Git LFS Details

  • SHA256: bdd08cb0ab65a5911fc2c31fc905b7a3c73e873d2f016f7c7fabfc92d95f423e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
treasure-chest.png ADDED

Git LFS Details

  • SHA256: f8670f8db054941dd52d4e43201fe95cc2b40f4b694a4196911274739fc311ae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
vite.svg ADDED