update:lime-painter 从 1.9.5 升级到1.9.6.6

This commit is contained in:
YunaiV
2025-04-29 20:38:14 +08:00
parent 82aada5ecd
commit 9582d5944e
10 changed files with 248 additions and 259 deletions
@@ -6,13 +6,16 @@ import {
networkReg
} from './utils';
const dom = weex.requireModule('dom')
import {
version
} from '../../package.json'
export default {
data() {
return {
tempFilePath: [],
isInitFile: false,
osName: uni.getDeviceInfo().osName
osName: uni.getSystemInfoSync().osName
}
},
methods: {