今天是2024年七月3日 第27周 星期三

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

更改

跳到导航 跳到搜索
添加59字节 、 2014年1月27日 (一) 09:10
无编辑摘要
第345行: 第345行:  
local sortDay
 
local sortDay
 
local dayName = {
 
local dayName = {
[1] = '㏠',
+
['1'] = '㏠',
[2] = '㏡',
+
['2'] = '㏡',
[3] = '㏢',
+
['3'] = '㏢',
[4] = '㏣',
+
['4'] = '㏣',
[5] = '㏤',
+
['5'] = '㏤',
[6] = '㏥',
+
['6'] = '㏥',
[7] = '㏦',
+
['7'] = '㏦',
[8] = '㏧',
+
['8'] = '㏧',
[9] = '㏨',
+
['9'] = '㏨',
[10] = '㏩',
+
['10'] = '㏩',
[11] = '㏪',
+
['11'] = '㏪',
[12] = '㏫',
+
['12'] = '㏫',
[13] = '㏬',
+
['13'] = '㏬',
[14] = '㏭',
+
['14'] = '㏭',
[15] = '㏮',
+
['15'] = '㏮',
[16] = '㏯',
+
['16'] = '㏯',
[17] = '㏰',
+
['17'] = '㏰',
[18] = '㏱',
+
['18'] = '㏱',
[19] = '㏲',
+
['19'] = '㏲',
[20] = '㏳',
+
['20'] = '㏳',
[21] = '㏴',
+
['21'] = '㏴',
[22] = '㏵',
+
['22'] = '㏵',
[23] = '㏶',
+
['23'] = '㏶',
[24] = '㏷',
+
['24'] = '㏷',
[25] = '㏸',
+
['25'] = '㏸',
[26] = '㏹',
+
['26'] = '㏹',
[27] = '㏺',
+
['27'] = '㏺',
[28] = '㏻',
+
['28'] = '㏻',
[29] = '㏼',
+
['29'] = '㏼',
[30] = '㏽',
+
['30'] = '㏽',
[31] = '㏾'
+
['31'] = '㏾'
 
}
 
}
 
if args.date and args.date ~= '' then
 
if args.date and args.date ~= '' then
第382行: 第382行:  
date = lang:formatDate('Y年n月', time)
 
date = lang:formatDate('Y年n月', time)
 
sortDay = lang:formatDate('j', time)
 
sortDay = lang:formatDate('j', time)
-- sortDay = dayName[sortDay]
+
sortDay = dayName[sortDay]
 
end
 
end
 
date = type(date) == 'string' and date
 
date = type(date) == 'string' and date

导航菜单