初始化仓库

This commit is contained in:
yiqiuyang
2025-09-10 00:13:57 +08:00
commit 17180ec339
417 changed files with 285450 additions and 0 deletions

View File

@ -0,0 +1 @@
define(["exports","./RuntimeError-ac440aa5","./defaultValue-69ee94f4"],(function(t,e,a){"use strict";var f=Object.freeze({NONE:0,TOP:1,ALL:2});t.GeometryOffsetAttribute=f,t.arrayFill=function(t,e,f,r){if("function"==typeof t.fill)return t.fill(e,f,r);const n=t.length>>>0,l=a.defaultValue(f,0);let u=l<0?Math.max(n+l,0):Math.min(l,n);const i=a.defaultValue(r,n),o=i<0?Math.max(n+i,0):Math.min(i,n);for(;u<o;)t[u]=e,u++;return t}}));