feat: add configurable custom avatars - #67
Open
buguoshixc wants to merge 2 commits into
Open
Conversation
NanmiCoder
requested changes
Sep 5, 2026
NanmiCoder
left a comment
Owner
There was a problem hiding this comment.
感谢头像能力和上传/代理测试。这个 PR 目前与主线冲突,且涉及新的网络与持久化边界。请先重基到统一宿主适配后的主线,保留现行 Web 鉴权和默认角色图;随后补 IPv4/IPv6、重定向与 DNS 校验、大小限制、旧状态读取和真实浏览器上传验证。我们保留这个功能 PR,单独完成验收。
This was referenced Sep 5, 2026
# Conflicts: # docs/usage.md # package.json # src/client/ActivityPanel.module.css # src/client/ActivityPanel.tsx # src/client/activity-monitor.ts # src/client/locales.ts # src/index.ts # src/snapshot.ts # src/tools.ts
buguoshixc
force-pushed
the
feat/custom-avatars
branch
from
September 6, 2026 13:30
a14996e to
ca4b56f
Compare
Author
|
已按 review 要求完成,当前 PR head 为 完成项:
可复现命令: npx --yes pnpm@10.33.0 install --frozen-lockfile
npx --yes pnpm@10.33.0 typecheck
npx --yes pnpm@10.33.0 build
npx --yes pnpm@10.33.0 verify
npx --yes pnpm@10.33.0 verify:browser本机实际测试结果(Windows):
GitHub Actions 已触发,但当前 run 为 烦请批准 workflow 后重新验收,谢谢。 |
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.
Summary
team.jsonfiles backward-compatibleSecurity
Testing
pnpm typecheckpnpm buildpnpm verifyNotes
DSH Desktop requires a full restart to load the rebuilt host/client bundles because
loader.internalis unavailable under Electron.