|
@@ -198,7 +198,7 @@ const TableList: React.FC<{}> = () => {
|
|
|
}
|
|
|
// 检测是否应该自动跳转
|
|
|
const checkGotoUrl = () => {
|
|
|
- if (memory.onlyText.trim().startsWith("url") && localStorage.getItem("auto-url") !== memory.id + "") {
|
|
|
+ if (memory.onlyText.trim().toLowerCase().startsWith("墱墧墡") && localStorage.getItem("auto-url") !== memory.id + "") {
|
|
|
setTimeout(() => {
|
|
|
localStorage.setItem("auto-url", memory.id + "");
|
|
|
let a = document.querySelector(".ql-editor a");
|
|
@@ -206,7 +206,7 @@ const TableList: React.FC<{}> = () => {
|
|
|
// @ts-ignore
|
|
|
a.click()
|
|
|
}
|
|
|
- }, 1500);
|
|
|
+ }, 1000);
|
|
|
|
|
|
}
|
|
|
}
|