mirror of
https://gitee.com/dotnetchina/Sundial.git
synced 2025-12-06 09:59:05 +08:00
😊 发布 v2.72 版本,改进定时任务看板
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>2.71</Version>
|
||||
<Version>2.72</Version>
|
||||
<Description>Sundial Dashboard 看板</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"files": {
|
||||
"main.css": "/__schedule__/static/css/main.26804e86.css",
|
||||
"main.js": "/__schedule__/static/js/main.b78788b0.js",
|
||||
"main.js": "/__schedule__/static/js/main.183477f4.js",
|
||||
"index.html": "/__schedule__/index.html",
|
||||
"main.26804e86.css.map": "/__schedule__/static/css/main.26804e86.css.map",
|
||||
"main.b78788b0.js.map": "/__schedule__/static/js/main.b78788b0.js.map"
|
||||
"main.183477f4.js.map": "/__schedule__/static/js/main.183477f4.js.map"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/css/main.26804e86.css",
|
||||
"static/js/main.b78788b0.js"
|
||||
"static/js/main.183477f4.js"
|
||||
]
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/__schedule__/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Schedule Dashboard"/><link rel="apple-touch-icon" href="/__schedule__/logo192.png"/><script src="/__schedule__/apiconfig.js"></script><title>Schedule Dashboard</title><script defer="defer" src="/__schedule__/static/js/main.b78788b0.js"></script><link href="/__schedule__/static/css/main.26804e86.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>document.title=window.apiconfig.title</script></body></html>
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/__schedule__/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Schedule Dashboard"/><link rel="apple-touch-icon" href="/__schedule__/logo192.png"/><script src="/__schedule__/apiconfig.js"></script><title>Schedule Dashboard</title><script defer="defer" src="/__schedule__/static/js/main.183477f4.js"></script><link href="/__schedule__/static/css/main.26804e86.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>document.title=window.apiconfig.title</script></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>2.71</Version>
|
||||
<Version>2.72</Version>
|
||||
<Description>.NET 功能齐全的开源分布式作业调度系统,可从最小的应用程序到大型企业系统使用。</Description>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user