mirror of
https://git-qiuchenly.yltfspace.com/QiuChenly/corepatch
synced 2025-11-25 02:24:56 +08:00
支持破解开发者手动上传预破解二进制包到 QiuChenly 的弹性计算云存储中,并提供简单的操作让开发者触达用户下载端。
*核心功能* • 预破解包发布功能:开发者可上传预破解包到云存储,一键绑定到应用并自定义版本号和 Beta 状态 • 用户个人信息更新和密码修改:支持编辑个人信息、修改密码,新增设备配置管理功能 • 标签页组件和分页组件:新增通用组件,提升界面一致性和用户体验 *管理员功能* • 讨论区管理增强:支持批量管理、状态筛选、一键批准申请 • 管理员面板扩展:新增文件管理、App管理、系统设置等模块 *讨论区功能* • 讨论区权限批量查询优化:减少多次请求,提升页面加载速度 • 讨论区申请开通功能:用户可申请开放讨论区,管理员审核通过后自动开放 *通信与通知* • 私信系统:支持一对一私信,可发送文本、图片和文件 • 系统通知中心:集中管理所有重要通知,支持展开查看详情和标记已读 *性能优化* • 网络请求性能大幅提升:支持多请求并发处理 • 可自定义网络请求并发数:根据网络环境和设备性能灵活调整
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
},
|
||||
"backend": {
|
||||
"enabled": true,
|
||||
"baseUrl": "https://mac-qiuchenly.yltfspace.com/api/v1"
|
||||
"baseUrl": "https://mac-qiuchenly.yltfspace.com/api/v1",
|
||||
"baseUrl-local": "http://localhost:4000/api/v1"
|
||||
},
|
||||
"AppList": [
|
||||
{
|
||||
|
||||
31
frontend/dist/assets/index-08137Aqg.js
vendored
Normal file
31
frontend/dist/assets/index-08137Aqg.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
frontend/dist/assets/index-BozS3jjN.css
vendored
1
frontend/dist/assets/index-BozS3jjN.css
vendored
File diff suppressed because one or more lines are too long
35
frontend/dist/assets/index-CUdrTZM8.js
vendored
35
frontend/dist/assets/index-CUdrTZM8.js
vendored
File diff suppressed because one or more lines are too long
1
frontend/dist/assets/index-DYlHKrdo.css
vendored
Normal file
1
frontend/dist/assets/index-DYlHKrdo.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
frontend/dist/index.html
vendored
4
frontend/dist/index.html
vendored
@@ -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-CUdrTZM8.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BozS3jjN.css">
|
||||
<script type="module" crossorigin src="/assets/index-08137Aqg.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DYlHKrdo.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@@ -38,6 +38,7 @@ chmod +x "/usr/local/bin/QiuChenly/$BINARY_NAME"
|
||||
xattr -cr "/usr/local/bin/QiuChenly/InjectLib"
|
||||
xattr -cr "/usr/local/bin/QiuChenly/tool"
|
||||
codesign -fs - --all-architectures "/usr/local/bin/QiuChenly/tool/CoreInject.dylib"
|
||||
codesign -fs - --all-architectures "/usr/local/bin/QiuChenly/InjectLib"
|
||||
|
||||
# 复制plist文件到LaunchDaemons目录
|
||||
echo "安装LaunchDaemon配置..."
|
||||
|
||||
Reference in New Issue
Block a user