-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
42 additions
and
4,632 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
# Tips | ||
|
||
1. "Customize Data Views" 中,禁用 toString 的打印,可以避免 stream 对象自动读取所带来的卡死问题 | ||
# dweb_browser for Android |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,27 +40,27 @@ data class JmmMetadata( | |
|
||
|
||
val defaultJmmMetadata = JmmMetadata( | ||
id = "default.user.dweb", | ||
id = "demo.user.dweb", | ||
dweb_deeplinks = mutableListOf(), | ||
icon = "https://www.bfmeta.info/imgs/logo3.webp", | ||
name = "默认测试数据", | ||
short_name = "该测试数据包含了相关具体信息,请仔细查阅", | ||
name = "plaoc demo", | ||
short_name = "demo", | ||
description = "这是一个实例应用,包含了dweb_plugins全部组件的实例。", | ||
bundle_url = "https://dweb.waterbang.top/app.plaoc.dweb-1.0.0.zip", | ||
bundle_size = "2726400", | ||
bundle_hash = "", // 文件hash | ||
bundle_url = "https://dweb.waterbang.top/game.dweb.waterbang.top.dweb-1.0.0.zip", | ||
bundle_size = "2742079", | ||
bundle_hash = "sha256:966251757d12a7f4021a0b40031ff4b2b60ae08b63de516b572eb572bfd90886", // 文件hash | ||
version = "1.2.0", | ||
images = listOf( | ||
"http://qiniu-waterbang.waterbang.top/bfm/cot-home_2058.webp", | ||
"http://qiniu-waterbang.waterbang.top/bfm/defi.png", | ||
"http://qiniu-waterbang.waterbang.top/bfm/nft.png" | ||
), | ||
home = "https://www.bfmeta.info/", | ||
home = "https://dweb-browser.org/", | ||
server = JmmMetadata.MainServer( | ||
root = "dweb:///sys", | ||
entry = "/bfs_worker/public.service.worker.js" | ||
root = "/sys", | ||
entry = "/server/plaoc.server.js" | ||
), | ||
author = listOf("bfs", "[email protected]"), | ||
categories = listOf("demo", "vue3"), | ||
categories = listOf("demo", "vue3","plaoc"), | ||
release_date = "2023-05-22T09:01:38.318Z", | ||
) |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
...rcode-scanning/src/main/java/com/king/mlkit/vision/barcode/BarcodeCameraScanActivity.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
...rcode-scanning/src/main/java/com/king/mlkit/vision/barcode/BarcodeCameraScanFragment.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.