mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 12:17:22 +00:00
Add history for species changes
This commit is contained in:
7
dist/web/birb.embed.js
vendored
7
dist/web/birb.embed.js
vendored
@@ -226,6 +226,13 @@
|
||||
return document.documentElement.clientHeight;
|
||||
}
|
||||
|
||||
/** @typedef {Object} Species
|
||||
* @property {string} name
|
||||
* @property {string} description
|
||||
* @property {Record<string, string>} colors
|
||||
* @property {string[]} [tags]
|
||||
*/
|
||||
|
||||
var species = {
|
||||
"bluebird": {
|
||||
"name": "Eastern Bluebird",
|
||||
|
||||
Reference in New Issue
Block a user