{"id":28414362,"url":"https://github.com/xcube-studio/fluentlauncher.infra.settings","last_synced_at":"2025-06-25T06:32:31.377Z","repository":{"id":287322282,"uuid":"964348136","full_name":"Xcube-Studio/FluentLauncher.Infra.Settings","owner":"Xcube-Studio","description":"Fluent Launcher 设置部分模块基础代码","archived":false,"fork":false,"pushed_at":"2025-05-16T04:54:40.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-03T18:27:28.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xcube-Studio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T04:34:37.000Z","updated_at":"2025-05-16T04:54:44.000Z","dependencies_parsed_at":"2025-04-11T05:47:26.361Z","dependency_job_id":null,"html_url":"https://github.com/Xcube-Studio/FluentLauncher.Infra.Settings","commit_stats":null,"previous_names":["xcube-studio/fluentlauncher.infra.settings"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xcube-Studio/FluentLauncher.Infra.Settings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xcube-Studio%2FFluentLauncher.Infra.Settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xcube-Studio%2FFluentLauncher.Infra.Settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xcube-Studio%2FFluentLauncher.Infra.Settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xcube-Studio%2FFluentLauncher.Infra.Settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xcube-Studio","download_url":"https://codeload.github.com/Xcube-Studio/FluentLauncher.Infra.Settings/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xcube-Studio%2FFluentLauncher.Infra.Settings/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261819088,"owners_count":23214428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-03T08:14:49.611Z","updated_at":"2025-06-25T06:32:31.365Z","avatar_url":"https://github.com/Xcube-Studio.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FluentLauncher.Infra.Settings\nFluent Launcher 设置部分模块基础代码，源代码由 [@gaviny82](https://github.com/gaviny82) 编写\n\n## 使用示例\n\n以下代码取自 [FluentLauncher.Extension.ConnectX](https://github.com/Xcube-Studio/FluentLauncher.Extension.ConnectX) 仓库\n``` CSharp\nusing FluentLauncher.Infra.Settings;\nusing FluentLauncher.Infra.Settings.Converters;\n\nnamespace FluentLauncher.Extension.ConnectX;\n\npublic partial class ClientSettingProvider(ISettingsStorage storage) \n    : SettingsContainer(storage), IClientSettingProvider\n{\n    [SettingItem(Default = \"\", Converter = typeof(JsonStringConverter\u003cstring\u003e))]\n    public partial string UserServerAddress { get; set; }\n\n    [SettingItem(Default = 0, Converter = typeof(JsonStringConverter\u003cint\u003e))]\n    public partial int ServerNodeSelection { get; set; }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcube-studio%2Ffluentlauncher.infra.settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxcube-studio%2Ffluentlauncher.infra.settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcube-studio%2Ffluentlauncher.infra.settings/lists"}