Commit fd669da0 authored by chenjiahao's avatar chenjiahao

Merge remote-tracking branch 'origin/master'

parents 9a46c963 79cc5eb2
...@@ -387,11 +387,14 @@ export const jsonData = ` ...@@ -387,11 +387,14 @@ export const jsonData = `
PRIMARY KEY (token_id) PRIMARY KEY (token_id)
) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8mb3 ROW_FORMAT=DYNAMIC; ) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8mb3 ROW_FORMAT=DYNAMIC;
SELECT * FROM access_token
WHERE create_time < DATE_SUB(NOW(), INTERVAL maxage DAY);
`; `;
export const cardList: any[] = [ export const cardList: any[] = [
{ {
title: `CREATE TABLE access_token ( token_id INT U...`, title: ` SELECT * FROM access_token WHERE create_ti...`,
icon: 'weui:done2-outlined', icon: 'weui:done2-outlined',
percent: 100, percent: 100,
color: 'green', color: 'green',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment