Add Steam Pinyin Search - #225
Open
simonheard wants to merge 3 commits into
Open
Conversation
simonheard
marked this pull request as ready for review
August 14, 2026 11:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Steam Pinyin Search
Steam Pinyin Search adds Chinese-name, full-pinyin, compact-pinyin, initials, mixed-text, and community-alias search to the Steam Library. Library indexing and ordinary Library searches remain entirely local. An optional online alias lookup sends only the typed query and intersects returned public AppIDs with the local library.
It also adds an opt-in Store autocomplete. Users may keep it disabled, use a local catalog, or configure an HTTPS server they control. Network failure is isolated from Steam's native search. The server implementation is included in the same MIT-licensed repository and can be self-hosted.
Repository: https://github.com/simonheard/steam-pinyin-search
Release: https://github.com/simonheard/steam-pinyin-search/releases/tag/v0.1.2
Pinned commit:
fe83c2b(v0.1.2 code plus post-release documentation/privacy cleanup)Task Checklist
Developer
Plugin Functionality
The plugin has been fully tested on Steam Client Stable with Millennium 3.4.0. Steam Beta was attempted, but Millennium itself repeatedly exited with
EXCEPTION_ACCESS_VIOLATIONbefore plugin frontend loading, so I am explicitly leaving the combined Stable/Beta checkbox unchecked rather than claiming a completed Beta test.Backend Configuration
The plugin frontend is TypeScript/React and ships no native executable or background service. The optional Store API is an independently deployable, open-source server; it is not bundled into or started by the Millennium plugin.
Community Contribution
Testing Instructions
laotouhuanappear when applicable. The temporary hostname will be rotated or decommissioned after reviewer testing and is intentionally not published in this PR.Automated validation covers strict TypeScript, lint, 66 tests, production builds, packaging, and 1,000/5,000/10,000-game benchmarks. The repository's GitHub Actions validation passes on Windows and Ubuntu, including a PluginDatabase-style Node 20 production build.