Commit 3998efc1 authored by youjie's avatar youjie

no message

parent d5d8581e
......@@ -289,7 +289,7 @@ export default defineComponent({
<style>
.HotelTableOperation{
box-shadow: 0 1px 3px #0003, 0 1px 1px #00000024, 0 2px 1px -1px #0000001f;
/* box-shadow: 0 1px 3px #0003, 0 1px 1px #00000024, 0 2px 1px -1px #0000001f; */
border-radius: 10px;
vertical-align: top;
background: rgba(225,245,254,.7);
......
......@@ -191,11 +191,19 @@ export function getLangs() {
langName:"中文简体"
}
const enUs:SitLang={
langLocale:"enUS",
langLocale:"enUs",
langName:"English"
}
const koHG:SitLang={
langLocale:"koHG",
langName:"한국어"
}
const jaRB:SitLang={
langLocale:"jaRB",
langName:"日本語"
}
let langs:SitLang[]=[]
// zhSw,enUs
langs.push(zhTw);
langs.push(zhTw,koHG,jaRB)
return langs
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment