vault backup: 2024-06-15 18:44:19
Affected files: .obsidian/appearance.sync-conflict-20240520-223337-CALEDER.json .obsidian/plugins/obsidian-tasks-plugin/data.json Haina/Templates/W-log.md Haina/Weekly/2024/2024-W06.md Haina/Weekly/2024/2024-W10.md Haina/Weekly/2024/2024-W11.md Haina/Weekly/2024/2024-W12.md Haina/Weekly/2024/2024-W13.md Haina/Weekly/2024/2024-W15.md Haina/Weekly/2024/2024-W21.md Haina/Weekly/2024/2024-W22.md Haina/Weekly/2024/2024-W23.md Haina/Weekly/2024/2024-W24.md Haina/Weekly/2024/2024-W25.md Haina/项目/SCRM/audio 语音.md Haina/项目/价格平台/价格平台.md weixin/ChatAudio 通过TTS + STT + GPT 实现语音对话(低仿微信聊天).pdfmain
parent
36188ace76
commit
6f231f25fa
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"theme": "moonstone",
|
|
||||||
"cssTheme": "Minimal",
|
|
||||||
"baseFontSize": 16,
|
|
||||||
"textFontFamily": "",
|
|
||||||
"monospaceFontFamily": "Fira Code",
|
|
||||||
"accentColor": "",
|
|
||||||
"enabledCssSnippets": [
|
|
||||||
"index",
|
|
||||||
"checklist-icons"
|
|
||||||
]
|
|
||||||
}
|
|
@ -0,0 +1,10 @@
|
|||||||
|
## 字幕
|
||||||
|
### Mobile
|
||||||
|
- 华为, 荣耀: AI字幕
|
||||||
|
### PC
|
||||||
|
- win11: [实时字幕](https://support.microsoft.com/zh-cn/windows/%E4%BD%BF%E7%94%A8%E5%AE%9E%E6%97%B6%E5%AD%97%E5%B9%95%E6%9B%B4%E5%A5%BD%E5%9C%B0%E4%BA%86%E8%A7%A3%E9%9F%B3%E9%A2%91-b52da59c-14b8-4031-aeeb-f6a47e6055df)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
--output_format {lrc,txt,text,vtt,srt,tsv,json,all}, -f {lrc,txt,text,vtt,srt,tsv,json,all}
|
||||||
|
format of the output file; if not specified srt will be produced (default: srt)
|
@ -0,0 +1,43 @@
|
|||||||
|
---
|
||||||
|
Created: 2024-05-31 Fri
|
||||||
|
Updated: 2024-06-03 12:06 Mon
|
||||||
|
---
|
||||||
|
|
||||||
|
计划上线: 2024.08.01
|
||||||
|
|
||||||
|
需求: 2024.06.10
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
---
|
||||||
|
title: GHHub 开发管理 - 机票和价格管理
|
||||||
|
---
|
||||||
|
gitGraph TB:
|
||||||
|
commit
|
||||||
|
commit
|
||||||
|
branch release
|
||||||
|
branch feature/i18n
|
||||||
|
checkout main
|
||||||
|
commit id: "release" tag: "1.0.5.31"
|
||||||
|
branch bug/x1
|
||||||
|
commit id: "fix(...): ..."
|
||||||
|
checkout feature/i18n
|
||||||
|
commit
|
||||||
|
commit
|
||||||
|
checkout main
|
||||||
|
merge feature/i18n id: "机票开始"
|
||||||
|
branch feature/price_manager
|
||||||
|
checkout main
|
||||||
|
commit
|
||||||
|
commit
|
||||||
|
checkout feature/price_manager
|
||||||
|
commit
|
||||||
|
commit id: "完成价格"
|
||||||
|
checkout main
|
||||||
|
commit tag: "1.1.0" id: "完成机票"
|
||||||
|
branch pre-release
|
||||||
|
merge feature/price_manager id: "合并机票+价格" type:HIGHLIGHT
|
||||||
|
checkout main
|
||||||
|
merge pre-release id: "合并发布" tag: "1.2.0"
|
||||||
|
commit
|
||||||
|
|
||||||
|
```
|
Binary file not shown.
Loading…
Reference in New Issue