feat: add format utility function and improve loader method

This commit is contained in:
JuanZoran
2023-01-08 15:07:12 +08:00
parent 2f6520940a
commit 5a424c66bb
17 changed files with 486 additions and 139 deletions

View File

@@ -0,0 +1,8 @@
local M = {}
local order = require('Trans.conf.loader').loaded_conf.order
M._ = function (query_)
end
return M

View File

@@ -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,