mirror of
https://github.com/Cola-Echo/memory-manager-concurrent.git
synced 2026-06-08 04:05:52 +00:00
feat: 支持 Lore-char 命名的总结世界书识别
- isSummaryBook 函数新增对 Lore-char/lore-char 的检测 - 修复启用记忆搜索助手时进度条重复显示总结世界书任务的问题 - 更新错误提示信息,说明支持的命名规则 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
20
games/tetris/index.html
Normal file
20
games/tetris/index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta name="description" content="使用React、Redux、Immutable制作的俄罗斯方块" />
|
||||
<meta name="keywords" content="俄罗斯方块,Tetris,React,Redux,Immuatble,JavaScript">
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<script>;(function(){var w=parseInt(window.screen.width),s=w/640,u=navigator.userAgent.toLowerCase(),m='<meta name="viewport" content="width=640,';if(/android (\d+\.\d+)/.test(u)){if(parseFloat(RegExp.$1)>2.3)m+='minimum-scale='+s+',maximum-scale='+s+',';}else{m+='user-scalable=no,';}m+='target-densitydpi=device-dpi">';document.write(m);}());</script>
|
||||
<meta charset="UTF-8">
|
||||
<title>俄罗斯方块</title>
|
||||
<link href="./loader.css" rel="stylesheet" />
|
||||
<link href="css-1.0.1.css" rel="stylesheet"></head>
|
||||
<body>
|
||||
<div id="root">
|
||||
<div class="load">
|
||||
<div class="loader">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="app-1.0.1.js"></script></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user