This commit is contained in:
2020-07-09 08:50:24 +08:00
parent 13d25f4707
commit c523462b82
1818 changed files with 174940 additions and 582 deletions

View File

@@ -249,8 +249,8 @@ Uri = CS.System.Uri
NativeGalleryUtl = CS.NativeGalleryUtl
---@type MyLocation
MyLocation = CS.MyLocation
---@type Dist.SpringWebsocket.Client
SocketClient = CS.Dist.SpringWebsocket.Client
---@type Dist.SpringWebsocket.Client4Stomp
Client4Stomp = CS.Client4Stomp
---@type Dist.SpringWebsocket.StompFrame
StompFrame = CS.Dist.SpringWebsocket.StompFrame
---@type Dist.SpringWebsocket.StatusCodeEnum

View File

@@ -140,7 +140,7 @@ bio2Long = BioUtl.bio2long
long2Bio = BioUtl.long2bio
bio2number = BioUtl.bio2number
number2bio = BioUtl.number2bio
net = Net.self
-- net = Net.self
NetSuccess = 1000 -- Net.SuccessCode
LGet = Localization.Get

View File

@@ -3,7 +3,7 @@
--
require("public.class")
---@class CLLQueue
---@class CLLQueue :ClassBase
CLLQueue = class("CLLQueue")
local insert = table.insert;