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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user