yuzhiran
|
31703af4f2
|
fix: mp-weixin 录音失败 - 权限声明+authorize+移除TS注解+空音频守卫
- interview.vue: 移除 `let recorder: any` TS 类型注解(小程序构建器不解析 TS,上次修改直接破坏构建从未部署)
- interview.vue: 合并两个 onMounted 调用,删除凭空引入的 refreshState() 未定义函数引用
- interview.vue: startRecord 增加 uni.authorize scope.record 权限预请求,拒绝时引导 openSetting
- interview.vue: recorder.start 改 wav/16kHz/128kbps(旧 aac/22050/16kbps 产生全 0 损坏文件)
- manifest.json: mp-weixin.permission 增加 scope.record 录音权限声明
- tts.controller.ts: ASR 拒绝 <500B 空音频文件,避免 whisper 调 ffmpeg 解码失败刷错日志
|
2026-07-05 01:57:24 +08:00 |
|
yuzhiran
|
214571688c
|
feat: SEO optimization - canonical URL, robots.txt, sitemap, structured data, keyword-rich titles, manifest update
|
2026-06-21 09:48:41 +08:00 |
|
yuzhiran
|
c2ba810a02
|
fix: use onShow lifecycle to refresh login state in member center
1. member.vue: added onShow to refresh login state when returning from login page
2. manifest.json: bump to v1.0.15
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-06-18 21:23:20 +08:00 |
|
yuzhiran
|
3f1239c35e
|
fix: add network error detection and timeout for mini program JSAPI payment
1. member.vue: check for res.statusCode === 0 (network failure) before accessing data, add 30s timeout
2. manifest.json: bump to v1.0.14
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-06-18 20:54:42 +08:00 |
|
yuzhiran
|
1be5b34906
|
chore: bump version to 1.0.13
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-06-18 20:39:56 +08:00 |
|
yuzhiran
|
bed9dce943
|
chore: bump version to 1.0.12
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-06-18 18:48:27 +08:00 |
|
yuzhiran
|
4ac42f6575
|
fix: privacy policy compliance - checkbox must be manually checked, add WeChat privacy API
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-06-18 18:46:57 +08:00 |
|
yuzhiran
|
18c50726cd
|
fix: WeChat login Content-Type header, ASR tiny model, re-upload mini-program v1.0.11
|
2026-06-15 10:00:22 +08:00 |
|
yuzhiran
|
4fa620f0a2
|
fix: whisper path + PNG face avatar
|
2026-06-13 11:26:46 +08:00 |
|
yuzhiran
|
112884a504
|
fix: PNG face avatar + whisper ASR
|
2026-06-13 11:04:52 +08:00 |
|
yuzhiran
|
93ab79d200
|
fix: css-only face avatar for mini-program, voice input + ASR
|
2026-06-12 21:47:17 +08:00 |
|
yuzhiran
|
8191cf4b41
|
feat: realistic face avatar + voice input + ASR endpoint
|
2026-06-12 15:32:04 +08:00 |
|
yuzhiran
|
087fb1d400
|
fix: avatar mode default on, show AI text in chat
|
2026-06-12 14:45:36 +08:00 |
|
yuzhiran
|
a622afd118
|
chore: bump version to 1.0.5
|
2026-06-12 14:15:27 +08:00 |
|
yuzhiran
|
2266b866cd
|
chore: bump version to 1.0.4
|
2026-06-12 12:58:34 +08:00 |
|
yuzhiran
|
37cfdfe93c
|
feat: 登录页密码+验证码双模式 / 首页岗位优化 / 法律页面 / 后端接口完善
- 前端:登录页重构,支持密码登录、验证码登录、注册三种模式
- 前端:首页热门岗位添加「参考示例」标签,去虚构数据
- 前端:面试页顶部优化,岗位名+状态标签展示
- 前端:新增用户协议、隐私政策页面及免责声明
- 后端:新增 POST /api/user/register 注册接口
- 后端:新增 POST /api/user/set-password 设置密码接口
- 后端:修复 user.schema.ts unique 索引导致 null 冲突问题
- 后端:新增 payment-order.schema、positions.schema、site-config.schema
- 后端:package.json 新增 postbuild 脚本自动复制证书
- 管理后台:新增订单管理 Tab
|
2026-06-09 15:39:17 +08:00 |
|
yuzhiran
|
511f60d0db
|
初始化:职引项目 v1.0
|
2026-06-08 16:28:00 +08:00 |
|