mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 02:29:30 +08:00
7 lines
90 B
Text
7 lines
90 B
Text
/**
|
|
* @param {string} d
|
|
* @returns {string}
|
|
*/
|
|
export function color(d) {
|
|
return d
|
|
}
|