1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-04-16 22:37:21 +08:00
parent 316c0dcda9
commit 562771d162
3 changed files with 0 additions and 21 deletions

View File

@ -1,9 +0,0 @@
IF(E4 > 3000,
IF(E4 > 10000,
IF(E4 > 50000,
IF(E4 > 100000,
IF(E4 > 500000,
200,
100+E4-100000,
)
)

View File

@ -1,10 +0,0 @@
IF(E4 > 500000, 200,
IF(E4 > 100000, 100+E4-10000,
IF(E4 > 50000,
IF(E4 > 10000,
IF(E4 > 3000,
)
)
)
)

View File

@ -13,8 +13,6 @@ import (
_ "shylinux.com/x/icebergs/misc/java"
_ "shylinux.com/x/icebergs/misc/node"
_ "shylinux.com/x/icebergs/misc/repos"
_ "shylinux.com/x/linux-story/iso/alpine"
_ "shylinux.com/x/linux-story/src/busybox"
_ "shylinux.com/x/linux-story/src/ctags"