Open
Conversation
(未完成) 增加图标包管理及图标显示
-完善本地化
kdada
requested changes
Mar 15, 2026
| export let proxyAuthToken = "" | ||
| export let proxyServer = "p.authenticator.app.kilodim.com" | ||
|
|
||
| export let proxyAuthToken = "O3bCCgOpQtDYcVQCwFKB1Gb2R3dCW9lmU6nwK4TEtSyqZMfaITpkiYZQznr3j2nm" |
Author
There was a problem hiding this comment.
这个不好意思,刚最后一次提交的时候没注意,另外关于这个信息我得解释一下怎么得到的,先用clash抓域名,然后用16进制编辑器直接看hap,搜域名,密钥就在域名旁边。不过我个人感觉只要发hap包,这种方法没法避免。
Owner
There was a problem hiding this comment.
这个 token 被发现是预期内的。token 只是用来做代理的简单认证,即使 token 泄露,app 用户的通信也是安全的。
另外,我的意思是不要写在代码里,避免被搜索引擎或者 AI 检索到,一旦被滥用,就得换 token 了,比较麻烦。
| export class IconPackRegistry { | ||
| private static readonly DEFAULT_PACK_KEY = 'default'; | ||
| private static readonly DEFAULT_ISSUERS: Set<string> = new Set([ | ||
| '1and1', '1password', '23andme', 'adafruit', 'adguard', 'adobe', 'airbnb', 'airbrake', 'airtable', 'allegropl', |
| Stack() { | ||
| if (this.hasImageSource()) { | ||
| Image(this.getImageSource()) | ||
| .width(40) |
Author
There was a problem hiding this comment.
大佬,关于这个我想请教一下。就是我考虑把这些内置图标换掉,用aegis-icon的图标,大小应该会比较统一,但是感觉可能会有一些版权方面的问题,而且现在添加的也未必没有这方面的问题。要不还是就保留你之前的那些图标,我的那些都删掉吧,保留图标包的功能,把这方面的版权问题规避掉,都由用户来添加。
-重构版本兼容代码 -fix: issuer中steam小写时打不开Detail
-增加手动选择图标的组件,长按Index和Detail的图标唤起 -修改图标匹配逻辑,参考aegis
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.
-修复shardSecret字段名错误,兼容前面版本导出的文件,兼容前面版本的kvstore恢复,修改导出
-增加图标包管理,图标包切换
-增加手动切换图标
-完善本地化
-简单测试了下,应该问题不大