Initial commit: ThinkPHP refactor (tp)

Made-with: Cursor
This commit is contained in:
nepiedg
2026-04-02 02:13:12 +00:00
commit 166940d5a6
127 changed files with 22225 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
return array (
0 => '完全不透明',
13 => '透明 10%',
26 => '透明 20%',
39 => '透明 30%',
52 => '透明 40%',
65 => '透明 50%',
78 => '透明 60%',
91 => '透明 70%',
104 => '透明 80%',
117 => '透明 90%',
127 => '完全透明'
);