diff --git a/README.en.md b/README.en.md index 8941bf662c05d76a0783b4dc1bab7c6686c8d11f..103463abc96394bc2fbfcc75fe78f5df337227b2 100644 --- a/README.en.md +++ b/README.en.md @@ -6,7 +6,7 @@ csharp csharp license - version + version

## Introduction diff --git a/README.md b/README.md index 9de412efd0a57ce86f9febeb9c13df5ee1a96775..6a35656c760eb23be36e8247a8a8b60894fda1b6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ csharp csharp license - version + version

## 介绍 diff --git a/server/fast.py b/server/fast.py index d51ff31e71e2e098189a52f5fcea438af449c234..98961ccd55555a69dd44b41f60f66c8e791780d3 100644 --- a/server/fast.py +++ b/server/fast.py @@ -20,7 +20,7 @@ class BaseHandler(RequestHandler): origin_url = self.request.headers.get('Origin') if not origin_url: origin_url = '*' self.set_header('Access-Control-Allow-Methods', 'POST, PUT, DELETE, GET, OPTIONS') - self.set_header('fastposter', 'fastposter/v2.17.0') + self.set_header('fastposter', 'fastposter/v2.17.1') self.set_header('Access-Control-Allow-Credentials', 'true') self.set_header('Access-Control-Allow-Origin', origin_url) self.set_header('Access-Control-Allow-Headers', 'x-requested-with,token,Content-type,Client-Type,Client-Version') @@ -213,7 +213,7 @@ if __name__ == "__main__": |_| \__,_||___/ \__|| .__/ \___/ |___/ \__| \___||_| | | |_| - fastposter(v2.17.0) + fastposter(v2.17.1) https://fastposter.net/doc/ ''' PORT = 5000 diff --git a/server/static/index.html b/server/static/index.html index 86571959a0d0f627ee55e80c93e0b450b3a218ac..42c1d0f6f792a5fb28c48335910d1ca4b4cef4e6 100644 --- a/server/static/index.html +++ b/server/static/index.html @@ -1 +1 @@ -fastposter海报生成器
\ No newline at end of file +fastposter海报生成器
\ No newline at end of file