fix(common): 🐛 fix some defects and improve mobile terminal (#335)
* fix(common): 🐛 chatmain scroll behavior * fix(common): 🐛 chatMain scroll bug * fix(common): 🐛 p2p chat sendTime * feat(mobile): ✨ added friend/group page and functionality * fix(common): 🐛 order group member * style(common): 💄 refactor layout center * fix(agreement): 🐛 chat and announcements * fix(common): 🐛 group basic information editing * refactor(common): ♻️ union config * ci(config): 🎡 change some configuration * refactor(common): ♻️ config yudao * fix(common): 🐛 exit group * refactor(common): ♻️ tencent config * fix(common): 🐛 network config * feat(mobile): ✨ added Friend or Group Message Page * fix(common): 🐛 exit group error * feat(message): ✨ add message management settings * fix(mobile): 🐛 fix the issue where the mobile client fails to locate the configuration file * fix(mobile): 🐛 resolve mobile misidentification of local and production environments * feat(mobile): ✨ optimize the maximum width of bot messages and reply messages * feat(mobile): ✨ optimize the maximum width of image messages * feat(common): ✨ msg multi choose relay * build(vite): 📦 update startup and vite configuration * perf(message forwarding): ⚡ optimize message forwarding styles * fix(common): 🐛 msg time block * feat(mobile): ✨ added ability to view detailed information about friends * feat(mobile): ✨ add functionality to remove friends * fix(style): 🐛 fix special message not centered issue * fix(mobile): 🐛 fix hmr host bug * fix(mobile): 🐛 fix contact page not showing friend requests * feat(common): ✨ msg merge * feat(mobile): ✨ added chatroom redirection feature on friend detail page * fix(common): 🐛 merge msg display * feat(mobile): ✨ add file and image uploader components * fix(common): 🐛 send new msg error when scroll too top * fix(common): 🐛 reconstruct the notification module * fix(system): 🐛 fix some style and logic issues --------- Co-authored-by: wanwanruwoxin <254693270@qq.com> Co-authored-by: 卡仔 <1271013637@qq.com> Co-authored-by: 乾乾 <1046762075@qq.com>
This commit is contained in:
4
scripts/check-all.js
vendored
4
scripts/check-all.js
vendored
@@ -31,10 +31,6 @@ async function main() {
|
||||
|
||||
/** @type {CheckItem[]} */
|
||||
const checks = [
|
||||
{
|
||||
script: join(__dirname, 'check-env.js'),
|
||||
description: '配置文件检查'
|
||||
},
|
||||
{
|
||||
script: join(__dirname, 'check-dependencies.js'),
|
||||
description: '环境检查'
|
||||
|
||||
Reference in New Issue
Block a user