WittF's Blog

WittF's Blog

Millennium: 在 Steam 客户端使用自定义主题/插件

71
2025-03-23

介绍

Millennium for Steam®

Millennium 是一个 低代码开源框架 ,用于创建、管理和使用 Steam 客户端的主题/插件。

https://github.com/shdwmtr/millennium

安装

在 Windows 系统

脚本自动安装

使用 PowerShell 脚本安装程序,该脚本完全开源,Millennium

要运行该脚本,请打开 PowerShell,粘贴以下命令并按回车键。

iwr -useb "https://steambrew.app/install.ps1" | iex

Millennium is entirely portable, and the following script doesn't change any system configuration.

完全具备可移植性,该脚本不会修改任何系统配置。

文件手动安装

请到 GitHub Releases 页面下载最新发行版的 Millennium Windows 压缩包,将其解压并把所有文件直接放到你的 Steam 目录中,你可以通过运行下面的 PowerShell 命令来找到 Steam 目录。

(Get-ItemProperty -Path "HKLM:\SOFTWARE\WOW6432Node\Valve\Steam" -Name "InstallPath").InstallPath

在 Linux 系统

Wait for update...

本篇部分内容整理自 Millennium | Steam Homebrew 官方文档,如需详细了解请访问:

- 官方文档:https://docs.steambrew.app/

- 项目仓库:https://github.com/shdwmtr/millennium