├── .gitignore ├── AGENTS.md ├── AI-HLY-Info.plist ├── AI_HLY.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ ├── WorkspaceSettings.xcsettings │ │ └── swiftpm │ │ └── Package.resolved └── xcshareddata │ └── xcschemes │ └── AI_HLY.xcscheme ├── AI_HLY ├── AI_HLY.entitlements ├── AI_HLY.swift ├── Assets.xcassets │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── logo_3_0 1.png │ │ ├── logo_origanal.jpg │ │ └── logo_white.png │ ├── Contents.json │ ├── HLAutumn.colorset │ │ └── Contents.json │ ├── HLAzure.colorset │ │ └── Contents.json │ ├── HLBlue.colorset │ │ └── Contents.json │ ├── HLBluefont.colorset │ │ └── Contents.json │ ├── HLBrown.colorset │ │ └── Contents.json │ ├── HLCyanite.colorset │ │ └── Contents.json │ ├── HLGray.colorset │ │ └── Contents.json │ ├── HLGreen.colorset │ │ └── Contents.json │ ├── HLIndigo.colorset │ │ └── Contents.json │ ├── HLNavy.colorset │ │ └── Contents.json │ ├── HLOrange.colorset │ │ └── Contents.json │ ├── HLPink.colorset │ │ └── Contents.json │ ├── HLPlum.colorset │ │ └── Contents.json │ ├── HLPurple.colorset │ │ └── Contents.json │ ├── HLRed.colorset │ │ └── Contents.json │ ├── HLSpring.colorset │ │ └── Contents.json │ ├── HLTeal.colorset │ │ └── Contents.json │ ├── HLYellow.colorset │ │ └── Contents.json │ ├── Hangzhou.imageset │ │ ├── Contents.json │ │ ├── Hangzhou2 1.png │ │ ├── Hangzhou2 2.png │ │ └── Hangzhou2.png │ ├── amap.imageset │ │ ├── Contents.json │ │ ├── c28b713232a745b497a3d136b38e15c7 1.png │ │ ├── c28b713232a745b497a3d136b38e15c7 2.png │ │ └── c28b713232a745b497a3d136b38e15c7.png │ ├── applemap.imageset │ │ ├── Contents.json │ │ ├── footer_icon__pr1hkqvdj7e6_large_2x 1.png │ │ ├── footer_icon__pr1hkqvdj7e6_large_2x 2.png │ │ └── footer_icon__pr1hkqvdj7e6_large_2x.png │ ├── applogo.imageset │ │ ├── Contents.json │ │ ├── logo_3_0 1.png │ │ ├── logo_3_0 2.png │ │ └── logo_3_0.png │ ├── arxiv.imageset │ │ ├── Contents.json │ │ ├── arxiv-logomark-small@2x 1.png │ │ ├── arxiv-logomark-small@2x 2.png │ │ └── arxiv-logomark-small@2x.png │ ├── assistant.imageset │ │ ├── Contents.json │ │ ├── cpu 1.png │ │ ├── cpu 2.png │ │ └── cpu.png │ ├── baidumap.imageset │ │ ├── Contents.json │ │ ├── baidu-copy 1.png │ │ ├── baidu-copy 2.png │ │ └── baidu-copy.png │ ├── bing.imageset │ │ ├── Contents.json │ │ ├── bing-color 1.png │ │ ├── bing-color 2.png │ │ └── bing-color.png │ ├── bochaai.imageset │ │ ├── Contents.json │ │ ├── icon 1.png │ │ ├── icon 2.png │ │ └── icon.png │ ├── brave.imageset │ │ ├── Contents.json │ │ ├── brave 1.png │ │ ├── brave 2.png │ │ └── brave.png │ ├── cherry.imageset │ │ ├── Contents.json │ │ ├── cherry_in 1.png │ │ ├── cherry_in 2.png │ │ └── cherry_in.png │ ├── claude.imageset │ │ ├── Contents.json │ │ ├── claude-color 1.png │ │ ├── claude-color 2.png │ │ └── claude-color.png │ ├── deepseek.imageset │ │ ├── Contents.json │ │ ├── deepseek 1.svg │ │ ├── deepseek 2.svg │ │ └── deepseek.svg │ ├── defaultIcon.imageset │ │ ├── Contents.json │ │ ├── ait_aizhushou 1.png │ │ ├── ait_aizhushou 2.png │ │ └── ait_aizhushou.png │ ├── doubao.imageset │ │ ├── Contents.json │ │ ├── doubao-color 1.png │ │ ├── doubao-color 2.png │ │ └── doubao-color.png │ ├── exa.imageset │ │ ├── Contents.json │ │ ├── light 1.png │ │ ├── light 2.png │ │ └── light.png │ ├── gitee.imageset │ │ ├── Contents.json │ │ ├── giteeai 1.png │ │ ├── giteeai 2.png │ │ └── giteeai.png │ ├── gitee_dark.imageset │ │ ├── Contents.json │ │ ├── giteeai-2 1.png │ │ ├── giteeai-2 2.png │ │ └── giteeai-2.png │ ├── github.imageset │ │ ├── Contents.json │ │ ├── github-2 1.png │ │ ├── github-2 2.png │ │ └── github-2.png │ ├── github_dark.imageset │ │ ├── Contents.json │ │ ├── github 1.png │ │ ├── github 2.png │ │ └── github.png │ ├── google.imageset │ │ ├── Contents.json │ │ ├── gemini-color 1.png │ │ ├── gemini-color 2.png │ │ └── gemini-color.png │ ├── google_search.imageset │ │ ├── Contents.json │ │ ├── google-color 1.png │ │ ├── google-color 2.png │ │ └── google-color.png │ ├── googlemap.imageset │ │ ├── Contents.json │ │ ├── a-GoogleMaps 1.png │ │ ├── a-GoogleMaps 2.png │ │ └── a-GoogleMaps.png │ ├── hanlin.imageset │ │ ├── Contents.json │ │ ├── h 1.png │ │ ├── h 2.png │ │ └── h.png │ ├── huggingface.imageset │ │ ├── Contents.json │ │ ├── huggingface-color 1.png │ │ ├── huggingface-color 2.png │ │ └── huggingface-color.png │ ├── hunyuan.imageset │ │ ├── Contents.json │ │ ├── a-yemian1 1.png │ │ ├── a-yemian1 2.png │ │ └── a-yemian1.png │ ├── kimi.imageset │ │ ├── Contents.json │ │ ├── kimi-color-2 1.png │ │ ├── kimi-color-2 2.png │ │ └── kimi-color-2.png │ ├── kimi_dark.imageset │ │ ├── Contents.json │ │ ├── kimi-color 1.png │ │ ├── kimi-color 2.png │ │ └── kimi-color.png │ ├── knowledge_bag.imageset │ │ ├── Contents.json │ │ ├── know_bag 1.png │ │ ├── know_bag 2.png │ │ └── know_bag.png │ ├── langsearch.imageset │ │ ├── Contents.json │ │ ├── unnamed 1.png │ │ ├── unnamed 2.png │ │ └── unnamed.png │ ├── lm_studio.imageset │ │ ├── Contents.json │ │ ├── lmstudio 1.png │ │ ├── lmstudio 2.png │ │ └── lmstudio.png │ ├── lm_studio_dark.imageset │ │ ├── Contents.json │ │ ├── lmstudio-2 1.png │ │ ├── lmstudio-2 2.png │ │ └── lmstudio-2.png │ ├── meta.imageset │ │ ├── Contents.json │ │ ├── meta-color 1.png │ │ ├── meta-color 2.png │ │ └── meta-color.png │ ├── minimax.imageset │ │ ├── Contents.json │ │ ├── minimax-color 1.png │ │ ├── minimax-color 2.png │ │ └── minimax-color.png │ ├── modelscope.imageset │ │ ├── Contents.json │ │ ├── modelscope-color 1.png │ │ ├── modelscope-color 2.png │ │ └── modelscope-color.png │ ├── openai.imageset │ │ ├── Contents.json │ │ ├── openai-2 1.png │ │ ├── openai-2 2.png │ │ └── openai-2.png │ ├── openai_dark.imageset │ │ ├── Contents.json │ │ ├── openai 1.png │ │ ├── openai 2.png │ │ └── openai.png │ ├── openrouter.imageset │ │ ├── Contents.json │ │ ├── openrouter-2 1.png │ │ ├── openrouter-2 2.png │ │ └── openrouter-2.png │ ├── openrouter_dark.imageset │ │ ├── Contents.json │ │ ├── openrouter 1.png │ │ ├── openrouter 2.png │ │ └── openrouter.png │ ├── openweather.imageset │ │ ├── 1743227 1.png │ │ ├── 1743227 2.png │ │ ├── 1743227.png │ │ └── Contents.json │ ├── perplexity.imageset │ │ ├── Contents.json │ │ ├── perplexity-color 1.png │ │ ├── perplexity-color 2.png │ │ └── perplexity-color.png │ ├── prompt.imageset │ │ ├── Contents.json │ │ ├── prompt 1.png │ │ ├── prompt 2.png │ │ └── prompt.png │ ├── qweather.imageset │ │ ├── Contents.json │ │ ├── qweather 1.png │ │ ├── qweather 2.png │ │ └── qweather.png │ ├── qweather_dark.imageset │ │ ├── Contents.json │ │ ├── qweather (1) 1.png │ │ ├── qweather (1) 2.png │ │ └── qweather (1).png │ ├── qwen.imageset │ │ ├── Contents.json │ │ ├── qwen 1.svg │ │ ├── qwen 2.svg │ │ └── qwen.svg │ ├── siliconflow.imageset │ │ ├── Contents.json │ │ ├── siliconcloud-color 1.png │ │ ├── siliconcloud-color 2.png │ │ └── siliconcloud-color.png │ ├── siri.imageset │ │ ├── Contents.json │ │ ├── siri 1.png │ │ ├── siri 2.png │ │ └── siri.png │ ├── spark.imageset │ │ ├── Contents.json │ │ ├── spark-color 1.png │ │ ├── spark-color 2.png │ │ └── spark-color.png │ ├── step.imageset │ │ ├── Contents.json │ │ ├── stepfun-color 1.png │ │ ├── stepfun-color 2.png │ │ └── stepfun-color.png │ ├── tavily.imageset │ │ ├── Contents.json │ │ ├── tavily 1.png │ │ ├── tavily 2.png │ │ └── tavily.png │ ├── tiangong.imageset │ │ ├── Contents.json │ │ ├── tiangong-color 1.png │ │ ├── tiangong-color 2.png │ │ └── tiangong-color.png │ ├── translate.imageset │ │ ├── Contents.json │ │ ├── translate-bold-svgrepo-com 1.svg │ │ ├── translate-bold-svgrepo-com 2.svg │ │ └── translate-bold-svgrepo-com.svg │ ├── translate_circle.imageset │ │ ├── Contents.json │ │ ├── svg-6 1.svg │ │ ├── svg-6 2.svg │ │ └── svg-6.svg │ ├── webreader.imageset │ │ ├── Contents.json │ │ ├── web 1.png │ │ ├── web 2.png │ │ └── web.png │ ├── wenxin.imageset │ │ ├── Contents.json │ │ ├── wenxin-color 1.png │ │ ├── wenxin-color 2.png │ │ └── wenxin-color.png │ ├── xai.imageset │ │ ├── Contents.json │ │ ├── grok-2 1.png │ │ ├── grok-2 2.png │ │ └── grok-2.png │ ├── xai_dark.imageset │ │ ├── Contents.json │ │ ├── grok 1.png │ │ ├── grok 2.png │ │ └── grok.png │ ├── yi.imageset │ │ ├── Contents.json │ │ ├── yi-color-2 1.png │ │ ├── yi-color-2 2.png │ │ └── yi-color-2.png │ ├── yi_dark.imageset │ │ ├── Contents.json │ │ ├── yi-color 1.png │ │ ├── yi-color 2.png │ │ └── yi-color.png │ ├── zhipuai.imageset │ │ ├── Contents.json │ │ ├── zai (1) 1.png │ │ ├── zai (1) 2.png │ │ └── zai (1).png │ └── zhipuai_dark.imageset │ │ ├── Contents.json │ │ ├── zai 1.png │ │ ├── zai 2.png │ │ └── zai.png ├── Base.lproj │ └── Launch Screen.storyboard ├── CLAUDE.md ├── ChatView.swift ├── KnowledgeListView.swift ├── ListView.swift ├── MainTabView.swift ├── Model │ ├── APIKeys.swift │ ├── AllModels.swift │ ├── ChatMessages.swift │ ├── ChatRecords.swift │ ├── KnowledgeChunk.swift │ ├── KnowledgeRecords.swift │ ├── MemoryArchive.swift │ ├── PromptRepo.swift │ ├── SearchKeys.swift │ ├── ToolKeys.swift │ ├── TranslationDic.swift │ └── UserInfo.swift ├── ModelsView.swift ├── Resource │ ├── Localizable.xcstrings │ ├── Refinement.json │ └── UpdateNotes.json ├── Services │ ├── APIServices │ │ ├── APIBalance.swift │ │ └── APITest.swift │ ├── ChatServices │ │ ├── APIManager.swift │ │ ├── CalendarService.swift │ │ ├── CanvasServices.swift │ │ ├── ChatTools.swift │ │ ├── CodeServices.swift │ │ ├── FileContentExtraction.swift │ │ ├── HealthServices.swift │ │ ├── MapServices.swift │ │ ├── SystemOptimizer.swift │ │ ├── TextToSpeech.swift │ │ ├── ToolsAPI.swift │ │ ├── WeatherServices.swift │ │ ├── WebReadTool.swift │ │ └── WebSearchTool.swift │ ├── DataServices │ │ ├── InfoServices.swift │ │ └── PreLoad.swift │ ├── KnowledgeServices │ │ └── KnowledgeAPI.swift │ ├── ModelServices │ │ ├── ModelDown.swift │ │ └── ModelServices.swift │ └── VisionServices │ │ └── VisionAPI.swift ├── SettingsView.swift ├── Views │ └── Components │ │ ├── APISettingView.swift │ │ ├── ChatViewComponents.swift │ │ ├── ChatandFile.swift │ │ ├── DocumentPicker.swift │ │ ├── ImagePicker.swift │ │ ├── KnowledgeWritingView.swift │ │ ├── ListViewComponents.swift │ │ ├── MemoryArchiveView.swift │ │ ├── ModelsViewComponents.swift │ │ ├── PromptRepoView.swift │ │ ├── QuickToolsView.swift │ │ ├── SettingsViewComponents.swift │ │ ├── TranslationDicView.swift │ │ └── VoiceInputView.swift ├── VisionIntent.swift ├── VisionView.swift └── mul.lproj │ └── Launch Screen.xcstrings ├── Config.xcconfig.template ├── LICENSE ├── README.md ├── cherry_icon.png └── logo_3_0.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/.gitignore -------------------------------------------------------------------------------- /AGENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AGENTS.md -------------------------------------------------------------------------------- /AI-HLY-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI-HLY-Info.plist -------------------------------------------------------------------------------- /AI_HLY.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /AI_HLY.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /AI_HLY.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /AI_HLY.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved -------------------------------------------------------------------------------- /AI_HLY.xcodeproj/xcshareddata/xcschemes/AI_HLY.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY.xcodeproj/xcshareddata/xcschemes/AI_HLY.xcscheme -------------------------------------------------------------------------------- /AI_HLY/AI_HLY.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/AI_HLY.entitlements -------------------------------------------------------------------------------- /AI_HLY/AI_HLY.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/AI_HLY.swift -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/AccentColor.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/AppIcon.appiconset/logo_3_0 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/AppIcon.appiconset/logo_3_0 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/AppIcon.appiconset/logo_origanal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/AppIcon.appiconset/logo_origanal.jpg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/AppIcon.appiconset/logo_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/AppIcon.appiconset/logo_white.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLAutumn.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLAutumn.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLAzure.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLAzure.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLBlue.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLBlue.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLBluefont.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLBluefont.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLBrown.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLBrown.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLCyanite.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLCyanite.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLGray.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLGray.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLGreen.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLGreen.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLIndigo.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLIndigo.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLNavy.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLNavy.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLOrange.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLOrange.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLPink.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLPink.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLPlum.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLPlum.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLPurple.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLPurple.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLRed.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLRed.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLSpring.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLSpring.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLTeal.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLTeal.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/HLYellow.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/HLYellow.colorset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/Hangzhou.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/Hangzhou.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/Hangzhou.imageset/Hangzhou2 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/Hangzhou.imageset/Hangzhou2 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/Hangzhou.imageset/Hangzhou2 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/Hangzhou.imageset/Hangzhou2 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/Hangzhou.imageset/Hangzhou2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/Hangzhou.imageset/Hangzhou2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/amap.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/amap.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/amap.imageset/c28b713232a745b497a3d136b38e15c7 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/amap.imageset/c28b713232a745b497a3d136b38e15c7 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/amap.imageset/c28b713232a745b497a3d136b38e15c7 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/amap.imageset/c28b713232a745b497a3d136b38e15c7 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/amap.imageset/c28b713232a745b497a3d136b38e15c7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/amap.imageset/c28b713232a745b497a3d136b38e15c7.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/applemap.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/applemap.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/applemap.imageset/footer_icon__pr1hkqvdj7e6_large_2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/applemap.imageset/footer_icon__pr1hkqvdj7e6_large_2x 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/applemap.imageset/footer_icon__pr1hkqvdj7e6_large_2x 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/applemap.imageset/footer_icon__pr1hkqvdj7e6_large_2x 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/applemap.imageset/footer_icon__pr1hkqvdj7e6_large_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/applemap.imageset/footer_icon__pr1hkqvdj7e6_large_2x.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/applogo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/applogo.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/applogo.imageset/logo_3_0 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/applogo.imageset/logo_3_0 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/applogo.imageset/logo_3_0 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/applogo.imageset/logo_3_0 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/applogo.imageset/logo_3_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/applogo.imageset/logo_3_0.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/arxiv.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/arxiv.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/arxiv.imageset/arxiv-logomark-small@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/arxiv.imageset/arxiv-logomark-small@2x 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/arxiv.imageset/arxiv-logomark-small@2x 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/arxiv.imageset/arxiv-logomark-small@2x 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/arxiv.imageset/arxiv-logomark-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/arxiv.imageset/arxiv-logomark-small@2x.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/assistant.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/assistant.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/assistant.imageset/cpu 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/assistant.imageset/cpu 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/assistant.imageset/cpu 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/assistant.imageset/cpu 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/assistant.imageset/cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/assistant.imageset/cpu.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/baidumap.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/baidumap.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/baidumap.imageset/baidu-copy 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/baidumap.imageset/baidu-copy 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/baidumap.imageset/baidu-copy 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/baidumap.imageset/baidu-copy 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/baidumap.imageset/baidu-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/baidumap.imageset/baidu-copy.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/bing.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/bing.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/bing.imageset/bing-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/bing.imageset/bing-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/bing.imageset/bing-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/bing.imageset/bing-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/bing.imageset/bing-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/bing.imageset/bing-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/bochaai.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/bochaai.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/bochaai.imageset/icon 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/bochaai.imageset/icon 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/bochaai.imageset/icon 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/bochaai.imageset/icon 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/bochaai.imageset/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/bochaai.imageset/icon.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/brave.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/brave.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/brave.imageset/brave 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/brave.imageset/brave 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/brave.imageset/brave 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/brave.imageset/brave 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/brave.imageset/brave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/brave.imageset/brave.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/cherry.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/cherry.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/cherry.imageset/cherry_in 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/cherry.imageset/cherry_in 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/cherry.imageset/cherry_in 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/cherry.imageset/cherry_in 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/cherry.imageset/cherry_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/cherry.imageset/cherry_in.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/claude.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/claude.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/claude.imageset/claude-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/claude.imageset/claude-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/claude.imageset/claude-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/claude.imageset/claude-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/claude.imageset/claude-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/claude.imageset/claude-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/deepseek.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/deepseek.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/deepseek.imageset/deepseek 1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/deepseek.imageset/deepseek 1.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/deepseek.imageset/deepseek 2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/deepseek.imageset/deepseek 2.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/deepseek.imageset/deepseek.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/deepseek.imageset/deepseek.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/defaultIcon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/defaultIcon.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/defaultIcon.imageset/ait_aizhushou 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/defaultIcon.imageset/ait_aizhushou 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/defaultIcon.imageset/ait_aizhushou 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/defaultIcon.imageset/ait_aizhushou 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/defaultIcon.imageset/ait_aizhushou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/defaultIcon.imageset/ait_aizhushou.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/doubao.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/doubao.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/doubao.imageset/doubao-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/doubao.imageset/doubao-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/doubao.imageset/doubao-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/doubao.imageset/doubao-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/doubao.imageset/doubao-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/doubao.imageset/doubao-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/exa.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/exa.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/exa.imageset/light 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/exa.imageset/light 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/exa.imageset/light 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/exa.imageset/light 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/exa.imageset/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/exa.imageset/light.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/gitee.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/gitee.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/gitee.imageset/giteeai 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/gitee.imageset/giteeai 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/gitee.imageset/giteeai 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/gitee.imageset/giteeai 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/gitee.imageset/giteeai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/gitee.imageset/giteeai.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/gitee_dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/gitee_dark.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/gitee_dark.imageset/giteeai-2 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/gitee_dark.imageset/giteeai-2 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/gitee_dark.imageset/giteeai-2 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/gitee_dark.imageset/giteeai-2 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/gitee_dark.imageset/giteeai-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/gitee_dark.imageset/giteeai-2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/github.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/github.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/github.imageset/github-2 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/github.imageset/github-2 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/github.imageset/github-2 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/github.imageset/github-2 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/github.imageset/github-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/github.imageset/github-2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/github_dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/github_dark.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/github_dark.imageset/github 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/github_dark.imageset/github 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/github_dark.imageset/github 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/github_dark.imageset/github 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/github_dark.imageset/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/github_dark.imageset/github.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/google.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/google.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/google.imageset/gemini-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/google.imageset/gemini-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/google.imageset/gemini-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/google.imageset/gemini-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/google.imageset/gemini-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/google.imageset/gemini-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/google_search.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/google_search.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/google_search.imageset/google-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/google_search.imageset/google-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/google_search.imageset/google-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/google_search.imageset/google-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/google_search.imageset/google-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/google_search.imageset/google-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/googlemap.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/googlemap.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/googlemap.imageset/a-GoogleMaps 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/googlemap.imageset/a-GoogleMaps 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/googlemap.imageset/a-GoogleMaps 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/googlemap.imageset/a-GoogleMaps 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/googlemap.imageset/a-GoogleMaps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/googlemap.imageset/a-GoogleMaps.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/hanlin.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/hanlin.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/hanlin.imageset/h 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/hanlin.imageset/h 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/hanlin.imageset/h 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/hanlin.imageset/h 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/hanlin.imageset/h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/hanlin.imageset/h.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/huggingface.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/huggingface.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/huggingface.imageset/huggingface-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/huggingface.imageset/huggingface-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/huggingface.imageset/huggingface-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/huggingface.imageset/huggingface-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/huggingface.imageset/huggingface-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/huggingface.imageset/huggingface-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/hunyuan.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/hunyuan.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/hunyuan.imageset/a-yemian1 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/hunyuan.imageset/a-yemian1 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/hunyuan.imageset/a-yemian1 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/hunyuan.imageset/a-yemian1 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/hunyuan.imageset/a-yemian1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/hunyuan.imageset/a-yemian1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/kimi.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/kimi.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/kimi.imageset/kimi-color-2 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/kimi.imageset/kimi-color-2 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/kimi.imageset/kimi-color-2 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/kimi.imageset/kimi-color-2 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/kimi.imageset/kimi-color-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/kimi.imageset/kimi-color-2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/kimi_dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/kimi_dark.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/kimi_dark.imageset/kimi-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/kimi_dark.imageset/kimi-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/kimi_dark.imageset/kimi-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/kimi_dark.imageset/kimi-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/kimi_dark.imageset/kimi-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/kimi_dark.imageset/kimi-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/knowledge_bag.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/knowledge_bag.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/knowledge_bag.imageset/know_bag 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/knowledge_bag.imageset/know_bag 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/knowledge_bag.imageset/know_bag 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/knowledge_bag.imageset/know_bag 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/knowledge_bag.imageset/know_bag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/knowledge_bag.imageset/know_bag.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/langsearch.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/langsearch.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/langsearch.imageset/unnamed 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/langsearch.imageset/unnamed 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/langsearch.imageset/unnamed 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/langsearch.imageset/unnamed 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/langsearch.imageset/unnamed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/langsearch.imageset/unnamed.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/lm_studio.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/lm_studio.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/lm_studio.imageset/lmstudio 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/lm_studio.imageset/lmstudio 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/lm_studio.imageset/lmstudio 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/lm_studio.imageset/lmstudio 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/lm_studio.imageset/lmstudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/lm_studio.imageset/lmstudio.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/lm_studio_dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/lm_studio_dark.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/lm_studio_dark.imageset/lmstudio-2 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/lm_studio_dark.imageset/lmstudio-2 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/lm_studio_dark.imageset/lmstudio-2 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/lm_studio_dark.imageset/lmstudio-2 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/lm_studio_dark.imageset/lmstudio-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/lm_studio_dark.imageset/lmstudio-2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/meta.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/meta.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/meta.imageset/meta-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/meta.imageset/meta-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/meta.imageset/meta-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/meta.imageset/meta-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/meta.imageset/meta-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/meta.imageset/meta-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/minimax.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/minimax.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/minimax.imageset/minimax-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/minimax.imageset/minimax-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/minimax.imageset/minimax-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/minimax.imageset/minimax-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/minimax.imageset/minimax-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/minimax.imageset/minimax-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/modelscope.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/modelscope.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/modelscope.imageset/modelscope-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/modelscope.imageset/modelscope-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/modelscope.imageset/modelscope-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/modelscope.imageset/modelscope-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/modelscope.imageset/modelscope-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/modelscope.imageset/modelscope-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openai.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openai.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openai.imageset/openai-2 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openai.imageset/openai-2 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openai.imageset/openai-2 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openai.imageset/openai-2 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openai.imageset/openai-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openai.imageset/openai-2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openai_dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openai_dark.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openai_dark.imageset/openai 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openai_dark.imageset/openai 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openai_dark.imageset/openai 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openai_dark.imageset/openai 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openai_dark.imageset/openai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openai_dark.imageset/openai.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openrouter.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openrouter.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openrouter.imageset/openrouter-2 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openrouter.imageset/openrouter-2 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openrouter.imageset/openrouter-2 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openrouter.imageset/openrouter-2 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openrouter.imageset/openrouter-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openrouter.imageset/openrouter-2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openrouter_dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openrouter_dark.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openrouter_dark.imageset/openrouter 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openrouter_dark.imageset/openrouter 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openrouter_dark.imageset/openrouter 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openrouter_dark.imageset/openrouter 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openrouter_dark.imageset/openrouter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openrouter_dark.imageset/openrouter.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openweather.imageset/1743227 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openweather.imageset/1743227 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openweather.imageset/1743227 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openweather.imageset/1743227 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openweather.imageset/1743227.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openweather.imageset/1743227.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/openweather.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/openweather.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/perplexity.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/perplexity.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/perplexity.imageset/perplexity-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/perplexity.imageset/perplexity-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/perplexity.imageset/perplexity-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/perplexity.imageset/perplexity-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/perplexity.imageset/perplexity-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/perplexity.imageset/perplexity-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/prompt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/prompt.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/prompt.imageset/prompt 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/prompt.imageset/prompt 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/prompt.imageset/prompt 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/prompt.imageset/prompt 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/prompt.imageset/prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/prompt.imageset/prompt.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qweather.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qweather.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qweather.imageset/qweather 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qweather.imageset/qweather 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qweather.imageset/qweather 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qweather.imageset/qweather 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qweather.imageset/qweather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qweather.imageset/qweather.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qweather_dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qweather_dark.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qweather_dark.imageset/qweather (1) 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qweather_dark.imageset/qweather (1) 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qweather_dark.imageset/qweather (1) 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qweather_dark.imageset/qweather (1) 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qweather_dark.imageset/qweather (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qweather_dark.imageset/qweather (1).png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qwen.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qwen.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qwen.imageset/qwen 1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qwen.imageset/qwen 1.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qwen.imageset/qwen 2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qwen.imageset/qwen 2.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/qwen.imageset/qwen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/qwen.imageset/qwen.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/siliconflow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/siliconflow.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/siliconflow.imageset/siliconcloud-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/siliconflow.imageset/siliconcloud-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/siliconflow.imageset/siliconcloud-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/siliconflow.imageset/siliconcloud-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/siliconflow.imageset/siliconcloud-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/siliconflow.imageset/siliconcloud-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/siri.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/siri.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/siri.imageset/siri 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/siri.imageset/siri 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/siri.imageset/siri 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/siri.imageset/siri 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/siri.imageset/siri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/siri.imageset/siri.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/spark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/spark.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/spark.imageset/spark-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/spark.imageset/spark-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/spark.imageset/spark-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/spark.imageset/spark-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/spark.imageset/spark-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/spark.imageset/spark-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/step.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/step.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/step.imageset/stepfun-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/step.imageset/stepfun-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/step.imageset/stepfun-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/step.imageset/stepfun-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/step.imageset/stepfun-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/step.imageset/stepfun-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/tavily.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/tavily.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/tavily.imageset/tavily 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/tavily.imageset/tavily 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/tavily.imageset/tavily 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/tavily.imageset/tavily 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/tavily.imageset/tavily.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/tavily.imageset/tavily.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/tiangong.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/tiangong.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/tiangong.imageset/tiangong-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/tiangong.imageset/tiangong-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/tiangong.imageset/tiangong-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/tiangong.imageset/tiangong-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/tiangong.imageset/tiangong-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/tiangong.imageset/tiangong-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/translate.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/translate.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/translate.imageset/translate-bold-svgrepo-com 1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/translate.imageset/translate-bold-svgrepo-com 1.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/translate.imageset/translate-bold-svgrepo-com 2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/translate.imageset/translate-bold-svgrepo-com 2.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/translate.imageset/translate-bold-svgrepo-com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/translate.imageset/translate-bold-svgrepo-com.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/translate_circle.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/translate_circle.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/translate_circle.imageset/svg-6 1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/translate_circle.imageset/svg-6 1.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/translate_circle.imageset/svg-6 2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/translate_circle.imageset/svg-6 2.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/translate_circle.imageset/svg-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/translate_circle.imageset/svg-6.svg -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/webreader.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/webreader.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/webreader.imageset/web 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/webreader.imageset/web 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/webreader.imageset/web 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/webreader.imageset/web 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/webreader.imageset/web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/webreader.imageset/web.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/wenxin.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/wenxin.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/wenxin.imageset/wenxin-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/wenxin.imageset/wenxin-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/wenxin.imageset/wenxin-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/wenxin.imageset/wenxin-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/wenxin.imageset/wenxin-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/wenxin.imageset/wenxin-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/xai.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/xai.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/xai.imageset/grok-2 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/xai.imageset/grok-2 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/xai.imageset/grok-2 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/xai.imageset/grok-2 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/xai.imageset/grok-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/xai.imageset/grok-2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/xai_dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/xai_dark.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/xai_dark.imageset/grok 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/xai_dark.imageset/grok 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/xai_dark.imageset/grok 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/xai_dark.imageset/grok 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/xai_dark.imageset/grok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/xai_dark.imageset/grok.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/yi.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/yi.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/yi.imageset/yi-color-2 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/yi.imageset/yi-color-2 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/yi.imageset/yi-color-2 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/yi.imageset/yi-color-2 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/yi.imageset/yi-color-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/yi.imageset/yi-color-2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/yi_dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/yi_dark.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/yi_dark.imageset/yi-color 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/yi_dark.imageset/yi-color 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/yi_dark.imageset/yi-color 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/yi_dark.imageset/yi-color 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/yi_dark.imageset/yi-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/yi_dark.imageset/yi-color.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/zhipuai.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/zhipuai.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/zhipuai.imageset/zai (1) 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/zhipuai.imageset/zai (1) 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/zhipuai.imageset/zai (1) 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/zhipuai.imageset/zai (1) 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/zhipuai.imageset/zai (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/zhipuai.imageset/zai (1).png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/zhipuai_dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/zhipuai_dark.imageset/Contents.json -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/zhipuai_dark.imageset/zai 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/zhipuai_dark.imageset/zai 1.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/zhipuai_dark.imageset/zai 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/zhipuai_dark.imageset/zai 2.png -------------------------------------------------------------------------------- /AI_HLY/Assets.xcassets/zhipuai_dark.imageset/zai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Assets.xcassets/zhipuai_dark.imageset/zai.png -------------------------------------------------------------------------------- /AI_HLY/Base.lproj/Launch Screen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Base.lproj/Launch Screen.storyboard -------------------------------------------------------------------------------- /AI_HLY/CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/CLAUDE.md -------------------------------------------------------------------------------- /AI_HLY/ChatView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/ChatView.swift -------------------------------------------------------------------------------- /AI_HLY/KnowledgeListView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/KnowledgeListView.swift -------------------------------------------------------------------------------- /AI_HLY/ListView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/ListView.swift -------------------------------------------------------------------------------- /AI_HLY/MainTabView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/MainTabView.swift -------------------------------------------------------------------------------- /AI_HLY/Model/APIKeys.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/APIKeys.swift -------------------------------------------------------------------------------- /AI_HLY/Model/AllModels.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/AllModels.swift -------------------------------------------------------------------------------- /AI_HLY/Model/ChatMessages.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/ChatMessages.swift -------------------------------------------------------------------------------- /AI_HLY/Model/ChatRecords.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/ChatRecords.swift -------------------------------------------------------------------------------- /AI_HLY/Model/KnowledgeChunk.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/KnowledgeChunk.swift -------------------------------------------------------------------------------- /AI_HLY/Model/KnowledgeRecords.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/KnowledgeRecords.swift -------------------------------------------------------------------------------- /AI_HLY/Model/MemoryArchive.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/MemoryArchive.swift -------------------------------------------------------------------------------- /AI_HLY/Model/PromptRepo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/PromptRepo.swift -------------------------------------------------------------------------------- /AI_HLY/Model/SearchKeys.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/SearchKeys.swift -------------------------------------------------------------------------------- /AI_HLY/Model/ToolKeys.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/ToolKeys.swift -------------------------------------------------------------------------------- /AI_HLY/Model/TranslationDic.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/TranslationDic.swift -------------------------------------------------------------------------------- /AI_HLY/Model/UserInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Model/UserInfo.swift -------------------------------------------------------------------------------- /AI_HLY/ModelsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/ModelsView.swift -------------------------------------------------------------------------------- /AI_HLY/Resource/Localizable.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Resource/Localizable.xcstrings -------------------------------------------------------------------------------- /AI_HLY/Resource/Refinement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Resource/Refinement.json -------------------------------------------------------------------------------- /AI_HLY/Resource/UpdateNotes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Resource/UpdateNotes.json -------------------------------------------------------------------------------- /AI_HLY/Services/APIServices/APIBalance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/APIServices/APIBalance.swift -------------------------------------------------------------------------------- /AI_HLY/Services/APIServices/APITest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/APIServices/APITest.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/APIManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/APIManager.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/CalendarService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/CalendarService.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/CanvasServices.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/CanvasServices.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/ChatTools.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/ChatTools.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/CodeServices.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/CodeServices.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/FileContentExtraction.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/FileContentExtraction.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/HealthServices.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/HealthServices.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/MapServices.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/MapServices.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/SystemOptimizer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/SystemOptimizer.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/TextToSpeech.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/TextToSpeech.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/ToolsAPI.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/ToolsAPI.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/WeatherServices.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/WeatherServices.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/WebReadTool.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/WebReadTool.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ChatServices/WebSearchTool.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ChatServices/WebSearchTool.swift -------------------------------------------------------------------------------- /AI_HLY/Services/DataServices/InfoServices.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/DataServices/InfoServices.swift -------------------------------------------------------------------------------- /AI_HLY/Services/DataServices/PreLoad.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/DataServices/PreLoad.swift -------------------------------------------------------------------------------- /AI_HLY/Services/KnowledgeServices/KnowledgeAPI.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/KnowledgeServices/KnowledgeAPI.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ModelServices/ModelDown.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ModelServices/ModelDown.swift -------------------------------------------------------------------------------- /AI_HLY/Services/ModelServices/ModelServices.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/ModelServices/ModelServices.swift -------------------------------------------------------------------------------- /AI_HLY/Services/VisionServices/VisionAPI.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Services/VisionServices/VisionAPI.swift -------------------------------------------------------------------------------- /AI_HLY/SettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/SettingsView.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/APISettingView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/APISettingView.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/ChatViewComponents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/ChatViewComponents.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/ChatandFile.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/ChatandFile.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/DocumentPicker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/DocumentPicker.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/ImagePicker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/ImagePicker.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/KnowledgeWritingView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/KnowledgeWritingView.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/ListViewComponents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/ListViewComponents.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/MemoryArchiveView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/MemoryArchiveView.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/ModelsViewComponents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/ModelsViewComponents.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/PromptRepoView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/PromptRepoView.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/QuickToolsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/QuickToolsView.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/SettingsViewComponents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/SettingsViewComponents.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/TranslationDicView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/TranslationDicView.swift -------------------------------------------------------------------------------- /AI_HLY/Views/Components/VoiceInputView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/Views/Components/VoiceInputView.swift -------------------------------------------------------------------------------- /AI_HLY/VisionIntent.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/VisionIntent.swift -------------------------------------------------------------------------------- /AI_HLY/VisionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/VisionView.swift -------------------------------------------------------------------------------- /AI_HLY/mul.lproj/Launch Screen.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/AI_HLY/mul.lproj/Launch Screen.xcstrings -------------------------------------------------------------------------------- /Config.xcconfig.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/Config.xcconfig.template -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/README.md -------------------------------------------------------------------------------- /cherry_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/cherry_icon.png -------------------------------------------------------------------------------- /logo_3_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CherryHQ/hanlin-ai/HEAD/logo_3_0.png --------------------------------------------------------------------------------