This commit is contained in:
QiuChenly
2025-11-09 10:52:36 +08:00
parent 507b7476bd
commit 1e049cc16e
8 changed files with 45 additions and 109 deletions

3
.gitignore vendored
View File

@@ -18,4 +18,5 @@ __pycache__
*.pyw
*.pyz
*.bak
*.db
*.db
cache

BIN
InjectLib

Binary file not shown.

View File

@@ -28,13 +28,17 @@
"basePublicConfig": {
"bridgeFile": "/Contents/Frameworks/"
},
"backend": {
"enabled": true,
"baseUrl": "https://mac-qiuchenly.yltfspace.com/api/v1"
},
"AppList": [
{
"packageName": [
"com.bohemiancoding.sketch3",
"com.bohemiancoding.sketch3.appstore"
],
"feedUrl":"https://download.sketch.com/sketch-versions.xml"
"feedUrl": "https://download.sketch.com/sketch-versions.xml"
},
{
"packageName": "com.parallels.desktop.console",
@@ -113,7 +117,7 @@
"appBaseLocate": "/Contents/Library/SystemExtensions/com.nssurge.surge-mac.ne.systemextension"
}
],
"feedUrl":"https://www.nssurge.com/mac/v6/appcast-signed.xml"
"feedUrl": "https://www.nssurge.com/mac/v6/appcast-signed.xml"
},
{
"packageName": "com.gokoding.ScreenSage-Pro",
@@ -135,7 +139,7 @@
"appBaseLocate": "/Contents/Library/LoginItems/AirBuddyHelper.app"
}
],
"feedUrl":"https://su.airbuddy.app/kCRSAmcjBc/appcast_hyeon.xml"
"feedUrl": "https://su.airbuddy.app/kCRSAmcjBc/appcast_hyeon.xml"
},
{
"packageName": "com.macpaw.CleanMyMac5",
@@ -417,7 +421,7 @@
},
{
"packageName": "com.coderforart.MWeb3",
"feedUrl":"https://cdn.mweb.im/sparkle/appcast.xml"
"feedUrl": "https://cdn.mweb.im/sparkle/appcast.xml"
},
{
"packageName": [
@@ -425,7 +429,7 @@
"com.nektony.App-Cleaner-SIIICn"
],
"description": "Cn后缀的是大陆特供 不知道是不是有什么神秘东方力量加成",
"feedUrl":"https://download.nektony.com/pro-support/v3/app-cleaner/update/update.xml",
"feedUrl": "https://download.nektony.com/pro-support/v3/app-cleaner/update/update.xml",
"downloadUrl": [
{
"version": "中文特供",

File diff suppressed because one or more lines are too long

31
frontend/dist/assets/index-DJCNZJwH.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>QiuChenly 应用商店</title>
<script type="module" crossorigin src="/assets/index-D0ANItj_.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DgENIQvi.css">
<script type="module" crossorigin src="/assets/index-DJCNZJwH.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Ywwf_4Ql.css">
</head>
<body>
<div id="app"></div>