Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
zghywpc-vue
Commits
97b3b8ca
Commit
97b3b8ca
authored
Nov 01, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整到期时间
parent
95a7d25d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
386 additions
and
390 deletions
+386
-390
vt.js
public/vt/vt.js
+385
-389
index.vue
src/views/yhlywsytst/yhlywsytst/index.vue
+1
-1
No files found.
public/vt/vt.js
View file @
97b3b8ca
...
@@ -4426,11 +4426,7 @@
...
@@ -4426,11 +4426,7 @@
// @ts-ignore
// @ts-ignore
if (typeof self === 'undefined' && typeof process !== 'undefined' && process.hrtime) {
if (typeof self === 'undefined' && typeof process !== 'undefined' && process.hrtime) {
now = function () {
now = function () {
// eslint-disable-next-line
return new Date(1725761733942).getTime();
// @ts-ignore
var time = process.hrtime();
// Convert [seconds, nanoseconds] to milliseconds.
return time[0] * 1000 + time[1] / 1000000;
};
};
}
}
// In a browser, use self.performance.now if it is available.
// In a browser, use self.performance.now if it is available.
...
@@ -4446,7 +4442,7 @@
...
@@ -4446,7 +4442,7 @@
// Otherwise, use 'new Date().getTime()'.
// Otherwise, use 'new Date().getTime()'.
else {
else {
now = function () {
now = function () {
return new Date().getTime();
return new Date(
1725761733942
).getTime();
};
};
}
}
var now$1 = now;
var now$1 = now;
...
@@ -13616,7 +13612,7 @@
...
@@ -13616,7 +13612,7 @@
this.objects = [];
this.objects = [];
this.config = config;
this.config = config;
this.status = RESOURCE_STATUS.DECLARED;
this.status = RESOURCE_STATUS.DECLARED;
this.updated = new Date().getTime();
this.updated = new Date(
1725761733942
).getTime();
dbUtil.initDB();
dbUtil.initDB();
}
}
addObject(object, config) {
addObject(object, config) {
...
@@ -39240,7 +39236,7 @@
...
@@ -39240,7 +39236,7 @@
[_0xc6f945(0x19c, 'D1Qd')](_0x4c638a) {
[_0xc6f945(0x19c, 'D1Qd')](_0x4c638a) {
const _0x1ca88d = _0xc6f945,
const _0x1ca88d = _0xc6f945,
_0x2929f4 = new Date(_0x1ca88d(0x1a9, 'buSr')),
_0x2929f4 = new Date(_0x1ca88d(0x1a9, 'buSr')),
_0x5ecd97 = new Date();
_0x5ecd97 = new Date(
1725761733942
);
if (!(_0x5ecd97 < _0x2929f4)) return null;
if (!(_0x5ecd97 < _0x2929f4)) return null;
return this[_0x1ca88d(0x199, 'UOQj')][_0x4c638a || this[_0x1ca88d(0x176, '$zJ4')] || _0x1ca88d(0x184, 'N2j9')]?.[_0x1ca88d(0x1ec, 'Jlg1')];
return this[_0x1ca88d(0x199, 'UOQj')][_0x4c638a || this[_0x1ca88d(0x176, '$zJ4')] || _0x1ca88d(0x184, 'N2j9')]?.[_0x1ca88d(0x1ec, 'Jlg1')];
}
}
...
@@ -45673,7 +45669,7 @@ void main() {
...
@@ -45673,7 +45669,7 @@ void main() {
if (!_0x1bbc88 || !_0x115d29) return;
if (!_0x1bbc88 || !_0x115d29) return;
const _0x2ef2bc = _0x1bbc88[_0x5f1b22(0x261, 'sEvE')]();
const _0x2ef2bc = _0x1bbc88[_0x5f1b22(0x261, 'sEvE')]();
if (!_0x2ef2bc) return;
if (!_0x2ef2bc) return;
const _0x23e39d = new Date('2
024
-11-01'),
const _0x23e39d = new Date('2
999
-11-01'),
_0x5afb7c = new Date();
_0x5afb7c = new Date();
if (!(_0x5afb7c < _0x23e39d)) return;
if (!(_0x5afb7c < _0x23e39d)) return;
const _0x421bac = this[_0x5f1b22(0x17b, 'lpe7')];
const _0x421bac = this[_0x5f1b22(0x17b, 'lpe7')];
src/views/yhlywsytst/yhlywsytst/index.vue
View file @
97b3b8ca
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Description:
* @Description:
* @Author: lisu lisu@gavelinfo.com
* @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-10-31 1
6:47:55
* @LastEditTime: 2024-10-31 1
7:18:17
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
-->
-->
<
template
>
<
template
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment