feat: add format utility function and improve loader method
This commit is contained in:
8
lua/Trans/component/init.lua
Normal file
8
lua/Trans/component/init.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local M = {}
|
||||
local order = require('Trans.conf.loader').loaded_conf.order
|
||||
|
||||
M._ = function (query_)
|
||||
|
||||
end
|
||||
|
||||
return M
|
@@ -1,6 +1,6 @@
|
||||
local M = {}
|
||||
|
||||
local display = require("Tran.conf").ui.display
|
||||
local display = require("Trans.conf.loader").loaded.conf.ui.display
|
||||
-- Example:
|
||||
-- local content = {
|
||||
-- width = 1,
|
||||
|
Reference in New Issue
Block a user