-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 通知时间改为3秒 * a logic fix * refactor(index): 优化文件检测逻辑与页面描述 优化了HEAD请求中的内容类型检查,以涵盖更广泛的应用程序类型。修改了指数猜测的描述,以提高用户对功能的理解。 * 去掉首页滚动条,底部占位符增高 * TD上游更新至1.6.0 * 暂存 * Update README.md * Update README.md * 优化版本列表显示与切换 - 实现版本列表滑动切换,新增 TIM 版本信息。 - 动态标题反映当前列表(QQ/TIM)。 - 重构滚动视图逻辑,提升用户体验。 - 更新数据请求处理,确保稳定性。 - 代码细节调整,包括注释规范与错误管理。 * 临时方案修复标题栏不显示文字问题 * 优化pull_request_template文档结构和链接 修改了pull_request_template文档中的部分内容,包括将"上游更新"改为"上游更改"以更准确描述,同时将开源许可证链接改为直接链接,提高可访问性。
- Loading branch information
1 parent
57b5b87
commit 4ad8d2e
Showing
133 changed files
with
6,298 additions
and
336 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
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,8 +1,20 @@ | ||
// app.js | ||
App({ | ||
onLaunch() { | ||
}, | ||
globalData: { | ||
|
||
} | ||
/* | ||
Copyright (c) 2024 ArcticFoxPro | ||
QQ Ver. Lite is licensed under Mulan PubL v2. | ||
You can use this software according to the terms and conditions of the Mulan PubL v2. | ||
You may obtain a copy of Mulan PubL v2 at: | ||
http://license.coscl.org.cn/MulanPubL-2.0 | ||
THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, | ||
EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, | ||
MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. | ||
See the Mulan PubL v2 for more details. | ||
*/ | ||
|
||
App({ | ||
onLaunch() { | ||
}, globalData: { | ||
EARLIEST_ACCESSIBILITY_VERSION: false, EARLIEST_QQNT_FRAMEWORK_VERSION_STABLE: "8.9.63" | ||
} | ||
}) |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.