1 Star 0 Fork 68

Admin/xnote

forked from xupingmao/xnote 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.py 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
xupingmao 提交于 2022-08-07 17:27 . 支持qpython环境
# -*- coding:utf-8 -*-
"""
@Author : xupingmao
@email : 578749341@qq.com
@Date : 2022-08-07 16:39:30
@LastEditors : xupingmao
@LastEditTime : 2022-08-07 17:14:25
@FilePath : /xnote/main.py
@Description : 安卓入口
"""
import os
# 切换工作目录
project_dir = os.path.dirname(__file__)
os.chdir(project_dir)
import app
app.main(boot_config_kw = dict(db_driver = "sqlite"))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tao100078_tao100078/xnote.git
git@gitee.com:tao100078_tao100078/xnote.git
tao100078_tao100078
xnote
xnote
master

搜索帮助