picgo/static/js/pagehead.js
2024-08-01 20:40:06 +08:00

15 lines
192 B
JavaScript

function PageHead(fields, actions,elementId) {
this.fields = fields
this.actions = actions
this.element = $(elementId)
}
PageHead.prototype.RenderPageHead = function () {
}