Ubuntu
|
e99b491fd4
|
新增 www 站点百度验证文件 baidu_verify_codeva-xYsmXHNnzD.html(站点 https://www.qianshi.cool,id=1429864782)
|
2026-09-22 14:22:09 +08:00 |
|
Ubuntu
|
23c5b76bfc
|
新增 www_sitemap.txt(34 条 www 版 URL)供百度普通收录手动提交用;当前平台验证站点为 http://qianshi.cool,提交会 not_same_site,需先添加验证 www 站点
|
2026-09-22 13:37:55 +08:00 |
|
Ubuntu
|
7cd123b85c
|
首页 canonical/og:url 统一指向 https://www.qianshi.cool/(与 nginx 实际 URL 一致),sitemap.html 首页链接改 /,sitemap.xml 删除 /index.html 重复条目并排除百度验证文件(35→34 条)
|
2026-09-22 10:05:55 +08:00 |
|
Ubuntu
|
6aaf1d58df
|
切换到 www.qianshi.cool 主域名:更新 34 页 canonical/og/JSON-LD、sitemap.xml 35 条、robots.txt,DOMAIN 常量同步;gitignore 增加一次性脚本与备份目录
|
2026-09-21 21:21:40 +08:00 |
|
Ubuntu
|
f61a9043ac
|
SEO: 放置百度站长平台文件验证 baidu_verify_codeva-fBM0CeMY53.html
|
2026-09-20 21:33:07 +08:00 |
|
Ubuntu
|
356f0cdfe3
|
fix: 移除全站 33 个页面页脚「联系方式」上方的公司 logo(保留导航栏与 schema 元数据不变)
Co-Authored-By: Claude Code <noreply@anthropic.com>
|
2026-09-18 11:34:52 +08:00 |
|
Ubuntu
|
50930d914c
|
build: deploy.py 修复 Windows GBK 环境读取 UTF-8 输出崩溃(subprocess 显式 utf-8/replace 编码)
Co-Authored-By: Claude Code <noreply@anthropic.com>
|
2026-09-18 09:51:03 +08:00 |
|
Ubuntu
|
17c89e084b
|
官网更新:视频爆款复刻「单人日产3条→30条原创视频」全站统一;修复 software-detail 页微信客服二维码显示过大(wechat-qr-img→qr-img 匹配已定义 CSS)
Co-Authored-By: Claude Code <noreply@anthropic.com>
|
2026-09-18 09:47:34 +08:00 |
|
Ubuntu
|
1ce2abc9f5
|
SEO: 修复首页h1语义(5个h1→1个h1+4个h2)
|
2026-09-17 17:30:37 +08:00 |
|
Ubuntu
|
390b263d5a
|
SEO: 注入百度站长平台验证meta(codeva-0mMTY242bH)至34页head
|
2026-09-17 17:24:49 +08:00 |
|
Ubuntu
|
ef4b148c1a
|
docs: README 补全部署方式与环境约定(工作流、凭据、CRLF、i18n)
|
2026-09-17 10:56:06 +08:00 |
|
Ubuntu
|
d023ef0cd8
|
build: 完善 deploy.py 校验逻辑(ssh -q 静默 + 完整 hash 比对)
|
2026-09-17 10:53:04 +08:00 |
|
Ubuntu
|
9510d7509e
|
build: 新增 deploy.py 一键部署脚本(固化本地push→服务器pull,根治commit交叉)
|
2026-09-17 10:52:00 +08:00 |
|
Ubuntu
|
fae5b0cb3b
|
build: 新增 deploy.py 一键部署脚本(固化本地push→服务器pull工作流)
|
2026-09-17 10:47:13 +08:00 |
|
Ubuntu
|
c90d37018e
|
Revert "test: git 工作流验证(将回退)"
This reverts commit ed431da55b.
|
2026-09-17 10:42:23 +08:00 |
|
Ubuntu
|
ed431da55b
|
test: git 工作流验证(将回退)
|
2026-09-17 10:41:25 +08:00 |
|
ubuntu
|
f5f0d8736c
|
fix(visual): 修复轮播标题颜色与页脚 logo 反白
Bug1: 首页 banner 轮播 4 张 slide 标题写作 <h2>...</h1>(开闭标签错配),浏览器自动把 </h1> 当作 </h2> 闭合,实际元素是 h2;而 CSS 只写了 .banner-slide h1{color:#fff},h2 命中不到 → 回落到全局深色文字,深蓝底上几乎看不见。改为 <h1>...</h1>(语义也正确:每张 slide 一个主标题),并把 h2 加进 CSS 规则作兜底。
Bug2: 33 页页脚 logo 用了 logo-dark.png(深底反白版/白字)放在 background:#fff 白卡片里,白字压白底。白卡内改回 logo.png(深色文字版)。按上下文精确匹配替换,JSON-LD 的 logo 字段未受影响。
|
2026-09-16 20:32:09 +08:00 |
|
Ubuntu
|
e35acf51cf
|
feat(brand): 全站接入企业 logo
导航栏纯文字改logo图标+文字;页脚联系方式列加logo;新增favicon系列;og:image/twitter:image从企业微信二维码改为logo分享图1200x630;JSON-LD logo指向透明版logo.png
|
2026-09-16 18:20:19 +08:00 |
|
Ubuntu
|
9842a8d9c6
|
fix(i18n): 消除反向字典一对多冲突,修复中→英→中往返错译
|
2026-09-16 16:19:39 +08:00 |
|
qianqiuwanzi
|
4d89b2a372
|
chore: 新增 .gitattributes 禁用行尾归一化,根治 LF/CRLF 历史分叉
- * -text 让 git 不做任何行尾转换,文本以工作区字节原样存储 - README.md 行尾随仓库统一为 CRLF(此前 HEAD 存 LF 而工作区为 CRLF,属分叉遗留) - 背景:本地仓库存 LF、服务器/Gitea 存 CRLF,同一批改动各自提交产生两条并行历史;现两边格式已统一为 CRLF
|
2026-09-16 14:09:42 +08:00 |
|
Ubuntu
|
ce12e32bcc
|
feat(seo): 新增 robots.txt 声明站点地图
|
2026-09-16 12:28:13 +08:00 |
|
Ubuntu
|
893e0a1d84
|
feat(contact): 核心能力板块改为联系方式,新增企业微信二维码卡片与i18n词条
|
2026-09-16 12:25:57 +08:00 |
|
qianshi
|
a01b8c294c
|
统一经度为 json.dumps 序列化形式并刷新 sitemap lastmod
|
2026-09-16 10:28:23 +08:00 |
|
qianshi
|
151f5ec123
|
更新公司地址为洪辉科创空间A314并接入可定位地图
|
2026-09-16 10:19:31 +08:00 |
|
qianshi-deploy
|
212792d2cc
|
部署官网优化:软件定制推广、微信客服接入、SEO完善
|
2026-09-15 21:13:48 +08:00 |
|
qianqiuwanzi
|
fad26b0bd1
|
Initial commit: add qianshi site source files
Sync the local qianshi web project (HTML pages, assets, and config)
Co-Authored-By: Claude Code <noreply@anthropic.com>
|
2026-09-15 17:52:05 +08:00 |
|
weizhiqiang
|
2905f37241
|
Initial commit
|
2026-09-15 17:32:16 +08:00 |
|