mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-25 07:02:31 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
10
web/admin-spa/node_modules/dayjs/esm/plugin/isToday/index.d.ts
generated
vendored
10
web/admin-spa/node_modules/dayjs/esm/plugin/isToday/index.d.ts
generated
vendored
@@ -1,10 +0,0 @@
|
||||
import { PluginFunc } from 'dayjs/esm'
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
|
||||
declare module 'dayjs/esm' {
|
||||
interface Dayjs {
|
||||
isToday(): boolean
|
||||
}
|
||||
}
|
||||
9
web/admin-spa/node_modules/dayjs/esm/plugin/isToday/index.js
generated
vendored
9
web/admin-spa/node_modules/dayjs/esm/plugin/isToday/index.js
generated
vendored
@@ -1,9 +0,0 @@
|
||||
export default (function (o, c, d) {
|
||||
var proto = c.prototype;
|
||||
|
||||
proto.isToday = function () {
|
||||
var comparisonTemplate = 'YYYY-MM-DD';
|
||||
var now = d();
|
||||
return this.format(comparisonTemplate) === now.format(comparisonTemplate);
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user