You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
959 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 项目简介
- **子项目名称**contentToQrCode
- **项目类型**该项目属于vue3-mgt-template下的谷歌浏览器插件项目之一
- **项目功能**:该项目开发完成后会作为插件安装到谷歌浏览器插件中,提供一个页面,当用户复制任何文本内容到该页面中,生成内容对应的二维码,因为二维码内容有长度限制,如果内容超长,请依次生成多个二维码并标示顺序
## 开发规范
- **中文优先**:所有代码注释、日志输出(例如 `console.log`、以及提交信息Commit Message**必须** 使用中文。
- **谷歌浏览器插件**:该项目是一个谷歌浏览器插件项目,请严格按照谷歌浏览器插件的开发要求来开发功能
- **文档和注释**:该项目是一个个人学习记录项目,请尽可能多提供文档和注释。
- **第三方依赖**允许使用第三方插件qrcode.js请使用cdn地址。