Add documentation for CLI commands and introduce real-time voice command exploration

- Created a new README.md file detailing CLI commands for synchronization and usage.
- Added a section discussing the potential of real-time voice commands in daily life.
- Introduced a new slides.md file for a presentation on "超级桌面生活指令" (Super Desktop Life Commands).
- Included background and theme settings for the presentation slides.
This commit is contained in:
2025-12-23 19:41:17 +08:00
commit 3653ad5932
13 changed files with 6985 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "relatime-work-slide",
"version": "0.0.1",
"description": "",
"main": "index.js",
"basename": "/root/relatime-work-slide",
"scripts": {
"dev": "slidev --open slides.md --remote",
"build": "slidev build slides.md --base /root/relatime-work-slide/",
"pub": "envision deploy ./dist -k relatime-work-slide -v 0.0.1 -u"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.26.1",
"type": "module",
"devDependencies": {
"@slidev/cli": "^52.11.1",
"@slidev/client": "^52.11.1",
"@slidev/theme-default": "^0.25.0",
"@tailwindcss/vite": "^4.1.18",
"dayjs": "^1.11.19",
"es-toolkit": "^1.43.0"
},
"dependencies": {
"vue": "^3.5.26"
}
}