Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
NandySun
/
mochi
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
95
Code
Issues
5
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
main
Breadcrumbs
mochi
/
.release-notes.txt
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
18 lines (10 loc) · 1.41 KB
main
Breadcrumbs
mochi
/
.release-notes.txt
Copy path
Top
File metadata and controls
Code
Blame
18 lines (10 loc) · 1.41 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## v0.4.0
### 窗口内全屏进入播放页
打开任意剧集时视频直接铺满 mochi 窗口(隐藏 mochi 自定义标题栏,视频区占满客户区)。原本 flex 两行布局改为绝对定位布局:视频永远占满整个客户区,mochi 顶栏(返回 / 剧集标题 / 全屏按钮)跟 OSC 共享同一个 3 秒 auto-hide 状态,鼠标移动时一起淡入。
全屏按钮的语义从"进入全屏"改为"叠加 OS 全屏"——默认就是窗口内全屏,点按钮进入 Tauri OS 全屏(任务栏隐藏),再点回窗口内全屏。Esc 行为也对应:OS 全屏下退回窗口内全屏,窗口内全屏下退回详情页。
### 在外部播放器中打开
详情页剧集卡 hover 时右上角出现「↗」小按钮,配置好外部播放器后一键跳到 mpv / PotPlayer / IINA 等深度定制播放器播放。mochi 只传文件路径不传播放进度,用户的播放记忆由他们自己的播放器保留。
**配置入口**:设置 → 播放 → 外部播放器卡片。点「浏览…」选择可执行文件(Windows .exe),点「清除」取消。未配置时剧集卡上的「↗」按钮不渲染——功能默认休眠。
### 涉及平台
- **Windows**:完整支持,包括 `AllowSetForegroundWindow` 解决前台锁,确保 mpv 窗口能抢到焦点
- **macOS / Linux**:可指定可执行文件路径使用,但 macOS 的 .app bundle 选择 UX 留待后续版本
You can’t perform that action at this time.