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