缅甸泰语在某些系统下错位问题的修改
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m6s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m6s
This commit is contained in:
parent
07eb3e3d05
commit
056884058b
@ -17,6 +17,11 @@ jobs:
|
|||||||
pwd
|
pwd
|
||||||
git pull
|
git pull
|
||||||
echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
|
echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
|
||||||
|
- name: npm i
|
||||||
|
run: |
|
||||||
|
echo 'npm i'
|
||||||
|
npm i
|
||||||
|
echo "✅ npm i done"
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
echo 'build'
|
echo 'build'
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
import { _decorator, Node, Component, screen, view, ResolutionPolicy, Sprite, sys, Widget, Label, find } from 'cc';
|
import { _decorator, Node, Component, screen, view, ResolutionPolicy, Sprite, sys, Widget, Label, find } from 'cc';
|
||||||
import { getLanguage } from './comm';
|
import { getLanguage } from './comm';
|
||||||
|
import { installLabelAlignmentCenterFix } from 'common_tools';
|
||||||
|
installLabelAlignmentCenterFix();
|
||||||
const { ccclass, property } = _decorator;
|
const { ccclass, property } = _decorator;
|
||||||
|
|
||||||
export let SWITCH_PROTRAIT_MODE = {
|
export let SWITCH_PROTRAIT_MODE = {
|
||||||
|
|||||||
@ -30,7 +30,7 @@ export function getHistoryUrl() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function getLanguage() {
|
export function getLanguage() {
|
||||||
// return 'zh';
|
// return 'my';
|
||||||
return language;
|
return language;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
18
package-lock.json
generated
Normal file
18
package-lock.json
generated
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "rp_11009",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"name": "rp_11009",
|
||||||
|
"dependencies": {
|
||||||
|
"common_tools": "git+ssh://git@gitea.rpfafafahkdev.com:taotao/common_tools.git"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/common_tools": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "git+ssh://git@gitea.rpfafafahkdev.com:taotao/common_tools.git#c49bf2990a6f348489505ac4998683c814b58dde",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -3,5 +3,8 @@
|
|||||||
"uuid": "212985c9-4fb2-457f-818a-2a374975fc36",
|
"uuid": "212985c9-4fb2-457f-818a-2a374975fc36",
|
||||||
"creator": {
|
"creator": {
|
||||||
"version": "3.8.5"
|
"version": "3.8.5"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"common_tools": "git+ssh://git@gitea.rpfafafahkdev.com:taotao/common_tools.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user