mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 22:02:34 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
20
web/admin-spa/node_modules/dayjs/esm/plugin/toObject/index.d.ts
generated
vendored
20
web/admin-spa/node_modules/dayjs/esm/plugin/toObject/index.d.ts
generated
vendored
@@ -1,20 +0,0 @@
|
||||
import { PluginFunc } from 'dayjs/esm'
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
|
||||
interface DayjsObject {
|
||||
years: number
|
||||
months: number
|
||||
date: number
|
||||
hours: number
|
||||
minutes: number
|
||||
seconds: number
|
||||
milliseconds: number
|
||||
}
|
||||
|
||||
declare module 'dayjs/esm' {
|
||||
interface Dayjs {
|
||||
toObject(): DayjsObject
|
||||
}
|
||||
}
|
||||
15
web/admin-spa/node_modules/dayjs/esm/plugin/toObject/index.js
generated
vendored
15
web/admin-spa/node_modules/dayjs/esm/plugin/toObject/index.js
generated
vendored
@@ -1,15 +0,0 @@
|
||||
export default (function (o, c) {
|
||||
var proto = c.prototype;
|
||||
|
||||
proto.toObject = function () {
|
||||
return {
|
||||
years: this.$y,
|
||||
months: this.$M,
|
||||
date: this.$D,
|
||||
hours: this.$H,
|
||||
minutes: this.$m,
|
||||
seconds: this.$s,
|
||||
milliseconds: this.$ms
|
||||
};
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user