Commit e9fff024 authored by JoyJ's avatar JoyJ

fix: Add cheat page link

parent 6556aa06
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
text: '作弊', text: '作弊',
hint: '常用作弊命令', hint: '常用作弊命令',
click: () => { click: () => {
console.log('TODO: 常用作弊命令.'); window.open(`${$_env}/cheats.html`);
} }
} }
]; ];
......
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