WeChat-ChatRoom:微信小程序版聊天室

时间:2024-06-18 03:10:23
【文件属性】:

文件名称:WeChat-ChatRoom:微信小程序版聊天室

文件大小:710KB

文件格式:ZIP

更新时间:2024-06-18 03:10:23

wechat-mini-program JavaScript

WeChat-ChatRoom 目录 介绍 微信聊天室小程序,使用框架开发,也可以编译为其他平台的小程序 使用 # 安装依赖 yarn # 构建 yarn build:prod # 启动服务器 yarn server 之后将dist/wx文件夹导入开发者工具 自定义参数 小程序项目设置:static/wx/project.config.json 监听端口:修改src/server.js中的port和src/pages/chat/index.ts中的URL 开发记录 已知问题 当消息为?、 ;等符号时不会自动换行。(无解?) 用户开启匿名选项时进入退出聊天室时仍会发送系统消息。 未来计划 匿名昵称、头像。 输入框渲染优化。 交互动画。 更多的颜色主题。(添加主题真是一个又费时间有没有成就感的事) 自己写的后端程序。 用Typescript重构逻辑层


【文件预览】:
WeChat-ChatRoom-master
----.gitignore(2KB)
----package.json(2KB)
----src()
--------types.d.ts(325B)
--------utils()
--------app.mpx(465B)
--------app.ts(96B)
--------pages()
--------tailwind.css(67B)
--------server.js(683B)
----webpack.config.js(6KB)
----CHANGELOG.md(2KB)
----tsconfig.json(341B)
----static()
--------wx()
----babel.config.json(277B)
----.eslintrc.js(1KB)
----README.md(1KB)
----config()
--------postcss.config.js(159B)
----.vscode()
--------settings.json(371B)
--------extensions.json(111B)
----.yarnrc.yml(96B)
----tailwind.config.js(7KB)
----renovate.json(53B)
----.yarn()
--------releases()
----.editorconfig(147B)
----.prettierrc(102B)
----yarn.lock(337KB)

网友评论