We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80b1ac commit a0003f5Copy full SHA for a0003f5
1 file changed
index.min.json
@@ -1,15 +1,15 @@
1
{
2
- "name": "My Repo",
+ "name": "TestRepo",
3
"sources": [
4
5
- "id": "zh.mytest.sample",
6
- "name": "Sample Source",
7
- "version": "1.1.0",
8
- "description": "Initial test",
9
- "author": "Tester",
+ "id": "official-sample-source",
+ "name": "Sample",
+ "version": "1.2.0",
+ "description": "Clean test",
+ "author": "Me",
10
"language": "zh",
11
- "url": "https://raw.githubusercontent.com/Aidoku/Samples/main/dist/Sample.wasm",
12
- "iconUrl": "https://aidoku.app/img/logo.png"
+ "url": "https://github.com/Aidoku/Samples/raw/main/dist/Sample.wasm",
+ "iconUrl": "https://aidoku.app/apple-touch-icon.png"
13
}
14
]
15
0 commit comments