fixed 克隆检测language ruby python C#

This commit is contained in:
xxq250 2025-06-24 08:50:06 +08:00
parent f64129e76d
commit f7864aa62e
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ class ProjectsController < ApplicationController
when "python" then "py"
when "ruby" then "rb"
when "rust" then "rs"
when "c#" then "cs"
else language.downcase
end
forge_url = "#{Rails.application.config_for(:configuration)['platform_url']}"