chore: 清理临时文件和测试文件

- 删除临时测试文件 (test-*.html, test-*.js)
- 删除临时文档文件 (GPU_ACCELERATION_USAGE.md, RENDER_OPTIMIZER_USAGE.md)
- 删除测试 HTML 文件 (argon-memory-manager.test.html, argon-performance.test.html)
- 整理文档到 specs 目录下
This commit is contained in:
2026-01-22 10:42:19 +08:00
parent 9feba74cfe
commit 4515831d7f
18 changed files with 1802 additions and 3121 deletions

View File

@@ -3891,7 +3891,7 @@ function highlightJsRender(){
clipboard.on('success', function(e) {
iziToast.show({
title: __("复制成功"),
message: __("代码已复制到剪贴板),
message: __("代码已复制到剪贴板"),
class: 'shadow',
position: 'topRight',
backgroundColor: '#2dce89',
@@ -3906,7 +3906,7 @@ function highlightJsRender(){
clipboard.on('error', function(e) {
iziToast.show({
title: __("复制失败"),
message: __("请手动复制代码),
message: __("请手动复制代码"),
class: 'shadow',
position: 'topRight',
backgroundColor: '#f5365c',