{"id":26718648,"url":"https://github.com/wukongnotnull/linkcard","last_synced_at":"2026-04-20T09:03:18.762Z","repository":{"id":284687177,"uuid":"955329659","full_name":"wukongnotnull/LinkCard","owner":"wukongnotnull","description":"LinkCard 是一款轻量级的数字名片应用，专注于为用户提供简单而强大的个性化数字名片解决方案。它采用纯前端技术栈构建，无需后端服务支持，让用户可以轻松创建和分享个人数字名片","archived":false,"fork":false,"pushed_at":"2025-03-27T06:12:31.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T06:31:07.715Z","etag":null,"topics":["bootstrap","css","html","javascript"],"latest_commit_sha":null,"homepage":"https://wukongnotnull.tech","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wukongnotnull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-26T13:25:40.000Z","updated_at":"2025-03-27T06:14:36.000Z","dependencies_parsed_at":"2025-03-27T06:41:42.480Z","dependency_job_id":null,"html_url":"https://github.com/wukongnotnull/LinkCard","commit_stats":null,"previous_names":["wukongnotnull/linkcard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wukongnotnull%2FLinkCard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wukongnotnull%2FLinkCard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wukongnotnull%2FLinkCard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wukongnotnull%2FLinkCard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wukongnotnull","download_url":"https://codeload.github.com/wukongnotnull/LinkCard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245893255,"owners_count":20689630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","css","html","javascript"],"created_at":"2025-03-27T17:35:41.142Z","updated_at":"2026-04-20T09:03:18.757Z","avatar_url":"https://github.com/wukongnotnull.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinkCard\n\n## 项目简介\nLinkCard 是一款轻量级的数字名片应用，专注于为用户提供简单而强大的个性化数字名片解决方案。它采用纯前端技术栈构建，无需后端服务支持，让用户可以轻松创建和分享个人数字名片。\n\n## 自定义域名\n\u003e 提示：wukongnotnull.tech 是我自己的域名，你可以使用自己的域名来访问你的数字名片。\n如果你想使用自己的域名来访问你的数字名片，可以按照以下步骤进行操作：\n1. 购买一个域名，例如：`wukonnotnull.tech`。\n2. 在域名提供商的后台，找到域名解析设置。\n3. 添加两条 A 记录，将域名指向 GitHub Pages 提供的 IP 地址。\n   - 记录类型：A\n   - 主机记录：@\n   - 值：185.199.108.153\n   - 记录类型：A\n   - 主机记录：@\n   - 值：185.199.109.153\n   - 保存设置。\n4. 等待 DNS 解析生效，大约需要几分钟时间。\n5. 在域名提供商的后台，找到域名设置。\n6. 现在，你可以通过 `wukongnotnull.tech` 访问你的数字名片。 \n\n\n## 在线预览\n- 演示地址：[https://wukongnotnull.tech/](https://wukongnotnull.tech)\n\n## 功能特点\n- **个性化名片创建**：支持自定义姓名、职位、公司、签名等信息\n- **多模板支持**：提供多种精美的卡片模板供选择\n- **实时预览**：编辑时可实时预览效果，所见即所得\n- **二维码分享**：自动生成包含名片信息的二维码，方便快速分享\n- **社交媒体整合**：支持添加各类社交媒体账号链接\n- **响应式设计**：完美适配各种设备屏幕尺寸\n\n## 技术栈\n- **前端框架**：Bootstrap 5.3.0\n- **UI组件**：Bootstrap Icons 1.10.0\n- **字体**：Google Fonts (Noto Sans SC)\n- **功能实现**：原生JavaScript\n- **二维码生成**：QRCode.js\n\n## 项目结构\n```\nLinkCard/\n├── css/\n│   └── styles.css          # 自定义样式文件\n├── js/\n│   └── app.js              # 应用核心逻辑\n├── images/                  # 图标和图片资源\n├── index.html              # 主页面\n├── resume.html             # 简历页面\n└── README.md               # 项目文档\n```\n\n## 快速开始\n1. 克隆项目到本地：\n```bash\ngit clone https://github.com/wukongnotnull/LinkCard.git\n```\n\n2. 使用任意HTTP服务器启动项目，例如：\n- 使用Python：`python -m http.server 8000`\n- 使用Node.js：`npx serve`\n- 使用VS Code Live Server插件\n\n3. 在浏览器中访问对应地址（如：http://localhost:8000）\n\n## 使用说明\n1. 打开应用后，在表单中填写您的个人信息\n2. 选择喜欢的卡片模板\n3. 点击\"预览\"按钮查看效果\n4. 使用生成的二维码或链接分享给他人\n\n## 项目效果图\n![LinkCard效果图](效果图.jpg)\n\n## 贡献指南\n1. Fork 本仓库\n2. 创建新的功能分支：`git checkout -b feature/AmazingFeature`\n3. 提交您的更改：`git commit -m 'Add some AmazingFeature'`\n4. 推送到分支：`git push origin feature/AmazingFeature`\n5. 提交Pull Request\n\n## 开源协议\n本项目基于 MIT 协议开源，详细信息请参阅 [LICENSE](LICENSE) 文件。\n\n\n## 常见问题\n报错：\n```bash \n (base) wukong@MacPro LinkCard % git push origin main\n枚举对象中: 32, 完成.\n对象计数中: 100% (32/32), 完成.\n使用 10 个线程进行压缩\n压缩对象中: 100% (27/27), 完成.\n写入对象中: 100% (29/29), 1.06 MiB | 20.84 MiB/s, 完成.\n总共 29（差异 3），复用 0（差异 0），包复用 0\n错误：RPC 失败。HTTP 400 curl 22 The requested URL returned error: 400\nsend-pack: unexpected disconnect while reading sideband packet\n致命错误：远端意外挂断了\nEverything up-to-date\n```\n解决方法：\n```bash\ngit config --global http.postBuffer 524288000\n```     \n\n\n## github地址\nhttps://github.com/wukongnotnull/LinkCard\n\n\n## 项目上传到 GitHub 步骤\n1. 提交更改：\n   ```bash\n   # 添加所有更改到暂存区\n   git add .\n   \n   # 提交更改并添加描述信息\n   git commit -m \"Initial commit\"\n   ```\n\n2. 将本地仓库与 GitHub 仓库关联：\n   ```bash\n   # 替换 \u003crepository-url\u003e 为你的 GitHub 仓库地址\n   git remote add origin \u003crepository-url\u003e\n   \n   # 验证远程仓库是否添加成功\n   git remote -v\n   ```\n\n3. 将代码推送到 GitHub：\n   ```bash\n   # 推送到主分支并建立关联\n   git push -u origin main\n   \n   # 如果使用 master 分支，则使用:\n   # git push -u origin master\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwukongnotnull%2Flinkcard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwukongnotnull%2Flinkcard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwukongnotnull%2Flinkcard/lists"}