mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
no message
This commit is contained in:
parent
a130c049bf
commit
b2d9568deb
2
cmd
2
cmd
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#cached execution
|
#cached execution
|
||||||
if [ -z "$CACHED_EXECUTION" ]; then
|
if [ -z "$CACHED_EXECUTION" ] && [ "$1" == "update" ]; then
|
||||||
cat "$0" > ._cmd
|
cat "$0" > ._cmd
|
||||||
chmod +x ._cmd
|
chmod +x ._cmd
|
||||||
export CACHED_EXECUTION=1
|
export CACHED_EXECUTION=1
|
||||||
|
|||||||
@ -1193,8 +1193,9 @@ export default {
|
|||||||
case 'appstore':
|
case 'appstore':
|
||||||
this.$store.dispatch("openMicroApp", {
|
this.$store.dispatch("openMicroApp", {
|
||||||
name: 'appstore',
|
name: 'appstore',
|
||||||
url: 'http://localhost:5173/',
|
url: 'appstore/web/',
|
||||||
disableScopecss: true,
|
disableScopecss: true,
|
||||||
|
autoDarkTheme: false,
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user